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

Revision history [back]

click to hide/show revision 1
initial version

I'm not sure if this is what you're asking, but you might be looking to sync messages. One way to achieve this is using message_filters to effectively sync the topics.

There is also a CameraSubscriber/Publisher in image_transport for syncing.

(As a side note, this package might be of interest to you.)