How to communicate between ros2 running on a docker container and another one running directly on Linux?
I have a problem in communicating between 2 ros2 environments :one running on a docker container hosted on a macos and the second one running directly on a Linux. I set up the env ROS_DOMAIN_ID=5 for both. I set up…