-
Hello, I'm using ROS2 with FastDDS. With one robot (and the PC), the network works well, without any problems. Each robot has hundreds of topics, publishers & subscribers on ~10 nodes. My theory is, that the network gets overwhelmed with all the multicasting, and grinds the network to a halt, creating a multicast storm. Sometimes the router even crashes/reboots. Would it be possible to configure fastdds_config.xml file, to disable multicasting, if I know all the IP addresses of the robots & PC. Thank you for all the help! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hi Krzo99, Unfortunatelly not able to help, but we are experiencing the very same thing, especially with images hardly working at all. Thanks |
Beta Was this translation helpful? Give feedback.
-
Hi @Krzo99, @jonatansw, thanks for using Fast DDS. |
Beta Was this translation helpful? Give feedback.
-
In the end, I solved it by using seperate DOMAIN_ID's for every robot, and connecting them using domain_bridge package. It works well, but feels like a hack. |
Beta Was this translation helpful? Give feedback.
In the end, I solved it by using seperate DOMAIN_ID's for every robot, and connecting them using domain_bridge package. It works well, but feels like a hack.