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

Synchronizing two or more image_transport subscriptions

asked 2011-12-06 02:35:06 -0500

navderm gravatar image

updated 2011-12-06 02:48:11 -0500

Eric Perko gravatar image

Hi All,

I wish to be able to take two subscriptions from two image_transports and synchronize them using boost::bind and message_filters::Synchronizer. But message_filters::Synchronizer only uses sensor_msgs::Image and message_filters::Subscriber.

How do I synchronize image_transport and not message_filters::Subscriber ? so that I can finally use the input with cv_bridge to get a cv::Mat .

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2011-12-06 02:47:21 -0500

Eric Perko gravatar image

Looks like a duplicate of Synchronizer and image_transport::Subscriber. If not, please elaborate.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-12-06 02:35:06 -0500

Seen: 934 times

Last updated: Dec 06 '11