chore(config): update host lekiwi ip in client config
This commit is contained in:
parent
22a15ff755
commit
bd146b6dc6
|
@ -48,7 +48,7 @@ class LeKiwiConfig(RobotConfig):
|
|||
@dataclass
|
||||
class LeKiwiClientConfig(RobotConfig):
|
||||
# Network Configuration
|
||||
remote_ip: str = "172.18.133.90"
|
||||
remote_ip: str = "172.18.129.208"
|
||||
port_zmq_cmd: int = 5555
|
||||
port_zmq_observations: int = 5556
|
||||
|
||||
|
|
Loading…
Reference in New Issue