Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
Fix grasp link parents and add to gripper SRDF group (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass authored Feb 16, 2024
1 parent b322387 commit 8b1419f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/picknik_ur_base_config/config/moveit/picknik_ur.srdf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<link name="robotiq_85_right_finger_tip_link"/>
<link name="robotiq_85_right_knuckle_link"/>
<link name="robotiq_85_right_finger_link"/>
<link name="grasp_link"/>
<joint name="robotiq_85_left_knuckle_joint"/>
</group>
<!--GROUP STATES: Purpose: Define a named state for a particular group, in terms of joint values. This is useful to define states like 'folded arms'-->
Expand Down
2 changes: 1 addition & 1 deletion src/picknik_ur_base_config/description/picknik_ur.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<!-- This link aligns the axes of the grasp frame to our required convention for motion planning tasks. -->
<link name="grasp_link" />
<joint name="grasp_link_joint" type="fixed">
<parent link="gripper_mount_link" />
<parent link="robotiq_85_base_link" />
<child link="grasp_link" />
<origin xyz="0.0 0.0 0.134" rpy="0.0 0.0 ${pi}" />
</joint>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<link name="$(arg gripper_name)_right_finger_tip_link"/>
<link name="$(arg gripper_name)_right_knuckle_link"/>
<link name="$(arg gripper_name)_right_finger_link"/>
<link name="grasp_link"/>
<joint name="$(arg gripper_name)_left_knuckle_joint"/>
</group>
<!--GROUP STATES: Purpose: Define a named state for a particular group, in terms of joint values. This is useful to define states like 'folded arms'-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

<link name="grasp_link" />
<joint name="grasp_link_joint" type="fixed">
<parent link="gripper_mount_link" />
<parent link="robotiq_85_base_link" />
<child link="grasp_link" />
<origin xyz="0.0 0.0 0.134" rpy="0.0 0.0 ${pi}" />
</joint>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<link name="robotiq_85_right_finger_tip_link"/>
<link name="robotiq_85_right_knuckle_link"/>
<link name="robotiq_85_right_finger_link"/>
<link name="grasp_link"/>
<joint name="robotiq_85_left_knuckle_joint"/>
</group>
<!--GROUP STATES: Purpose: Define a named state for a particular group, in terms of joint values. This is useful to define states like 'folded arms'-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

<link name="grasp_link" />
<joint name="grasp_link_joint" type="fixed">
<parent link="gripper_mount_link" />
<parent link="robotiq_85_base_link" />
<child link="grasp_link" />
<origin xyz="0.0 0.0 0.134" rpy="0.0 0.0 ${pi}" />
</joint>
Expand Down

0 comments on commit 8b1419f

Please sign in to comment.