Skip to content

silentreverb/pid-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pid-controller Travis CI Build Status Coverity Scan Build Status

A simple C++-based PID controller. Requires modules from the Boost library.

Installation

This library utilizes the cmake cross-platform utility. To build and install the library on Debian-based distributions, execute the following steps in a new terminal.

Install Boost dependencies, if not installed already:

sudo apt-get install libboost-system-dev libboost-chrono-dev libboost-timer-dev

Create the build directory:

mkdir build
cd build

Generate build scripts:

cmake ..

Build and install the library:

make
sudo make install

About

A simple C++-based PID Controller.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published