lab robotic coimbra

Dependencies:   ISR_Mini-explorer mbed

Revision:
0:9f7ee7ed13e4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Mon Jun 26 12:05:20 2017 +0000
@@ -0,0 +1,11 @@
+#include "MiniExplorerCoimbra.hpp"
+
+int main(){ 
+    MiniExplorerCoimbra myRobot(0,0,0);
+    //test lab2
+    //myRobot.randomize_and_map();
+    //test lab3
+    //myRobot.try_to_reach_target(50,30);
+    return 0;
+}
+