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

multiple subscriber multiple publisher

asked 2013-06-12 08:25:24 -0500

ros gravatar image

hello I want to subscribe to rgb and depth image simultaneously and publish it to multiple topics using one node in cvbrige, plz guide me

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-06-12 10:44:05 -0500

mjcarroll gravatar image

I believe that this is a duplicate of Synchronizer and image_transport::subscriber

You can create a message filter that wraps around the two image_transports associated with the RGB and depth images.

You can then process these the way you normally would using OpenCV and cv_bridge and publish as normal.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-06-12 08:25:24 -0500

Seen: 974 times

Last updated: Jun 12 '13