Skip to content

Commit

Permalink
fixed rotation axis of wrist_1 in UR3e and UR5e
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch committed Jun 21, 2019
1 parent 7697b87 commit 6143f6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -187,7 +187,7 @@
<parent link="${prefix}forearm_link" />
<child link = "${prefix}wrist_1_link" />
<origin xyz="${__kinematics['wrist_1']['x']} ${__kinematics['wrist_1']['y']} ${__kinematics['wrist_1']['z']}" rpy="${__kinematics['wrist_1']['roll']} ${__kinematics['wrist_1']['pitch']} ${__kinematics['wrist_1']['yaw']}" />
<axis xyz="0 1 0" />
<axis xyz="0 0 1" />
<xacro:unless value="${joint_limited}">
<limit lower="${-2.0 * pi}" upper="${2.0 * pi}" effort="54.0" velocity="6.28"/>
</xacro:unless>
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 @@ -187,7 +187,7 @@
<parent link="${prefix}forearm_link" />
<child link = "${prefix}wrist_1_link" />
<origin xyz="${__kinematics['wrist_1']['x']} ${__kinematics['wrist_1']['y']} ${__kinematics['wrist_1']['z']}" rpy="${__kinematics['wrist_1']['roll']} ${__kinematics['wrist_1']['pitch']} ${__kinematics['wrist_1']['yaw']}" />
<axis xyz="0 1 0" />
<axis xyz="0 0 1" />
<xacro:unless value="${joint_limited}">
<limit lower="${-2.0 * pi}" upper="${2.0 * pi}" effort="28.0" velocity="6.28"/>
</xacro:unless>
Expand Down

0 comments on commit 6143f6c

Please sign in to comment.