Rosbag2 Rust (Rosbag2 rs) is a Rust crate designed to provide functionalities for handling ROS2 bag files. This crate aims to enable efficient reading, writing, and manipulation of ROS bag files, making it easier for developers working with ROS to manage and analyze their data.
- Write ROS Bag Files (in progress, only support version 5 rosbag2 (humble))
- Read ROS Bag Files
- Support read from split db files
- Advanced message manipulation tools
- ...
We welcome contributions to Rosbags Rust! Whether it's reporting a bug, proposing a feature, or submitting a pull request, all contributions are appreciated.
Most of rust code is porting from https://gitlab.com/ternaris/rosbags