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

UKF: Unit tests + fix #1417

Merged
merged 4 commits into from
Jun 18, 2024
Merged

Conversation

rolalaro
Copy link

  • [FIX] Fixed a problem in the init function that caused an undefined behavior when calling filter or predict for the first time
  • [TEST] Added some unit tests for the UKF

Copy link

codecov bot commented Jun 17, 2024

Codecov Report

Attention: Patch coverage is 28.16901% with 102 lines in your changes missing coverage. Please review.

Project coverage is 45.12%. Comparing base (20cf165) to head (41c46be).
Report is 121 commits behind head on master.

Files Patch % Lines
example/kalman/ukf-linear-example.cpp 18.64% 48 Missing ⚠️
example/kalman/ukf-nonlinear-example.cpp 24.00% 38 Missing ⚠️
example/kalman/ukf-nonlinear-complex-example.cpp 48.14% 14 Missing ⚠️
modules/core/src/math/kalman/vpUnscentedKalman.cpp 66.66% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1417      +/-   ##
==========================================
+ Coverage   44.44%   45.12%   +0.68%     
==========================================
  Files        1082     1087       +5     
  Lines      109248   109976     +728     
  Branches    18675    18817     +142     
==========================================
+ Hits        48552    49631    +1079     
+ Misses      60696    60345     -351     

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

@fspindle fspindle merged commit c31996f into lagadic:master Jun 18, 2024
75 of 76 checks passed
@rolalaro rolalaro deleted the feat_ukf_improvements branch July 16, 2024 11:54
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.

2 participants