Structs§
- Kalman
State - 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