Skip to content

Commit

Permalink
threshold 40
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadene committed Oct 26, 2024
1 parent 9dd4414 commit b801c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lerobot/common/robot_devices/robots/feetech_calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def move_until_block(arm, motor_name, positive_direction=True, while_move_hook=N
# print(f"{present_voltage=}")
# print(f"{present_temperature=}")

if present_speed == 0 and present_current > 50:
if present_speed == 0 and present_current > 40:
count += 1
if count > 100 or present_current > 300:
return present_pos
Expand Down

0 comments on commit b801c15

Please sign in to comment.