Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: ISR_Mini-explorer mbed
Fork of roboticLab_withclass by
main.cpp
- Committer:
- Ludwigfr
- Date:
- 2017-06-26
- Revision:
- 0:9f7ee7ed13e4
- Child:
- 1:20f48907c726
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;
}
