v0.3.0
To add minikalman/0.3.0 to your project, run
cargo add minikalman@0.3.0or use
[dependencies]
minikalman = "0.3.0"To install the latest version, run
cargo add minikalmanChanges
Full Changelog: v0.2.3...v0.3.0
Added
- Added support for fixed-point values via the fixed crate.
Changed
- The macros, matrix, filter and measurement structs are now generic on the data type. If no type is provided, it defaults to
f32.
Removed
- The dependency on
micromathwas removed due to the generic type implementations.