I tried to use a second docker publishing ros2 topics on the discovery server launched by the framework.
In a conda environment, I was seeing the topics , but I was not able to echo them.
In order to make it work, we had to move the discovery server outside on the wifi network
and disable the firewall on specific ports
Command to be run:
sudo ufw allow 11814/udp # discovery-server port
sudo ufw allow 7400:7500/udp # built-in DDS discovery/data
sudo ufw allow 32768:60999/udp # ephemeral user-data ports
sudo ufw reload
EDIT 11/11/2025: I tried again and did not work. We need to understand what it is happening
I tried to use a second docker publishing ros2 topics on the discovery server launched by the framework.
In a conda environment, I was seeing the topics , but I was not able to echo them.
In order to make it work, we had to move the discovery server outside on the wifi network
and disable the firewall on specific ports
Command to be run:
sudo ufw allow 11814/udp # discovery-server port
sudo ufw allow 7400:7500/udp # built-in DDS discovery/data
sudo ufw allow 32768:60999/udp # ephemeral user-data ports
sudo ufw reload
EDIT 11/11/2025: I tried again and did not work. We need to understand what it is happening