Skip to content

Commit

Permalink
Merge pull request #204 from robotology/pattacini-patch-1
Browse files Browse the repository at this point in the history
Support iCubGazebo2_6 and iCubGazebo2_7
  • Loading branch information
traversaro authored Jul 6, 2023
2 parents 612dfcf + 85f8424 commit fd30483
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ set(ICUB_MODELS_SDF_VERSION "1.7")
set(GAZEBO_SUPPORTED_MODELS "")
list(APPEND GAZEBO_SUPPORTED_MODELS "iCubGazeboV2_5")
list(APPEND GAZEBO_SUPPORTED_MODELS "iCubGazeboV2_5_plus")
list(APPEND GAZEBO_SUPPORTED_MODELS "iCubGazeboV2_6")
list(APPEND GAZEBO_SUPPORTED_MODELS "iCubGazeboV2_7")
list(APPEND GAZEBO_SUPPORTED_MODELS "iCubGazeboV3")

# Note: these models don't need further configuration apart from
Expand Down

0 comments on commit fd30483

Please sign in to comment.