test morning

Dependencies:   ISR_Mini-explorer mbed

Fork of roboticLab_withclass_3_July by Georgios Tsamis

Revision:
11:b91fe0ed4fed
Parent:
10:d0109d7cbe7c
--- a/main.cpp	Mon Jul 10 18:03:19 2017 +0000
+++ b/main.cpp	Tue Jul 11 10:30:21 2017 +0000
@@ -28,9 +28,8 @@
      
      //test lab4
      MiniExplorerCoimbra myRobot(20,15,0,120,80);//0,0,0 : lower left, facing right
-     //rectangle 100 width, 60 height 
      //myRobot.test_prediction_sonar();
-     myRobot.test_procedure_lab_4(50,0);
+     myRobot.test_procedure_lab_4(70,0);
      
     return 0;
 }