-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
Rover: QuickTune velocity tune gains too high #24729
Comments
Thanks for this. I have a few ideas:
|
@rmackay9 |
Cool, I'll go ahead and remove it then (or you can of course). I think we do D before P because tuning P may lead to us needing to reduce D. |
I've created a PR here to greatly simplify the rover quick tune #25629 |
We've removed the velocity tuning from the quick tune process so I'll close this issue. |
I found that PSC_ The parameters set by VEL are too large, resulting in oscillation behavior after turning at large angles.
My personal opinion is:
Set P first instead of D, and D should be relatively small to prevent noise diffusion;
I can be set to 0 or 10% of the P value;
The maximum setting of D value should be 20% of P value;
The text was updated successfully, but these errors were encountered: