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
but I cannot call non-cost methods inside being the method predictedMeasure const.
I don't find a solution to this problem and I'm opening this issue to ask if it is possible to make the method predictedMeasure non-const, or if anyone has a different solution. Thank you.
The original idea behind this choice is that the predictedMeasure method should evaluate, more or less like a pure function, the value of the measurement function $h(x)$ given the state $x$ without side effects.
Can you better describe the use case such that we can maybe find an alternative solution? Thank you
Hi all,
I implemented a class that inherits from the
MeasurementModel
class, so I have my own implementation of the methodpredictedMeasure
bayes-filters-lib/src/BayesFilters/include/BayesFilters/MeasurementModel.h
Line 38 in 6dd9c39
predictedMeasure
const.I don't find a solution to this problem and I'm opening this issue to ask if it is possible to make the method
predictedMeasure
non-const, or if anyone has a different solution. Thank you.cc @xEnVrE
The text was updated successfully, but these errors were encountered: