Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add direct process noise covariance matrix #32

Merged
merged 6 commits into from
Jun 22, 2024

Conversation

sunsided
Copy link
Owner

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.

@sunsided sunsided self-assigned this Jun 22, 2024
@sunsided sunsided force-pushed the feature/direct-control-noise branch from 29aafb2 to 52430b8 Compare June 22, 2024 13:00
Copy link

codecov bot commented Jun 22, 2024

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 ⚠️
crates/minikalman/src/kalman/extended.rs 73.91% 6 Missing ⚠️
crates/minikalman/src/kalman/regular.rs 76.00% 6 Missing ⚠️
crates/minikalman/src/test_dummies.rs 70.00% 3 Missing ⚠️
Additional details and impacted files
@@            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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sunsided sunsided force-pushed the feature/direct-control-noise branch from 52430b8 to b67ddd9 Compare June 22, 2024 13:05
@sunsided sunsided marked this pull request as ready for review June 22, 2024 13:49
@sunsided sunsided merged commit aa4b0e5 into main Jun 22, 2024
11 of 13 checks passed
@sunsided sunsided deleted the feature/direct-control-noise branch June 22, 2024 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant