m-lundberg / simple-pid

A simple and easy to use PID controller in Python
MIT License
792 stars 216 forks source link

Revert "Keep pid call uniform with update function" #85

Closed m-lundberg closed 3 months ago

m-lundberg commented 3 months ago

Reverts m-lundberg/simple-pid#81 since it causes the produced plot to show that the measured value always stays at 0. Will need to investigate more closely why that is.