lab robotic coimbra

Dependencies:   ISR_Mini-explorer mbed

main.cpp

Committer:
Ludwigfr
Date:
2017-06-26
Revision:
0:9f7ee7ed13e4

File content as of revision 0:9f7ee7ed13e4:

#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;
}