We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd4414 commit 9e77d18Copy full SHA for 9e77d18
lerobot/common/robot_devices/robots/feetech_calibration.py
@@ -64,7 +64,7 @@ def move_until_block(arm, motor_name, positive_direction=True, while_move_hook=N
64
# print(f"{present_voltage=}")
65
# print(f"{present_temperature=}")
66
67
- if present_speed == 0 and present_current > 50:
+ if present_speed == 0 and present_current > 40:
68
count += 1
69
if count > 100 or present_current > 300:
70
return present_pos
0 commit comments