Skip to content

Commit

Permalink
Added open and closed poses (moveit#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonGoldstein authored and mlautman committed Jul 25, 2019
1 parent 4e3fd7e commit e3a431a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/panda_arm_hand.srdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -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. -->
Expand Down

0 comments on commit e3a431a

Please sign in to comment.