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

ros::Subscribe is the standard way to subscribe to a topic.

message_filters::Subscribe can be used when you need to sync two or more topics. For example an RGB and a Depth image from a Kinect like camera. You can use ApproxSync or ExactSync depending on your specific application.