Skip to content

Commit

Permalink
Merge pull request #251 from robotology/fix-icub-models-209
Browse files Browse the repository at this point in the history
Fix location of collision element in iCubGazeboV3 model
  • Loading branch information
traversaro authored Sep 20, 2023
2 parents 2f8324a + 12fc95d commit dbc36cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions simmechanics/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,22 +143,22 @@ macro(generate_icub_simmechanics)
geometricShape:
shape: box
size: 0.117 0.100 0.006
origin: \"0.0 0.0 0.003 0.0 0.0 0.0\"
origin: \"0.0 0.0 -0.0193 0.0 0.0 0.0\"
- linkName: r_foot_rear
geometricShape:
shape: box
size: 0.117 0.100 0.006
origin: \"0.0 0.0 0.003 0.0 0.0 0.0\"
origin: \"0.0 0.0 -0.0193 0.0 0.0 0.0\"
- linkName: l_foot_front
geometricShape:
shape: box
size: 0.117 0.100 0.006
origin: \"0.0 0.0 0.003 0.0 0.0 0.0\"
origin: \"0.0 0.0 -0.0193 0.0 0.0 0.0\"
- linkName: l_foot_rear
geometricShape:
shape: box
size: 0.117 0.100 0.006
origin: \"0.0 0.0 0.003 0.0 0.0 0.0\"
origin: \"0.0 0.0 -0.0193 0.0 0.0 0.0\"
")
endif()

Expand Down

0 comments on commit dbc36cc

Please sign in to comment.