1 #ifndef __ODOMETRY_STATE_HPP__
2 #define __ODOMETRY_STATE_HPP__
5 #include <base/Time.hpp>
6 #include <base/Pose.hpp>
13 template <
class BodyState_>
26 virtual void update(
const BodyState_& state )
bool isValid()
Definition: State.hpp:39
State()
Definition: State.hpp:17
const BodyState_ & getPrevious() const
Definition: State.hpp:58
BodyState_ state_k
Definition: State.hpp:67
size_t update_counter
Definition: State.hpp:64
virtual ~State()
Definition: State.hpp:20
base::Time getTimeDelta() const
Definition: State.hpp:48
BodyState_ state_kp
Definition: State.hpp:67
const BodyState_ & getCurrent() const
Definition: State.hpp:53
virtual void update(const BodyState_ &state)
Definition: State.hpp:26