Skip to content

Commit

Permalink
ee fix #125
Browse files Browse the repository at this point in the history
  • Loading branch information
mhubii committed Oct 17, 2023
1 parent 5541e62 commit 500a70f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lbr_description/urdf/iiwa14/iiwa14_description.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
<joint name="${robot_name}_joint_ee" type="fixed">
<parent link="${robot_name}_link_7" />
<child link="${robot_name}_link_ee" />
<origin xyz="0 0 0.035" rpy="0 0 0" />
<origin xyz="0 0 0.045" rpy="0 0 0" />
</joint>

<link name="${robot_name}_link_ee">
Expand Down
2 changes: 1 addition & 1 deletion lbr_description/urdf/med14/med14_description.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
<joint name="${robot_name}_joint_ee" type="fixed">
<parent link="${robot_name}_link_7" />
<child link="${robot_name}_link_ee" />
<origin xyz="0 0 0.035" rpy="0 0 0" />
<origin xyz="0 0 0.045" rpy="0 0 0" />
</joint>

<link name="${robot_name}_link_ee">
Expand Down

0 comments on commit 500a70f

Please sign in to comment.