Skip to content

Commit

Permalink
fix small gp8 joint6 limit inaccuracy
Browse files Browse the repository at this point in the history
  • Loading branch information
cjue committed Mar 29, 2023
1 parent 7d602e3 commit 4f3843a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion motoman_gp8_support/urdf/gp8_macro.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<child link="${prefix}link_6_t"/>
<origin xyz="0 0 0" rpy="0 0 0" />
<axis xyz="-1 0 0" />
<limit lower="-6.2944" upper="6.2944" effort="22.54" velocity="17.4533"/>
<limit lower="-6.2831" upper="6.2831" effort="22.54" velocity="17.4533"/>
</joint>
<!-- end of joint list -->

Expand Down

0 comments on commit 4f3843a

Please sign in to comment.