Cheetah Software  1.0
OrientationEstimator.h
Go to the documentation of this file.
1 
12 #ifndef PROJECT_ORIENTATIONESTIMATOR_H
13 #define PROJECT_ORIENTATIONESTIMATOR_H
14 
16 
17 template <typename T>
19  public:
20  virtual void run();
21  virtual void setup() {}
22 };
23 
24 template <typename T>
26  public:
27  virtual void run();
28  virtual void setup() {}
29 };
30 
31 
32 #endif // PROJECT_ORIENTATIONESTIMATOR_H