Fixes to inertia matrices, now only ground collision will crash
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<joint name="link3_rot" value="0"/>
|
||||
</group_state>
|
||||
<!--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="base" link2="base_top" reason="Adjacent"/>
|
||||
<disable_collisions link1="base_bottom" link2="base_top" reason="Adjacent"/>
|
||||
<disable_collisions link1="base_top" link2="link1_full" reason="Adjacent"/>
|
||||
<disable_collisions link1="base_top" link2="link2_bottom" reason="Never"/>
|
||||
<disable_collisions link1="link1_full" link2="link2_bottom" reason="Adjacent"/>
|
||||
|
||||
Reference in New Issue
Block a user