Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 672 Bytes

File metadata and controls

26 lines (19 loc) · 672 Bytes

simplePID

A simple controller to calcuate forces.

Install

Clone the repository

git@github.com:sandeshthapa/MotionControl.git
cd MotionControl/Control_design 
cd build 
cmake ..
make 
./simple_pid

Install cmake

Head over to CMake download page and get a binary for your operating system, e.g. Windows, Linux, or Mac OS X. On Windows double click the binary to install. On Linux run the binary from a terminal.

On Linux, you can also install the packages from the distribution's package manager. On Ubuntu 16.04 you can install the command-line and graphical application with:

sudo apt-get install cmake
sudo apt-get install cmake-gui