sunsided / minikalman-rs

Fixed- and floating-point Kalman filters for resource-constrained environments, written in Rust.
https://crates.io/crates/minikalman
MIT License
4 stars 1 forks source link

Add direct process noise covariance matrix #32

Closed sunsided closed 1 month ago

sunsided commented 1 month ago

This re-introduces the process noise matrix Q for the state transition process and refactors the previous process noise into an explicit control process noise.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 89.32384% with 30 lines in your changes missing coverage. Please review.

Project coverage is 94.21%. Comparing base (eb855d5) to head (16d8829).

Files Patch % Lines
...rs/types/direct_process_noise_covariance_buffer.rs 89.79% 15 Missing :warning:
crates/minikalman/src/kalman/extended.rs 73.91% 6 Missing :warning:
crates/minikalman/src/kalman/regular.rs 76.00% 6 Missing :warning:
crates/minikalman/src/test_dummies.rs 70.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #32 +/- ## ========================================== - Coverage 94.47% 94.21% -0.27% ========================================== Files 42 43 +1 Lines 6013 6261 +248 ========================================== + Hits 5681 5899 +218 - Misses 332 362 +30 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.