Fork de Timer après le match à 61 points

Dependencies:   RoboClaw mbed

Fork of Timer by ARES

Revision:
24:8e7f24c3d05f
Parent:
19:b2f3757fd7ee
Child:
25:6c5c453602ff
--- a/main.cpp	Wed Jan 13 19:10:51 2016 +0100
+++ b/main.cpp	Wed Jan 20 17:13:01 2016 +0100
@@ -43,7 +43,7 @@
     init();
     //Construction des obstacles
     map.build();
-    map.Astar(0, 1000, 2000, 1000, 50);
+    map.Astar(0, 1000, 2000, 1000);
     path = map.path;
     
     for(int i=0; i<path.size();i++) {