This is some awesome robot code

Dependencies:   mbed-rtos mbed QEI

Fork of ICRSEurobot13 by Thomas Branch

Revision:
33:a49197572737
Parent:
26:7cb3a21d9a2e
Child:
48:254b124cef02
--- a/Processes/Kalman/Kalman.h	Wed Apr 10 18:25:16 2013 +0000
+++ b/Processes/Kalman/Kalman.h	Wed Apr 10 19:52:19 2013 +0000
@@ -7,13 +7,6 @@
 namespace Kalman
 {
 
-typedef struct State 
-{
-    float x;
-    float y;
-    float theta;
-} State;
-
 //Accessor function to get the state as one consistent struct
 State getState();