Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add iCubWaterloo01 model #257

Merged
merged 1 commit into from
Jan 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions simmechanics/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,12 @@ generate_icub_simmechanics(YARP_ROBOT_NAME iCubDarmstadt01
CSV_TEMPLATE "icub2_5/ICUB_2-5_BB_joint_parameters.csv.in"
NO_BACKPACK)

generate_icub_simmechanics(YARP_ROBOT_NAME iCubWaterloo01
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 iCubGenova01
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 @@ -33,4 +33,5 @@ if( ICUB_MODEL_GENERATE_SIMMECHANICS )
add_icub_model_test(iCubGenova09)
add_icub_model_test(iCubErzelli02)
add_icub_model_test(iCubDarmstadt01)
add_icub_model_test(iCubWaterloo01)
endif()
Loading