Crate adskalman

source ·
Expand description

Kalman filter and Rauch-Tung-Striebel smoothing implementation

Characteristics:

Throughout the library, the generic type SS means “state size” and OS is “observation size”. These refer to the number of dimensions of the state vector and observation vector, respectively.

Structs§

Enums§

Traits§