Synchronize by exact time with CameraSubscriber
How is it possible to synchronize an image_transport::CameraSubscriber
(image + camera info) and some other topic (with ExactTime policy)?
The message_filters examples only show how to synchronize several message_filters::Subscriber
subscribers.