ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Yes, the same message will be available to all nodes which have subscribed to that message topic.
In your case, for the second node, you can read the odometry message whenever it is received and store it in a variable for later use.