multiple subscriber multiple publisher
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
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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
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.
Asked: 2013-06-12 08:25:24 -0600
Seen: 1,174 times
Last updated: Jun 12 '13