ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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.