odometry
Sampling2D.hpp
Go to the documentation of this file.
1 #ifndef __ODOMETRY_SAMPLING2D_HPP__
2 #define __ODOMETRY_SAMPLING2D_HPP__
3 
4 #include <base/Pose.hpp>
5 
6 namespace odometry
7 {
12  class Sampling2D
13  {
14  public:
15  virtual ~Sampling2D() {};
16  virtual base::Pose2D getPoseDeltaSample2D() = 0;
17  };
18 }
19 
20 #endif
virtual base::Pose2D getPoseDeltaSample2D()=0
virtual ~Sampling2D()
Definition: Sampling2D.hpp:15
Definition: Sampling2D.hpp:12
Definition: BodyState.cpp:5