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

Question on commented code #14

Open
andrearuo opened this issue Aug 24, 2024 · 0 comments
Open

Question on commented code #14

andrearuo opened this issue Aug 24, 2024 · 0 comments

Comments

@andrearuo
Copy link

Hi!

I have just one question... in the file "unscented_kalman_filter.h" the code is commented in raws 128-129-130:
//// self.x_a[:self.dim_x] = y
//// self.P_a[:self.dim_x, : self.dim_x] = Pyy
// updateAugmentedStateAndCovariance();

and in raws 191-192-193:
//// self.x_a[:self.dim_x] = x
//// self.P_a[:self.dim_x, : self.dim_x] = P
// updateAugmentedStateAndCovariance();

While in your page: https://codingcorner.org/unscented-kalman-filter-how-to-implement-in-cpp-like-an-expert/, the library file in these parts is uncommented.

Which of the two options is correct?

Thanks!

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

1 participant