Robotics StackExchange | Archived questions

Can a ros2 humble node talk to ros2 galactic node

For my project I have the following setup:

both container started with privileged mode and network-mode host. they also have same environment variables:

export ROS_DOMAIN_ID = 5
export RMW_IMPLEMENTATION=rmw_fastrtps_cpp ( not sure, really needed)

Problem: The listener node does not receive any messages from talker node.

Question: Do I miss something? Any suggestion would helpful Thanks

Asked by Omid_S on 2023-06-20 09:49:00 UTC

Comments

Related discussion on ROS Discourse: ROS Cross-Distribution Communication.

Asked by gvdhoorn on 2023-06-20 11:17:17 UTC

Answers