acxz / libpid

An extensible C++ library for PID control
GNU General Public License v3.0
1 stars 0 forks source link

libpid

An extensible C++ library for creating PID controllers. Has python bindings as well.

Dependencies

TODO

Installation

From this directory:

mkdir build
cd build
cmake ..
sudo make install

Usage

TODO

Uninstall

To remove system files created by the installation of this repo:

sudo make uninstall