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

SquareRootUnscentedKalmanFilter.hpp line 161 should be comment? #17

Closed
zy041984 opened this issue Dec 15, 2017 · 2 comments
Closed

SquareRootUnscentedKalmanFilter.hpp line 161 should be comment? #17

zy041984 opened this issue Dec 15, 2017 · 2 comments

Comments

@zy041984
Copy link

Hi Markus, I have a small question.

In SquareRootUnscentedKalmanFilter.hpp function update(), whether function computeSigmaPoints() should be called here?
According to the paper, there's no need to compute x(k|k-1) here.
image

@zy041984
Copy link
Author

And also is UnscentedKalmanFilter.hpp function update(), which also call computeSigmaPoints()

mherb referenced this issue Dec 16, 2017
For the update step, the sigma points computed in the preceding prediction step are used and not re-calculated. Thanks to zy041984 for pointing this out!
@mherb
Copy link
Owner

mherb commented Dec 16, 2017

Well spotted, thank you for pointing this out! I just pushed a quick-fix on master and will add a regression test for that on develop.

@mherb mherb closed this as completed Dec 16, 2017
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

No branches or pull requests

2 participants