yakf 0.1.12

Yet Another Kalman Filter Implementation, as well as, Lie Theory (Lie group, algebra, vector) on SO(2), SO(3), SE(2) and SE(3). [no_std] is supported by default.
Documentation
1
2
3
4
5
6
// pub mod base;
pub mod constants;
pub mod se2;
pub mod se3;
pub mod so2;
pub mod so3;