onguntoglu / pyadrc

Active Disturbance Rejection Control for Python
MIT License
28 stars 9 forks source link

====================== pyadrc's Documentation

.. image:: https://img.shields.io/pypi/v/pyadrc.svg :target: https://pypi.python.org/pypi/pyadrc

.. image:: https://www.travis-ci.com/onguntoglu/pyadrc.svg?branch=master :target: https://www.travis-ci.com/onguntoglu/pyadrc

.. image:: https://readthedocs.org/projects/pyadrc/badge/?version=latest :target: https://pyadrc.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status

.. image:: https://codecov.io/gh/onguntoglu/pyadrc/branch/master/graph/badge.svg?token=V8WT0V43QD :target: https://codecov.io/gh/onguntoglu/pyadrc :alt: Codecov

.. image:: https://img.shields.io/github/license/onguntoglu/pyadrc.svg :target: https://github.com/onguntoglu/pyadrc/blob/master/LICENSE :alt: Licence

.. image:: https://pepy.tech/badge/pyadrc :target: https://pepy.tech/project/pyadrc :alt: Downloads

Active Disturbance Rejection Control for Python

A simple, yet powerful control method for when a PID controller just doesn't cut it.

Features

Installation

Installing pyadrc is really simple, just run this command in your terminal:

.. code-block:: bash

    pip install pyadrc

or you can clone the repository and install it manually:

.. code-block:: bash

    git clone git://github.com/onguntoglu/pyadrc
    cd pyadrc
    python setup.py install

Licence

pyadrc is licenced under the MIT Licence

Acknowledgements

None of this work would be possible without Gernot Herbst and his papers: