diff --git a/config/panda_arm_hand.srdf.xacro b/config/panda_arm_hand.srdf.xacro index 39f7db974e1eedee63045a53395d55bd41fb5f70..9e60335251c24548caa1c3921edc59a8507788be 100644 --- a/config/panda_arm_hand.srdf.xacro +++ b/config/panda_arm_hand.srdf.xacro @@ -27,6 +27,14 @@ <joint name="panda_joint6" value="1.571" /> <joint name="panda_joint7" value="0.785" /> </group_state> + <group_state name="open" group="hand"> + <joint name="panda_finger_joint1" value="0.035" /> + <joint name="panda_finger_joint2" value="0.035" /> + </group_state> + <group_state name="close" group="hand"> + <joint name="panda_finger_joint1" value="0" /> + <joint name="panda_finger_joint2" value="0" /> + </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" /> <!--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. -->