rosbag2-rs

Crates.iorosbag2-rs
lib.rsrosbag2-rs
version0.2.1
sourcesrc
created_at2023-12-23 08:20:11.350173
updated_at2023-12-26 14:41:41.426451
descriptionRosbag2 writer and more...
homepagehttps://github.com/NerdToMars/rosbag2-rs
repositoryhttps://github.com/NerdToMars/rosbag2-rs
max_upload_size
id1078933
size59,256
(NerdToMars)

documentation

https://docs.rs/rosbag2-rs/latest/rosbag2_rs

README

Rosbag2 Rust

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.

CI Crates.io

Features

Current Features

  • Write ROS Bag Files (in progress, only support version 5 rosbag2 (humble))
  • Read ROS Bag Files

Planned Features

  • Support read from split db files
  • Advanced message manipulation tools
  • ...

Contributing

We welcome contributions to Rosbags Rust! Whether it's reporting a bug, proposing a feature, or submitting a pull request, all contributions are appreciated.

Notice

Most of rust code is porting from https://gitlab.com/ternaris/rosbags

Commit count: 9

cargo fmt