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

Using const methods in class #24

Open
yaxn opened this issue Aug 22, 2018 · 2 comments
Open

Using const methods in class #24

yaxn opened this issue Aug 22, 2018 · 2 comments

Comments

@yaxn
Copy link

yaxn commented Aug 22, 2018

Hi, thanks for exellent library!
I want to know why some methods such as
UnscentedKalmanFilterBase::computeSigmaPointMeasurements()
don't have the const keyword? These methods dont't change the content of classes

@mherb
Copy link
Owner

mherb commented Aug 22, 2018

As far as I can see right now there is no particular reason, just forgot to add it (likely after some refactoring).
Thank you for reporting this, will be fixed in some future version (or feel free to submit a PR if you like)

@yaxn
Copy link
Author

yaxn commented Sep 5, 2018

#28 I made the necessary changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants