Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 291 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 291 Bytes

controllers

A series of controllers and path planners.
This library is meant to be standalone, and able to compile by itself. To do so, do the following:

$ cd /path/to/controllers 
$ mkdir build && cd build  
$ cmake .. # add -GNinja to compile with ninja instead  
$ make