Skip to content

Commit

Permalink
Use correct ee_link orientation for eSeries
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch committed Jun 17, 2019
1 parent 3a3d1b0 commit 7697b87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ur_e_description/urdf/ur10e.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
<joint name="${prefix}ee_fixed_joint" type="fixed">
<parent link="${prefix}wrist_3_link" />
<child link = "${prefix}ee_link" />
<origin xyz="0.0 0.0 0.0" rpy="0.0 0.0 ${pi/2.0}" />
<origin xyz="0.0 0.0 0.0" rpy="0.0 ${-pi/2.0} ${pi/2.0}" />
</joint>

<link name="${prefix}ee_link">
Expand Down
2 changes: 1 addition & 1 deletion ur_e_description/urdf/ur3e.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
<joint name="${prefix}ee_fixed_joint" type="fixed">
<parent link="${prefix}wrist_3_link" />
<child link = "${prefix}ee_link" />
<origin xyz="0.0 0.0 0.0" rpy="0.0 0.0 ${pi/2.0}" />
<origin xyz="0.0 0.0 0.0" rpy="0.0 ${-pi/2.0} ${pi/2.0}" />
</joint>

<link name="${prefix}ee_link">
Expand Down
2 changes: 1 addition & 1 deletion ur_e_description/urdf/ur5e.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
<joint name="${prefix}ee_fixed_joint" type="fixed">
<parent link="${prefix}wrist_3_link" />
<child link = "${prefix}ee_link" />
<origin xyz="0.0 0.0 0.0" rpy="0.0 0.0 ${pi/2.0}" />
<origin xyz="0.0 0.0 0.0" rpy="0.0 ${-pi/2.0} ${pi/2.0}" />
</joint>

<link name="${prefix}ee_link">
Expand Down

0 comments on commit 7697b87

Please sign in to comment.