ADE container on Ubuntu can't subscribe to ros messages published on a RaspberryPi4 connected using ssh

asked 2021-10-06 17:29:34 -0500

updated 2021-10-07 02:45:00 -0500

gvdhoorn gravatar image

So I'm running a RaspberryPi4 using ssh. My system in Ubuntu 20.04 LTS. When I run a simple ros2 talker command (ros2 run demo_nodes_cpp talker) on the rpi, the terminal on my host can listen to those messages when I run the command ros2 topic list. But when I start a docker container ADE (https://ade-cli.readthedocs.io/en/lat...) in my host and run the command ros2 topic list I don't topics being published by the RPI. But when I run the publisher program (demo_nodes_cpp talker) on my host, then the docker container can listen to those messages.

Any help with this problem is appreciated!

edit retag flag offensive close merge delete