Skip to content

0.6.0

Latest
Compare
Choose a tag to compare
@sunsided sunsided released this 22 Jun 15:28
· 1 commit to main since this release
95e21ab

To add minikalman/0.6.0 to your project, run

or use

[dependencies]
minikalman = "0.6.0"

To install the latest version, run

cargo add minikalman

Breaking Changes

Changed

  • #31: The Regular and Extended Kalman Filter types were split, renamed and moved into separate modules. RegularKalman and ExtendedKalman now only provide their respective functionalities.

Fixed

  • #32: Process noise is now separated into direct process noise, acting directly on the state transition, and control process noise, acting only on control inputs through the control matrix.

Pull Requests

Full Changelog: v0.5.0...v0.6.0