lab robotic coimbra

Dependencies:   ISR_Mini-explorer mbed

Committer:
Ludwigfr
Date:
Mon Jun 26 12:05:20 2017 +0000
Revision:
0:9f7ee7ed13e4
this version should work, though it would be nice to test all the lab demo; there's also some code on the 4th lab at the end of MiniExplorerCoimbra.cpp

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Ludwigfr 0:9f7ee7ed13e4 1 #include "MiniExplorerCoimbra.hpp"
Ludwigfr 0:9f7ee7ed13e4 2
Ludwigfr 0:9f7ee7ed13e4 3 int main(){
Ludwigfr 0:9f7ee7ed13e4 4 MiniExplorerCoimbra myRobot(0,0,0);
Ludwigfr 0:9f7ee7ed13e4 5 //test lab2
Ludwigfr 0:9f7ee7ed13e4 6 //myRobot.randomize_and_map();
Ludwigfr 0:9f7ee7ed13e4 7 //test lab3
Ludwigfr 0:9f7ee7ed13e4 8 //myRobot.try_to_reach_target(50,30);
Ludwigfr 0:9f7ee7ed13e4 9 return 0;
Ludwigfr 0:9f7ee7ed13e4 10 }
Ludwigfr 0:9f7ee7ed13e4 11