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

You're gonna have to collect your messages somehow, e.g. in a class that has the callback.

ROS provides a cache that does this by time: http://wiki.ros.org/message_filters#Cache A simple deque might also be sufficient.