Skip to content

Commit ac6ebc2

Browse files
committed
increased the accelearation limtis
1 parent 08937e3 commit ac6ebc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prpy/base/mico.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def __init__(self, sim,
4444

4545
with env:
4646
accel_limits = robot.GetDOFAccelerationLimits()
47-
accel_limits[self.GetIndices()] = 1.5
47+
accel_limits[self.GetIndices()] = 2.5
4848
robot.SetDOFAccelerationLimits(accel_limits)
4949

5050
# Load or_nlopt_ik as the IK solver. Unfortunately, IKFast doesn't work

0 commit comments

Comments
 (0)