Skip to content

Commit

Permalink
[jsk_fetch_startup] fix parameters of finger_tip.urdf.xacro
Browse files Browse the repository at this point in the history
  • Loading branch information
sktometometo authored and knorth55 committed Oct 24, 2022
1 parent f4cc087 commit 4e1ea8b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</collision>
</link>
<joint name="l_gripper_finger_tip_joint" type="fixed">
<origin rpy="0 0 0" xyz="0 0 0" />
<origin rpy="0 0 0" xyz="0 -0.001 -0.013" />
<parent link="l_gripper_finger_link" />
<child link="l_gripper_finger_tip" />
<axis xyz="0 0 1" />
Expand Down Expand Up @@ -64,7 +64,7 @@
</collision>
</link>
<joint name="r_gripper_finger_tip_joint" type="fixed">
<origin rpy="3.141592 0 0" xyz="0 0 0" />
<origin rpy="3.141592 0 0" xyz="0 0.001 0.013" />
<parent link="r_gripper_finger_link" />
<child link="r_gripper_finger_tip" />
<axis xyz="0 0 1" />
Expand Down

0 comments on commit 4e1ea8b

Please sign in to comment.