mission-mangal / PositionControl

This is a library aiming at implementing pid control to control the position of a DC motor with feedback from quadrature encoder using speed control drivers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PositionControl

This library can be used to control the position DC mnotor with feedback from quadrature encoders. Here it will generate the required PWM control signal for this, but one can change the control signal, as per their requirement. The driver that this motor uses to control the speed is a speed controller. Here the accuracy of the control can be controlled. This can be useful in cases where there is unavailability of servo driver.

Requirement for the library

Please install theses library to use this library as this library uses some of these components for speed control.

Look into the example to get started with the library

About

This is a library aiming at implementing pid control to control the position of a DC motor with feedback from quadrature encoder using speed control drivers.

License:MIT License


Languages

Language:C++ 100.0%