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

Revision history [back]

Push your messages shared_ptr to another data structure as they come in (such as std::queue), and do your batch processing there instead.

Push your messages shared_ptr to another data structure as they come in (such as std::queue), and do your batch processing there instead.

The inner workings of the ROS subscriber's message buffer are not exposed through the roscpp API.