rtsam 0.1.4

Real Time Smoothing and Mapping (RTSAM) in Rust.
Documentation
1
2
3
4
5
pub mod se3;
pub mod so3;

pub use se3::*;
pub use so3::*;