just a test

Dependencies:   mbed

Fork of scoreLight_Advanced by Alvaro Cassinelli

Revision:
21:bc9b9383f4b6
Parent:
12:0de9cd2bced5
Child:
24:4e52031a495b
--- a/rigidLoop.h	Sat Apr 28 15:08:27 2012 +0000
+++ b/rigidLoop.h	Sun May 06 14:40:19 2012 +0000
@@ -59,6 +59,8 @@
     float massCenter;
     float dampMotionCenterMass; 
     
+    vector2Df gravity;
+    
     float speedContourFollowing; // this is given as a percentage of the radius of the circle
     float factorBouncingForce;
 };