Skip to content

Commit

Permalink
fix joint2 velocity limit for kr210r2700-2
Browse files Browse the repository at this point in the history
  • Loading branch information
PetoAdam committed Sep 2, 2024
1 parent ff68554 commit efe3bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kuka_quantec_support/urdf/kr210_r2700_2_macro.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<joint name="${prefix}joint_2" type="revolute">
<axis xyz="0.0 0.0 1.0"/>
<child link="${prefix}link_2"/>
<limit effort="8910" lower="-2.443460952792061E0" upper="-8.726646259971647E-2" velocity="${radians(115)}"/>
<limit effort="8910" lower="-2.443460952792061E0" upper="-8.726646259971647E-2" velocity="1.9451"/>
<origin rpy="1.5707963267948963 0.0 -0.0" xyz="0.33 0.0 -0.645"/>
<parent link="${prefix}link_1"/>
</joint>
Expand Down

0 comments on commit efe3bec

Please sign in to comment.