Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 390 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 390 Bytes

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