remove cache files

This commit is contained in:
Pepijn
2025-01-30 13:58:44 +01:00
parent f540eb81ff
commit 3ef54ab019
3 changed files with 4 additions and 3 deletions

View File

@@ -121,7 +121,7 @@ def run_full_arm_calibration(arm: MotorsBus, robot_type: str, arm_name: str, arm
print("\nMove arm to homing position")
print(
"See: " + URL_TEMPLATE.format(robot=robot_type, arm=arm_type, position="zero")
) # TODO: replace with new instruction homing pos (all motors in center)
) # TODO(pepijn): replace with new instruction homing pos (all motors in center)
input("Press Enter to continue...")
start_positions = np.zeros(len(arm.motor_indices))
@@ -138,6 +138,9 @@ def run_full_arm_calibration(arm: MotorsBus, robot_type: str, arm_name: str, arm
start_positions[i] = 0
end_positions[i] = 0
print("\nMove arm to rest position")
input("Press Enter to continue...")
print(f"\n calibration of {robot_type} {arm_name} {arm_type} done!")
calib_dict = {