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

allow multiple measurement models in Kalman filters #171

Merged
merged 14 commits into from
Dec 12, 2024

Conversation

baggepinnen
Copy link
Owner

This makes it possible to use

  • More than one measurement model, useful for sensor fusion.
  • Use a linear measurement model with a nonlinear filter.

Copy link

codecov bot commented Dec 11, 2024

Codecov Report

Attention: Patch coverage is 93.75000% with 19 lines in your changes missing coverage. Please review.

Project coverage is 91.28%. Comparing base (5a7a675) to head (0a3b1bf).
Report is 15 commits behind head on master.

Files with missing lines Patch % Lines
src/measurement_model.jl 87.64% 11 Missing ⚠️
src/ukf.jl 96.12% 5 Missing ⚠️
src/utils.jl 50.00% 2 Missing ⚠️
src/ekf.jl 97.05% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #171      +/-   ##
==========================================
+ Coverage   91.21%   91.28%   +0.07%     
==========================================
  Files          16       17       +1     
  Lines        1446     1607     +161     
==========================================
+ Hits         1319     1467     +148     
- Misses        127      140      +13     
Flag Coverage Δ
unittests 91.28% <93.75%> (+0.07%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@baggepinnen baggepinnen marked this pull request as ready for review December 12, 2024 09:44
@baggepinnen baggepinnen merged commit 3cff7cf into master Dec 12, 2024
4 checks passed
@baggepinnen baggepinnen deleted the measurement_model branch December 12, 2024 10: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