Module filter

Source

Re-exports§

pub use crate::dynamics::Dynamics;
pub use crate::State;
pub use crate::TimeTagged;

Modules§

kalman

Traits§

Filter
Defines a Filter trait where S is the size of the estimated state, A the number of acceleration components of the EOMs (used for process noise matrix size), M the size of the measurements.