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
I'm struggling to tune the translation and rotation PIDConstants for our HolonomicPathFollowerConfig and am looking for guidance on how to do that. I got our swerve modules pretty well tuned so that they spin at the requested velocity by using a command to just drive straight at a couple different velocities and comparing the requested velocity with the velocity recorded for the motors in AdvantageScope. But now when I try to use PathPlanner to follow a path, even just a straight path at 0.5 m/s, it's a bit erratic. What is a good strategy for tuning those values? Is there anything else that I should be considering? Is there a good way to use Shuffleboard to be able to test different values without having to re-deploy the code?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm struggling to tune the translation and rotation PIDConstants for our HolonomicPathFollowerConfig and am looking for guidance on how to do that. I got our swerve modules pretty well tuned so that they spin at the requested velocity by using a command to just drive straight at a couple different velocities and comparing the requested velocity with the velocity recorded for the motors in AdvantageScope. But now when I try to use PathPlanner to follow a path, even just a straight path at 0.5 m/s, it's a bit erratic. What is a good strategy for tuning those values? Is there anything else that I should be considering? Is there a good way to use Shuffleboard to be able to test different values without having to re-deploy the code?
Beta Was this translation helpful? Give feedback.
All reactions