Skip to content
Snippets Groups Projects
Unverified Commit d97b987a authored by Mike Lautman's avatar Mike Lautman Committed by GitHub
Browse files

changing the end effector parent group (#20)

* changing the end effector parent group

* changing virtual joint to floating for use with moveit_visual_tools
parent 03bb484d
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
</group_state>
<!--END EFFECTOR: Purpose: Represent information about an end effector.-->
<!--VIRTUAL JOINT: Purpose: this element defines a virtual joint between a robot link and an external frame of reference (considered fixed with respect to the robot)-->
<virtual_joint name="virtual_joint" type="fixed" parent_frame="world" child_link="panda_link0" />
<virtual_joint name="virtual_joint" type="floating" parent_frame="world" child_link="panda_link0" />
<!--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="panda_link0" link2="panda_link1" reason="Adjacent" />
<disable_collisions link1="panda_link0" link2="panda_link2" reason="Never" />
......
......@@ -28,7 +28,7 @@
<joint name="panda_joint7" value="0.785" />
</group_state>
<!--END EFFECTOR: Purpose: Represent information about an end effector.-->
<end_effector name="hand" parent_link="panda_link8" group="hand" parent_group="panda_arm_hand" />
<end_effector name="hand" parent_link="panda_link8" group="hand" parent_group="panda_arm" />
<!--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="panda_hand" link2="panda_link3" reason="Never" />
<disable_collisions link1="panda_hand" link2="panda_link4" reason="Never" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment