Skip to content

Commit 83f6e27

Browse files
urfeexurrsk
andauthored
Update resources/external_control.urscript
Co-authored-by: Rune Søe-Knudsen <[email protected]>
1 parent e2fc88d commit 83f6e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/external_control.urscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def set_servo_setpoint(q):
158158
# This can, for example, happen if a command series was too fast for the robot to follow, which
159159
# triggers a path deviation on the commanding side and that is mitigated by a hold-position
160160
# command.
161-
elif targetWithinLimits(get_target_joint_positions(), q, steptime):
161+
elif targetWithinLimits(get_joint_positions(), q, steptime):
162162
cmd_servo_q_last = cmd_servo_q
163163
cmd_servo_q = q
164164
end

0 commit comments

Comments
 (0)