apex-io 0.3.0

File I/O for pose graphs (G2O, TORO, BAL) and ROS1/ROS2 bags with SE2/SE3 support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! ROS2 bag format reader, writer, and message catalog.

pub mod cdr;
pub mod messages;
pub mod metadata;
pub mod reader;
pub mod storage;
pub mod writer;

#[cfg(feature = "dds")]
pub mod dds;

pub use metadata::{BagMetadata, TopicMetadata};
pub use reader::Reader;
pub use writer::Writer;