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

Is it through using image_transport::SubscriberFilter ?

Yes. From the documentation you linked:

This class wraps Subscriber as a "filter" compatible with the message_filters package. It acts as a highest-level filter, simply passing messages from an image transport subscription through to the filters which have connected to it.

You should then be able to use the ExactTime or Approximate Time policies from message_filters to synchronise your topics.