You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am very new with ROS2 Fast DDS and I've been using ROS2 humble to communicate multiple PCs through a LAN network (192.168.3.x). Each PC controls two robots via TCP (192.168.2.x), this network has been hidden from the Fast DDS by configuring with the following whitelist in the XML code.
This works as expected. However, when I connect a Raspberry Pi Pico docker agent with microros the topics passed through the PCs are initially slowed down and then recover back to normal after 1-2 minutes.
I suspect the issue is the microros agent is trying communicate with the robot's network, as when I disconnect the robots everything works fine. Is there a way to configure a whitelist inside the microrosagent?
Hi,
I am very new with ROS2 Fast DDS and I've been using ROS2 humble to communicate multiple PCs through a LAN network (192.168.3.x). Each PC controls two robots via TCP (192.168.2.x), this network has been hidden from the Fast DDS by configuring with the following whitelist in the XML code.
This works as expected. However, when I connect a Raspberry Pi Pico docker agent with microros the topics passed through the PCs are initially slowed down and then recover back to normal after 1-2 minutes.
I suspect the issue is the microros agent is trying communicate with the robot's network, as when I disconnect the robots everything works fine. Is there a way to configure a whitelist inside the microrosagent?
The text was updated successfully, but these errors were encountered: