m-lundberg / simple-pid

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

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

Closed m-lundberg closed 4 months ago

m-lundberg commented 4 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.