The rosbag inspector allows you to view the topics and messages of .bag
files.
NOTE: This application will show topics for any
.bag
file, but does not support all message types; content of unknown messages will not be visible.
Files can be loaded by either:
The tool allows loading multiple files into the application. Loading the files will not load the entire file's data to memory, rather - only its metadata and indexing (Connection Infos):
The X
button next to each file allows the removal of the file from the application, and will release its handle (The application opens the file for read
).
The application displays a summary of the selected file's details at the top of the window:
Below the details is a collapsable Topics
tab which allows the inspection of the file's data:
This will display all topics in the files, along with the number of messages for that topic, and the type of the messages for that topic (In case of multiple types, the first is displayed).
Clicking any topic will open it and display its messages:
In case a topic has too many messages, a Show More
button will be available to allow more messages to be loaded into the application (and memory):