Time is good

Dependencies:   RoboClaw mbed

Fork of Robot2016_2-0 by ARES

Revision:
70:d70a6db1f635
Parent:
47:be4eebf40568
Child:
72:b628daa54f3c
--- a/Map/obsCarr.h	Thu May 05 01:29:35 2016 +0000
+++ b/Map/obsCarr.h	Thu May 05 03:22:43 2016 +0000
@@ -5,6 +5,8 @@
 #include "figure.h"
 #include "point.h"
 
+#define TAILLE_SECURITE 110
+
 class obsCarr : public figure {
 public:
     obsCarr (float xc, float yc, float dxt, float dyt) : figure (xc,yc) {