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

Particle Filter #1419

Merged
merged 36 commits into from
Jul 22, 2024

Fix particle filter tests by reverting somes changes

70e8e7e
Select commit
Loading
Failed to load commit list.
Merged

Particle Filter #1419

Fix particle filter tests by reverting somes changes
70e8e7e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 22, 2024 in 1s

45.42% (+0.12%) compared to 2394054

View this Pull Request on Codecov

45.42% (+0.12%) compared to 2394054

Details

Codecov Report

Attention: Patch coverage is 75.18797% with 99 lines in your changes missing coverage. Please review.

Project coverage is 45.42%. Comparing base (2394054) to head (70e8e7e).
Report is 8 commits behind head on master.

Files Patch % Lines
example/particle-filter/pf-nonlinear-example.cpp 69.26% 79 Missing ⚠️
modules/core/include/visp3/core/vpParticleFilter.h 95.31% 6 Missing ⚠️
modules/gui/include/visp3/gui/vpDisplayFactory.h 0.00% 6 Missing ⚠️
tutorial/image/tutorial-draw-circle.cpp 0.00% 2 Missing ⚠️
tutorial/grabber/tutorial-grabber-1394-writer.cpp 0.00% 1 Missing ⚠️
...utorial/grabber/tutorial-grabber-v4l2-threaded.cpp 0.00% 1 Missing ⚠️
tutorial/grabber/tutorial-video-reader.cpp 0.00% 1 Missing ⚠️
tutorial/grabber/tutorial-video-recorder.cpp 0.00% 1 Missing ⚠️
...l/robot/mbot/raspberry/visp/mbot-apriltag-ibvs.cpp 0.00% 1 Missing ⚠️
...l/robot/mbot/raspberry/visp/mbot-apriltag-pbvs.cpp 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1419      +/-   ##
==========================================
+ Coverage   45.30%   45.42%   +0.12%     
==========================================
  Files        1108     1110       +2     
  Lines      110137   110523     +386     
  Branches    18873    18922      +49     
==========================================
+ Hits        49895    50203     +308     
- Misses      60242    60320      +78     

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