ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
If I understand your question, you want to read a rosbag and display the messages from a particular topic? If that's the case; the Rosbag Cookbook contains a C++ example on how to do so.
The C++ API is also helpful and contains another example on how to read from a rosbag in C++.