This Project achieves to implement Breadth-first algorithm in C++ The project interacts continuously with the API of the micromouse simulator. (https://github.com/mackorone/mms). You must clone the repo given and save it in the directory of your choice. You must also clone the mazefiles (https://github.com/micromouseonline/mazefiles). The files must be in the same directory as you wish.
To execute this project, clone the project in the same directory as you wish to store other repos. (Use: https://github.com/nalindas9/enpm809y-final-project)
To start the micromouse simulator, Follow the steps mentioned in the repo ../mackorone/mms, mentioned above.
To execute the project:
- Load the maze file into the simulator (The files that are cloned from ../micromouseonline/mazefiles)
- Load the project in the simulator (../enpm809y-final-project/Final-Project-Group7/Project-Group7/src)
- Build Commands: g++ -std=c++11 API/API.cpp LandBasedRobot/LandBasedRobot.cpp LandBasedWheeled/LandBasedWheeled.cpp LandBasedTracked/LandBasedTracked.cpp Maze/Maze.cpp Algorithm/Algorithm.cpp ../main.cpp
- Run command: ./a.out BUILD the project in the simulator RUN the project