Reference code for Project 3 (Graph Search).
This repository includes a server executable for visualization, which is compatible with the navigation web app.
To compile, on the robot, do:
cd build
cmake -D MBOT=On ..
makeTo run, do:
./robot_plan_path ~/current.map [goal_x] [goal_y]