ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

Yes there is a package to help you achieve this quite easily.

The message_filters package specifically the time synchroniser filter can listen to two different topics and execute a callback with the messages of both topics when they arrive at a very similar time.

Hope this helps.