Skip to content

WPISmartmouse/2016_Solvers

Repository files navigation

SmartMouse2015_Maze

Build Status

WPI CollabLab Smartmouse Team code for exploring and solving the maze.

Building instructions

mkdir build
cmake ..
make

If you want simultaion, use this

mkdir build
cmake .. -DMAKE_SIM=ON
make