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

Revision history [back]

I suspect you want to be using the approximate time synchronizer, since the image messages and point cloud messages will be unlikely to have identical time stamps.

If the point clouds are being published with slightly different time stamps to the image messages then you would expect the callback to never be called, since there are never three messages with identical time straps.

Hope this helps.