Two nodes on a distant system - do messages travel network?
Hi folks,
just a short question regarding the communication between nodes. Assuming that there are two systems running ROS. System A runs the roscore
service, nodes on system B connect to it via an appropriately set ROS_MASTER_URI. Furthermore there are two nodes running on system B. The first node is a publisher and the second is a subscriber of the same topic.
Question is now: do messages between these nodes on system B travel through system A to reach their destination (the respective other node on system B) or is ROS intelligent enough to determine when nodes run on the same system and let them talk to each other sort of in private?