Skip to content

Latest commit

 

History

History
 
 

rosbag-inspector

ROS Bag Inspector

Overview

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.

Loading files

Files can be loaded by either:

  1. Drag and drop .bag files to the application window realsense-rosbag-inspector-08_02_18-11_38_42

  2. Using the File menu realsense-rosbag-inspector-08_02_18-11_34_24

Inspecting Rosbag Files

Files List

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):

image

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).

File Details

The application displays a summary of the selected file's details at the top of the window:

image

Below the details is a collapsable Topics tab which allows the inspection of the file's data:

image

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: realsense-rosbag-inspector-08_02_18-11_52_04 1

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):

realsense-rosbag-inspector-08_02_18-11_55_07