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
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
The text was updated successfully, but these errors were encountered:
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)
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 classesThe text was updated successfully, but these errors were encountered: