Skip to content

Commit

Permalink
Fix joint limits
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschmeisser committed Feb 5, 2021
1 parent a815aff commit 0a08e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kuka_kr60_support/urdf/kr60ha_macro.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
<parent link="${prefix}base_link"/>
<child link="${prefix}link_1"/>
<axis xyz="0 0 -1"/>
<limit effort="0" lower="${radians(185)}" upper="${radians(185)}" velocity="${radians(128)}"/>
<limit effort="0" lower="${-radians(185)}" upper="${radians(185)}" velocity="${radians(128)}"/>
</joint>
<!-- joint 2 (A2) -->
<joint name="${prefix}joint_2" type="revolute">
Expand Down

0 comments on commit 0a08e93

Please sign in to comment.