Anti windup on PidController

Viewed 23
1 Answers

I agree; the current PidController implementation does not provide those features. It would not be too hard to implement this (by modifying the current PidController interface in C++, or providing a similar implementation in pydrake). And we would welcome a contribution like this if you wanted to make it.

For bonus points, the class should really declare witness events when the "clamp" turns on/off, so that error-controlled integrators get to know about this discontinuity.

Related