This program is for an autonomous robot for the competition at the Hochschule Luzern. We are one of the 32 teams. <a href="http://cruisingcrepe.wordpress.com/">http://cruisingcrepe.wordpress.com/</a> The postition control is based on this Documentation: Control of Wheeled Mobile Robots: An Experimental Overview from Alessandro De Luca, Giuseppe Oriolo, Marilena Vendittelli. For more information see here: <a href="http://www.dis.uniroma1.it/~labrob/pub/papers/Ramsete01.pdf">http://www.dis.uniroma1.it/~labrob/pub/papers/Ramsete01.pdf</a>

Dependencies:   mbed

Fork of autonomousRobotAndroid by Christian Burri

Revision:
6:48eeb41188dd
Parent:
3:92ba0254af87
Child:
8:696c2f9dfc62
diff -r 48a258f6335e -r 48eeb41188dd Actuators/MaxonESCON.cpp
--- a/Actuators/MaxonESCON.cpp	Thu Mar 21 08:56:53 2013 +0000
+++ b/Actuators/MaxonESCON.cpp	Sat Mar 23 13:52:48 2013 +0000
@@ -56,7 +56,7 @@
 
 void MaxonESCON::enable(bool enb)
 {
-    if(enb == false) {
+    if(enb == true) {
         _enb = 1;
     } else {
         _enb = 0;