Skip to content

[FEAT]: Multi robot using Zenoh #19

@jondave

Description

@jondave

Description

To run zenoh on multiple robots and interact with a single zenoh server need to change the line in the docker compose file and add a namespace e.g. limo number. -n /limo_1522
Topics on the server are /namespace/topic e.g. /limo_1522/imu

command: bash -c "source /opt/ros/lcas/install/setup.bash; (zenoh-bridge-ros2dds -n /limo_1522 -l tcp/0.0.0.0:8888 &); (ros2 launch astra_camera dabai.launch.py &); ros2 launch limo_bringup limo_start.launch.py"

Tried this with two limos and the topic data lags quite a bit.

This is more for Leonardo in ROB1001 for two limo robots to communicate with each other.

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions