small fix
This commit is contained in:
parent
99414f356f
commit
87fef10f89
|
@ -245,7 +245,7 @@ def control_loop(
|
|||
robot.connect()
|
||||
|
||||
if events is None:
|
||||
events = {}
|
||||
events = {"exit_early": False}
|
||||
|
||||
if teleoperate and policy is not None:
|
||||
raise ValueError("When `teleoperate` is True, `policy` should be None.")
|
||||
|
|
Loading…
Reference in New Issue