mesh network in ros2
How is mesh network implemented/used in ros2 environment? Is this also possible in ros1? I'm little noob in networking things. How can a single robot communicate with other robots and ground control station having different ips? Is this done by changing the ip address of another robot/controller in the current robot?
Asked by dinesh on 2020-07-03 11:02:31 UTC
Comments
Is there support for mesh networking in ROS 2?
Where did you read this?
Asked by gvdhoorn on 2020-07-03 11:52:17 UTC
i'm not getting the previous link, but here is another https://stackoverflow.com/questions/52100374/dds-configuration-with-multicast-and-unicast. As i saw that ros2 supports DDS and ip multicast network. Actually i'm trying to write some software defined radio and trying to use ros2 in this, but i'm not sure if i have to implement the ip multicast related thing seperatly in code or something for multiple machines to communicate on SDR.
Asked by dinesh on 2020-07-03 12:25:56 UTC