rosbag2 editor simplifies rosbag editing for ROS2. GUI is built in C++/Qt6 and exploits rosbag2_cpp library. Developed and (not much) tested on Ubuntu 22.04, ROS2 Humble.
Main features:
- Intuitive interface
- Rename Topics
- Remove Topics
- Trim Rosbag
- Import directory or file
[TODO]: Needs definition
[TODO]: Needs definition
git clone https://github.com/tamerlan-b/rosbag2_editor.git
cd rosbag2_editor
mkdir build
cd build
cmake ..
cmake --build .
[TODO]: Needs definition
Inspired from rosbag_editor for ROS