chore(config): update host lekiwi ip in client config

This commit is contained in:
Steven Palma 2025-04-04 14:31:20 +02:00
parent 22a15ff755
commit bd146b6dc6
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class LeKiwiConfig(RobotConfig):
@dataclass @dataclass
class LeKiwiClientConfig(RobotConfig): class LeKiwiClientConfig(RobotConfig):
# Network Configuration # Network Configuration
remote_ip: str = "172.18.133.90" remote_ip: str = "172.18.129.208"
port_zmq_cmd: int = 5555 port_zmq_cmd: int = 5555
port_zmq_observations: int = 5556 port_zmq_observations: int = 5556