Python implementation of a PID controller. Libraries needed to use this module: numpy and matplotlib. Both can be installed via "pip install" through the command line. The module is highly intuitive ...
A simple and easy to use PID controller in Python. If you want a PID controller without external dependencies that just works, this is for you! The PID was designed to be robust with help from Brett ...