fix(config): add display_data to RemoteRobotConfig
This commit is contained in:
parent
8b9326156f
commit
cfd6db287e
|
@ -116,6 +116,8 @@ class ReplayControlConfig(ControlConfig):
|
|||
@dataclass
|
||||
class RemoteRobotConfig(ControlConfig):
|
||||
log_interval: int = 100
|
||||
# Display all cameras on screen
|
||||
display_data: bool = False
|
||||
|
||||
|
||||
@dataclass
|
||||
|
|
Loading…
Reference in New Issue