[][src]Module nyx_space::od::kalman

Provides the Kalman filters. The examples folder may help in the setup.

Re-exports

pub use super::estimate::Estimate;
pub use super::estimate::KfEstimate;
pub use super::residual::Residual;

Structs

KF

Defines both a Classical and an Extended Kalman filter (CKF and EKF)