You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have a very simple PID controller in the gazebo swerve control node. It would be nice to improve this controller to include features such as a low pass filter for the derivative term to limit the high-frequency gain and noise and an integral clamp to avoid integral windup.
AC: Improved PID controller in the swerve control node with a low pass filter and integral clamp
Currently we have a very simple PID controller in the gazebo swerve control node. It would be nice to improve this controller to include features such as a low pass filter for the derivative term to limit the high-frequency gain and noise and an integral clamp to avoid integral windup.
AC: Improved PID controller in the swerve control node with a low pass filter and integral clamp