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

Unscented Kalman filter (UKF) #1393

Merged
merged 61 commits into from
May 21, 2024
Merged

Conversation

rolalaro
Copy link

@rolalaro rolalaro commented Apr 25, 2024

  • Created a class implementing the Unscented Kalman Filter
  • Created 3 examples to show how to use the class

To do:

  • tutorial code
  • tutorial doc
  • doc: the equations of UKF
  • doc: links towards resources about UKF
  • examples: move current tutorial into examples

rlagneau added 24 commits April 15, 2024 08:50
…se + began skeletton of the SigmaDrawers classes
…composition as it is now avaible from the API
…sigma points and the unscented transform of m_Y
…e signature [TUTO] Added a more complex example of non-linear case
@rolalaro rolalaro marked this pull request as draft April 25, 2024 09:01
Copy link

codecov bot commented Apr 25, 2024

Codecov Report

Attention: Patch coverage is 11.78756% with 681 lines in your changes are missing coverage. Please review.

Project coverage is 45.60%. Comparing base (d48b8b4) to head (49772bb).
Report is 13 commits behind head on master.

Files Patch % Lines
example/kalman/ukf-nonlinear-complex-example.cpp 0.00% 190 Missing ⚠️
tutorial/kalman/tutorial-ukf.cpp 0.00% 155 Missing ⚠️
example/kalman/ukf-nonlinear-example.cpp 0.00% 130 Missing ⚠️
example/kalman/ukf-linear-example.cpp 0.00% 80 Missing ⚠️
modules/core/src/math/kalman/vpUnscentedKalman.cpp 0.00% 54 Missing ⚠️
...ules/core/src/math/kalman/vpUKSigmaDrawerMerwe.cpp 0.00% 29 Missing ⚠️
...odules/core/include/visp3/core/vpUnscentedKalman.h 0.00% 21 Missing ⚠️
modules/core/src/math/matrix/vpMatrix_cholesky.cpp 80.43% 9 Missing ⚠️
modules/core/test/math/testMatrixCholesky.cpp 87.09% 8 Missing ⚠️
...les/core/include/visp3/core/vpUKSigmaDrawerMerwe.h 0.00% 2 Missing ⚠️
... and 2 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1393      +/-   ##
==========================================
- Coverage   45.83%   45.60%   -0.24%     
==========================================
  Files        1071     1081      +10     
  Lines      108330   109136     +806     
  Branches    18730    18787      +57     
==========================================
+ Hits        49657    49775     +118     
- Misses      58673    59361     +688     

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

@rolalaro rolalaro marked this pull request as ready for review May 13, 2024 08:30
@rolalaro rolalaro requested a review from fspindle May 13, 2024 08:30
rlagneau and others added 5 commits May 13, 2024 14:42
This issue is described here: git-lfs/git-lfs#5749

Submodule 'VTK-m' (https://gitlab.kitware.com/vtk/vtk-m.git) registered for path 'ThirdParty/vtkm/vtkvtkm/vtk-m'
Cloning into '/home/runner/VTK/ThirdParty/vtkm/vtkvtkm/vtk-m'...
fatal: active `post-checkout` hook found during `git clone`:
	/home/runner/VTK/.git/modules/VTK-m/hooks/post-checkout
For security reasons, this is disallowed by default.
If this is intentional and the hook should actually be run, please
run the command again with `GIT_CLONE_PROTECTION_ACTIVE=false`
fatal: Unable to checkout '3c9249871a5458cac01bbfe83307232aadd6bed5' in submodule path 'ThirdParty/vtkm/vtkvtkm/vtk-m'
@fspindle fspindle merged commit c58ccb7 into lagadic:master May 21, 2024
75 checks passed
@rolalaro rolalaro deleted the feat_unscented_kalman branch May 21, 2024 12:46
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.

None yet

4 participants