Colour sensors calibrated

Dependencies:   mbed-rtos mbed Servo QEI

Fork of ICRSEurobot13 by Thomas Branch

Files at this revision

API Documentation at this revision

Comitter:
madcowswe
Date:
Wed Apr 10 14:34:07 2013 +0000
Parent:
29:4e20b44251c6
Child:
32:ada943ecaceb
Commit message:
changed random comment

Changed in this revision

Processes/Kalman/Kalman.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/Processes/Kalman/Kalman.cpp	Wed Apr 10 04:20:40 2013 +0000
+++ b/Processes/Kalman/Kalman.cpp	Wed Apr 10 14:34:07 2013 +0000
@@ -49,7 +49,7 @@
 {
     printf("kalmaninit \r\n");
     
-    //WARNING: HARDCODED!
+    //WARNING: HARDCODED! TODO: fix it so it works for both sides!
     
     //solve for our position (assume perfect bias)
     const float d = beaconpos[2].y - beaconpos[1].y;