/PID

Proportional Integral Derivative (PID) Control

Primary LanguagePythonMIT LicenseMIT

Proportional Integral Derivative (PID) Control

Running the code

Smooth with P

$ python run_p.py P

Smooth with PD

$ python run_pd.py P D

Smooth with PID

$ python run_pid.py P I D