Skip to content

Commit

Permalink
fix MH5 joint6 offset: 80mm per datasheet and spec
Browse files Browse the repository at this point in the history
  • Loading branch information
cjue committed Feb 19, 2024
1 parent b49a0a6 commit f01941f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion motoman_mh5_support/urdf/mh5_macro.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<joint name="${prefix}joint_6_t" type="revolute">
<parent link="${prefix}link_5_b"/>
<child link="${prefix}link_6_t"/>
<origin xyz="0.0865 0 0" rpy="0 0 0"/>
<origin xyz="0.080 0 0" rpy="0 0 0"/>
<axis xyz="-1 0 0" />
<limit lower="-${radians(360)}" upper="${radians(360)}" effort="18.0" velocity="${radians(720)}" />
</joint>
Expand Down

0 comments on commit f01941f

Please sign in to comment.