Skip to content

Commit

Permalink
Merge pull request #195 from robotology/addiCubErzelli02
Browse files Browse the repository at this point in the history
Add iCubErzelli02
  • Loading branch information
Nicogene authored Feb 22, 2021
2 parents 5090736 + 32780d7 commit 20a9bbc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Both generation pipelines are still in `a work in progress` state, and several i
| `YARP_ROBOT_NAME` | Pipeline | Notes |
|:--------------------:|:------------:|:-------------------------------:|
| `iCubDarmstadt01` | simmechanics | v2.5 without backpack |
| `iCubErzelli02` | simmechanics | v2.5 with backpack |
| `iCubGazeboV2_5` | simmechanics | v2.5 with backpack, joint damping, and inertias of some links modified to run smoothly in Gazebo Classic (ODE). |
| `iCubGazeboV2_5_plus`| simmechanics | v2.5 + [KIT_007](https://icub-tech-iit.github.io/documentation/upgrade_kits/ankle_for_stairs/support/) with backpack, joint damping, and inertias of some links modified to run smoothly in Gazebo Classic (ODE). |
| `iCubGazeboV2_6` | simmechanics | v2.6 with joint damping, and inertias of some links modified to run smoothly in Gazebo Classic (ODE). |
Expand Down
5 changes: 5 additions & 0 deletions simmechanics/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,11 @@ generate_icub_simmechanics(YARP_ROBOT_NAME iCubGenova09
SIMMECHANICS_XML "icub3/ICUB3_ALL_SIM_MODEL.xml"
YAML_TEMPLATE "icub3/ICUB_3_all_options.yaml"
CSV_TEMPLATE "icub3/ICUB_3_joint_all_parameters.csv")
generate_icub_simmechanics(YARP_ROBOT_NAME iCubErzelli02
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")


add_custom_target(generate-models-simmechanics
ALL
Expand Down
1 change: 1 addition & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ if( ICUB_MODEL_GENERATE_SIMMECHANICS )
add_icub_model_test(iCubGenova02)
add_icub_model_test(iCubGenova04)
add_icub_model_test(iCubGenova09)
add_icub_model_test(iCubErzelli02)
add_icub_model_test(iCubDarmstadt01)
endif()

0 comments on commit 20a9bbc

Please sign in to comment.