Skip to content

Commit

Permalink
Merge pull request #252 from robotology/addicubgenova11
Browse files Browse the repository at this point in the history
Add model for iCubGenova11
  • Loading branch information
traversaro authored Jan 11, 2024
2 parents 30d5389 + 1ff6e8c commit 56e6eb8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
sudo apt-get install --assume-yes --force-yes python-lxml python-yaml python-numpy python-setuptools
# probably python on the path return a python interpreter and the find_package(PythonInterp) in CMake another,
# let's install both debian packages and pip packages to be sure
sudo pip install lxml numpy pyyaml catkin_pkg
sudo pip install lxml==4.9.4 numpy pyyaml catkin_pkg
# install urdf_parser_py and save the last commit SHA1 hash
git clone $URDF_PARSER_PY_REPOSITORY_URL
cd urdf_parser_py
Expand Down
6 changes: 6 additions & 0 deletions simmechanics/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,12 @@ generate_icub_simmechanics(YARP_ROBOT_NAME iCubGenova04
YAML_TEMPLATE "icub2_5/ICUB_2-5_BB_simmechanics_options.yaml.in"
CSV_TEMPLATE "icub2_5/ICUB_2-5_BB_joint_parameters.csv.in")

generate_icub_simmechanics(YARP_ROBOT_NAME iCubGenova11
SIMMECHANICS_XML "icub2_5/ICUB_2-5_BB_SIM_MODEL.xml"
YAML_TEMPLATE "icub2_5/ICUB_2-5_BB_simmechanics_options.yaml.in"
CSV_TEMPLATE "icub2_5/ICUB_2-5_BB_joint_parameters.csv.in"
ICUB_2_7)

generate_icub_simmechanics(YARP_ROBOT_NAME iCubDarmstadt01
SIMMECHANICS_XML "icub2_5/ICUB_2-5_BB_SIM_MODEL.xml"
YAML_TEMPLATE "icub2_5/ICUB_2-5_BB_simmechanics_options.yaml.in"
Expand Down
1 change: 1 addition & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ if( ICUB_MODEL_GENERATE_SIMMECHANICS )
add_icub_model_test(iCubGenova02)
add_icub_model_test(iCubGenova04)
add_icub_model_test(iCubGenova09)
add_icub_model_test(iCubGenova11)
add_icub_model_test(iCubErzelli02)
add_icub_model_test(iCubDarmstadt01)
endif()

0 comments on commit 56e6eb8

Please sign in to comment.