Crate kalman_fusion

Crate kalman_fusion 

Source

Structs§

KalmanState
Holds state for a simple Kalman filter in a single variable. This can be used to fuse inputs from multiple identical “sensors”.

Functions§

kalman_update_fixed
Kalman update function (fold function) for Fixed types
kalman_update_float
Kalman update function (fold function) for Float types