Closed c0d3rman closed 5 years ago
Is there a reason this hasn't been merged?
@billwpierce as far as I'm concerned, this hasn't been well tested. We can do that and then merge?
We were using this on the 2018 bot and I don't know if it actually worked but it didn't break anything
Added a stop condition to
CustomPIDController
based on how close the derivative is to zero. This is to prevent the loop ending as soon as it reaches zero error but is about to overshoot. It is also useful for P or PD loops, where the error doesn't converge to zero and the loop should end once the error is stable.