Fix teleop disconnect during eval (#1364)
This commit is contained in:
parent
c940676bdd
commit
a5727e37b4
@ -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()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user