#kalman-filter #kalman #filter #signal-processing

no-std kalmanfilt

Kalman and other filters from Kalman-and-Bayesian-Filters-in-Python

5 releases

0.2.6 Oct 22, 2024
0.2.5 Oct 21, 2024
0.2.4 Mar 4, 2024
0.2.3 Mar 4, 2024
0.2.2 Nov 8, 2023

#560 in Algorithms

Download history 45/week @ 2024-07-14 72/week @ 2024-07-21 333/week @ 2024-07-28 650/week @ 2024-08-04 625/week @ 2024-08-11 471/week @ 2024-08-18 731/week @ 2024-08-25 709/week @ 2024-09-01 1558/week @ 2024-09-08 632/week @ 2024-09-15 1188/week @ 2024-09-22 480/week @ 2024-09-29 381/week @ 2024-10-06 235/week @ 2024-10-13 634/week @ 2024-10-20 472/week @ 2024-10-27

1,732 downloads per month
Used in 3 crates (via sci-rs)

MIT license

46KB
921 lines

kalman-filter-rs - Kalman filters and other optimal and non-optimal estimation filters in Rust.

kalman-filter-rs is a port of the filterpy library and aims to provide Kalman filtering and optimal estimation for Rust.

To learn more about Kalman filters check out Roger R Labbe Jr.'s awesome book Kalman-and-Bayesian-Filters-in-Python.


lib.rs:

filter-rs

filter-rs is a port of the filterpy library. This library is a work in progress. To learn more about Kalman filters check out Roger R Labbe Jr.'s awesome book Kalman-and-Bayesian-Filters-in-Python

Dependencies

~3MB
~65K SLoC