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:
24:08241be546ba
Parent:
12:235e318a414f
Child:
27:a13ede88e75f
Child:
38:d76e488e725f
diff -r bfec16575c91 -r 08241be546ba State/State.h
--- a/State/State.h	Sun May 19 07:35:16 2013 +0000
+++ b/State/State.h	Sun May 19 14:54:49 2013 +0000
@@ -82,6 +82,14 @@
      * @brief Save the new state to a new line.
      */
     void savePlotFile(state_t s);
+    
+    /**
+    * Returns the transform a  sinusvalue from -1.0 .. 1.0 to 0.0 .. 1.0
+    * @param idx number of LEDS
+    * @param f value till 2&pi;
+    * @return sinus value from 0.0f 1.0f
+    */
+    float dim( int idx, float f );
 
     /**
      * @brief Run method actualize every period.