You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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!
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.
The text was updated successfully, but these errors were encountered: