Skip to content

Commit dc1d384

Browse files
committed
fixed typo from mergin
1 parent 3004be3 commit dc1d384

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/prpy/base/mico.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def __init__(self, sim,
4343
env = robot.GetEnv()
4444

4545
with env:
46+
dof_indices = self.GetIndices()
4647
accel_limits = robot.GetDOFAccelerationLimits()
4748
accel_limits[dof_indices[0]] = 1.45
4849
accel_limits[dof_indices[1]] = 1.56

0 commit comments

Comments
 (0)