keep teleop active in reset

This commit is contained in:
Pepijn
2026-01-02 09:21:15 +01:00
parent 640a7889fc
commit eb0918249d
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -309,6 +309,8 @@ def reset_loop(
):
"""Reset period where human repositions environment."""
print(f"\n[RaC] Reset time: {reset_time_s}s - reposition environment")
print(" Teleop active - move leader arms to home position")
teleop.disable_torque()
timestamp = 0
start_t = time.perf_counter()
@@ -341,6 +341,8 @@ def reset_loop(
):
"""Reset period where human repositions environment."""
print(f"\n[RaC] Reset time: {reset_time_s}s - reposition environment")
print(" Teleop active - move leader arms to home position")
teleop.disable_torque()
timestamp = 0
start_t = time.perf_counter()