Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 428 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 428 Bytes

Tracking and control code for the floor robots testbed. In the process of being updated to use features we've developed for Beluga.

To compile this, you need to first compile MADTraC. If that goes according to plan, you just need to run CMake on the CMakeLists.txt file here. If you're using the command line, it'll be like this:

mkdir build && cd build
cmake ..
make