I'm using PidController in a drake project and I need of an anti windup control to limit the integral term growth. I was examine the PidController documentation,
https://drake.mit.edu/doxygen_cxx/classdrake_1_1systems_1_1controllers_1_1_pid_controller.html
but I cannot find functions or parameters related to this limit. It is correct or i missed something in the documentation?
What's the smartest way to implement it?
Thanks