ros2 / rmw_cyclonedds

ROS 2 RMW layer for Eclipse Cyclone DDS
Apache License 2.0
107 stars 89 forks source link

ROS2 communication stopped between nodes on same machine when network is down #483

Open robert-preissl opened 4 months ago

robert-preissl commented 4 months ago

Bug report

Required Info:

Steps to reproduce issue

The setup is as follow: using one computer, connected to a wifi network, two terminals both running a ros2 iron docker container (with --network=host) (the wireless interface as well as the loopback lo interface are configured as Multicast)

Expected behavior

Actual behavior

wjwwood commented 3 months ago

@eboasson may be able to comment here

eboasson commented 3 months ago

I do have some ideas, but I do need to do a bit of checking to be sure what exactly is causing it, and what would be the solution (workaround, change to Cyclone, whatever). I did want to let you know I am now—belatedly—aware of the issue.

robert-preissl commented 3 months ago

Thank you @eboasson