ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You could just create the subscriber inside a class and use a member variable to save them in the correct order or use the time as a key and then create a table when you desire.
Or if the data is synchronized you could try to take a look at http://wiki.ros.org/message_filters.
In any case, take a look at the message filters package.