ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You can use a message_filter
for this. If you want to synchronize by time, you can use the TimeSynchronizer or ApproximateTimeSynchronizer.