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

Tutorial and examples for Particle Filter #1458

Merged
merged 98 commits into from
Sep 12, 2024

Relax maxToleratedError for testing under windows

c1624ea
Select commit
Loading
Failed to load commit list.
Merged

Tutorial and examples for Particle Filter #1458

Relax maxToleratedError for testing under windows
c1624ea
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 12, 2024 in 0s

45.26% (-0.17%) compared to 983d558

View this Pull Request on Codecov

45.26% (-0.17%) compared to 983d558

Details

Codecov Report

Attention: Patch coverage is 37.35872% with 1053 lines in your changes missing coverage. Please review.

Project coverage is 45.26%. Comparing base (983d558) to head (c1624ea).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
tutorial/particle-filter/tutorial-pf.cpp 0.00% 294 Missing ⚠️
...er-curve-fitting/tutorial-pf-curve-fitting-all.cpp 0.00% 189 Missing ⚠️
...ter-curve-fitting/tutorial-pf-curve-fitting-pf.cpp 0.00% 173 Missing ⚠️
...l/particle-filter-curve-fitting/vpTutoCommonData.h 0.00% 74 Missing ⚠️
example/particle-filter/pf-nonlinear-example.cpp 68.31% 64 Missing ⚠️
...rticle-filter-curve-fitting/vpTutoSegmentation.cpp 0.00% 52 Missing ⚠️
...er-curve-fitting/tutorial-pf-curve-fitting-lms.cpp 0.00% 46 Missing ⚠️
...e/particle-filter/pf-nonlinear-complex-example.cpp 83.45% 44 Missing ⚠️
...article-filter-curve-fitting/vpTutoParabolaModel.h 0.00% 38 Missing ⚠️
modules/core/test/math/testParticleFilter.cpp 88.51% 34 Missing ⚠️
... and 6 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1458      +/-   ##
==========================================
- Coverage   45.42%   45.26%   -0.17%     
==========================================
  Files        1110     1121      +11     
  Lines      110643   112131    +1488     
  Branches    18944    19077     +133     
==========================================
+ Hits        50264    50751     +487     
- Misses      60379    61380    +1001     

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