Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Noetic devel integral windup #18

Merged
merged 5 commits into from
Oct 27, 2024
Merged

Conversation

mzhouURI
Copy link
Contributor

fixed integral windup.
No max and min integral now.
instead we apply saturation to total pid outputs.
When saturated, integral term will not be updated.
This matches the conventional way of avoiding integral windup using what so call "clamping".
Also, the integral error of corresponding DOF will be reset to zero if there is a setpoint change for that DOF.

Overall, this produces a smoother control performance and Path following

@mzhouURI mzhouURI merged commit 8b10fe3 into noetic-devel Oct 27, 2024
1 check passed
@mzhouURI mzhouURI deleted the noetic-devel-integral-windup branch October 27, 2024 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant