virtual void update(const pbl::PDF &z, const mhf::Time &time)
Performs an update, but since the state is fixed, update will do nothing.
Base class for all state estimators used by the world model.
virtual void propagate(const mhf::Time &time)
Propagates the state, but since the state is fixed, propagate will do nothing.
FixedState is a simple wrapper such that probability density function can be threaded as state estima...
const pbl::PDF & getValue() const
Returns the current estimated state value.
FixedState * clone() const
virtual void reset()
Resets the state, but since the state is fixed, reset will do nothing.