forked from tangger/lerobot
Fix teleop disconnect during eval (#1364)
This commit is contained in:
@@ -330,7 +330,8 @@ def record(cfg: RecordConfig) -> LeRobotDataset:
|
|||||||
log_say("Stop recording", cfg.play_sounds, blocking=True)
|
log_say("Stop recording", cfg.play_sounds, blocking=True)
|
||||||
|
|
||||||
robot.disconnect()
|
robot.disconnect()
|
||||||
teleop.disconnect()
|
if teleop is not None:
|
||||||
|
teleop.disconnect()
|
||||||
|
|
||||||
if not is_headless() and listener is not None:
|
if not is_headless() and listener is not None:
|
||||||
listener.stop()
|
listener.stop()
|
||||||
|
|||||||
Reference in New Issue
Block a user