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'm trying to make nodes running in different docker containers talk to each other.
I'm running 3 nodes in a docker-compose setup.
One docker node is a zenoh router running ROS2 Jazzy, in network_mode: host, listening on 127.0.0.1:7447
One docker node is a talker node running ROS2 jazzy, in network_mode: host.
One docker node is a listener node running ROS2 humble, in network_mode: host.
In this setup, the nodes cannot get each other messages.
If I switch the listener node to ROS2 jazzy, it works.
Hi,
I'm trying to make nodes running in different docker containers talk to each other.
I'm running 3 nodes in a docker-compose setup.
One docker node is a zenoh router running ROS2 Jazzy, in network_mode: host, listening on 127.0.0.1:7447
One docker node is a talker node running ROS2 jazzy, in network_mode: host.
One docker node is a listener node running ROS2 humble, in network_mode: host.
In this setup, the nodes cannot get each other messages.
If I switch the listener node to ROS2 jazzy, it works.
Is there maybe any design reasons for this ?
Here is the debug log of the node: https://pastebin.com/xpRkH9en
The text was updated successfully, but these errors were encountered: