CartesianTree 0.3.0

Build hierarchical Cartesian coordinate systems to easily transform poses.
Documentation
1
2
3
4
5
6
7
pub mod frame;
pub mod lazy_access;
pub mod pose;
pub mod utils;

pub use frame::PyFrame;
pub use pose::PyPose;