2014 Eurobot fork
Dependencies: mbed-rtos mbed QEI
Diff: Processes/Kalman/Kalman.h
- Revision:
- 24:50805ef8c499
- Parent:
- 20:70d651156779
- Child:
- 25:b16f1045108f
diff -r 70d651156779 -r 50805ef8c499 Processes/Kalman/Kalman.h --- a/Processes/Kalman/Kalman.h Tue Apr 09 15:33:36 2013 +0000 +++ b/Processes/Kalman/Kalman.h Tue Apr 09 20:37:59 2013 +0000 @@ -1,18 +1,12 @@ #ifndef KALMAN_H #define KALMAN_H -//#include "globals.h" +#include "globals.h" #include "rtos.h" namespace Kalman { -typedef struct State { - float x; - float y; - float theta; -} State ; - //Accessor function to get the state as one consistent struct State getState();