Skip to content

Commit ac4ea5d

Browse files
Operator ComputerOperator Computer
Operator Computer
authored and
Operator Computer
committed
NRI-128: reduced joint limit for back x in sdf - if we go all the way to
the limit cables get pinched and the robot does not have enough torque to get back up. By reducing the limits we avoid both.
1 parent 0ec988a commit ac4ea5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Atlas/resources/models/GFE/atlas_unplugged_v5_dual_robotiq.sdf

+2-2
Original file line numberDiff line numberDiff line change
@@ -746,8 +746,8 @@
746746
<axis>
747747
<xyz>1 0 0</xyz>
748748
<limit>
749-
<lower>-0.523599</lower>
750-
<upper>0.523599</upper>
749+
<lower>-0.40</lower>
750+
<upper>0.40</upper>
751751
<effort>300</effort>
752752
<velocity>12</velocity>
753753
</limit>

0 commit comments

Comments
 (0)