just a test

Dependencies:   mbed

Fork of scoreLight_Advanced by Alvaro Cassinelli

Revision:
34:1244fa3f2559
Parent:
33:43e8bc451ef0
Child:
35:35af5086ab4f
--- a/rigidLoop.cpp	Mon Nov 05 06:08:35 2012 +0000
+++ b/rigidLoop.cpp	Wed Nov 07 14:41:55 2012 +0000
@@ -132,7 +132,7 @@
             setColor(0x04);
 
             // default (initial) shape (the scafold belongs to the base class):
-            saccadeRadius=14;//23;
+            saccadeRadius=23;
             bluePrint.buildCircularScafold(saccadeRadius, vector2Dd(0,0), 20); //(float _radius, vector2D _pos,vector2D _vel, int _numScafoldPoints);
 
             // Note: We may assume NO MASS for the center of the contour following loop. Adding mass may be interesting though (smooth motion).