Skip to content

Commit

Permalink
Add specificities from robotpkg patch-aa
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Apr 8, 2019
1 parent 131007c commit 98fee30
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
19 changes: 19 additions & 0 deletions romeo_description/srdf/romeo.srdf
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,25 @@
<joint name="REyePitch" value="0" />
</group_state>

<!--
Romeo Specificities.
foot height = y axis
foot width = x axis
foot depth = z axis
-->
<specificities>
<feet>
<right>
<size height="0.1935" width="0.121" depth="0.0684" />
<anklePosition x="0.0" y="0.0" z="0.0684" />
</right>
<left>
<size height="0.1935" width="0.121" depth="0.0684" />
<anklePosition x="0.0" y="0.0" z="0.0684" />
</left>
</feet>
</specificities>

<!--DISABLE COLLISIONS: By default it is assumed that any link of the robot could potentially come into collision with any other link in the robot. This tag disables collision checking between a specified pair of links. -->
<disable_collisions link1="HeadRollLink" link2="LHipPitchLink" reason="Never" />
<disable_collisions link1="HeadRollLink" link2="LKneePitchLink" reason="Never" />
Expand Down
15 changes: 15 additions & 0 deletions romeo_description/srdf/romeo_small.srdf
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,19 @@
<joint name="REyeYaw" value="0" />
<joint name="REyePitch" value="0" />
</group_state>

<specificities>
<feet>
<right>
<size height="0.1935" width="0.121" depth="0.0684" />
<anklePosition x="0.0" y="0.0" z="0.0684" />
</right>
<left>
<size height="0.1935" width="0.121" depth="0.0684" />
<anklePosition x="0.0" y="0.0" z="0.0684" />
</left>
</feet>
</specificities>


</robot>

0 comments on commit 98fee30

Please sign in to comment.