Fix teleop disconnect during eval (#1364)

This commit is contained in:
pranavsaroha
2025-06-23 07:49:14 -07:00
committed by GitHub
parent c940676bdd
commit a5727e37b4

View File

@@ -330,7 +330,8 @@ def record(cfg: RecordConfig) -> LeRobotDataset:
log_say("Stop recording", cfg.play_sounds, blocking=True)
robot.disconnect()
teleop.disconnect()
if teleop is not None:
teleop.disconnect()
if not is_headless() and listener is not None:
listener.stop()