-
Notifications
You must be signed in to change notification settings - Fork 288
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
Particle Filter #1419
Conversation
rolalaro
commented
Jun 19, 2024
•
edited
Loading
edited
- Mono-threaded version
- Multi-threaded version
- Example
- Unit tests
- Make the class template to use other classes than vpColVector as measurements
- Tutorial: code
- Tutorial: documentation
…n example to test the PF
…+ computation of the error
…weights should have been w[i]_{k} = w[i]_{k-1} * likelihood
083bf92
to
fd9b38c
Compare
…d every time the tests are run
fd9b38c
to
c10bb08
Compare
…ialize the filter during its life
@fspindle Should I make the vpParticleFilter class a template class to allow |
…ayFactory::allocateDisplay()
…ther things than a vpColVector for the measurements e.g. vpImage, vpMatrix, pcl::PointCloud ...
Codecov ReportAttention: Patch coverage is
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. |