Expand description
Provides Estimate handling functionalities.
Re-exports§
pub use residual::Residual;
pub use kfestimate::KfEstimate;
Modules§
Structs§
- Builds a spacecraft uncertainty in different local frames, dispersing any of the parameters of the spacecraft state.
Traits§
- Stores an Estimate, as the result of a
time_update
ormeasurement_update
. - A trait to store a navigation solution, can be used in conjunction with KfEstimate