An extensible C++ library for creating PID controllers. Has python bindings as well.
TODO
From this directory:
mkdir build
cd build
cmake ..
sudo make install
TODO
To remove system files created by the installation of this repo:
sudo make uninstall