Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
add named pose all-zeros (#455)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Gutenkunst <[email protected]>
  • Loading branch information
jschleicher and agutenkunst authored Oct 2, 2020
1 parent 0cf87ca commit 8d9197c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions prbt_moveit_config/config/prbt_manipulator.srdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@
<group name="manipulator">
<chain base_link="${prefix}base_link" tip_link="${prefix}flange" />
</group>
<group_state name="all-zeros" group="manipulator">
<joint name="${prefix}joint_1" value="0" />
<joint name="${prefix}joint_2" value="0" />
<joint name="${prefix}joint_3" value="0" />
<joint name="${prefix}joint_4" value="0" />
<joint name="${prefix}joint_5" value="0" />
<joint name="${prefix}joint_6" 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
Expand Down

0 comments on commit 8d9197c

Please sign in to comment.