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
When doing the final tuning, if one is using a tank drive, then the PID values for tuning are different and there is no documentation for these values in either the original road runner quickstart source, or the quite awesome learnroadrunner documentation.
public static PIDCoefficients AXIAL_PID = new PIDCoefficients(0, 0, 0);
public static PIDCoefficients CROSS_TRACK_PID = new PIDCoefficients(0, 0, 0);
public static PIDCoefficients HEADING_PID = new PIDCoefficients(0, 0, 0);
The text was updated successfully, but these errors were encountered:
When doing the final tuning, if one is using a tank drive, then the PID values for tuning are different and there is no documentation for these values in either the original road runner quickstart source, or the quite awesome learnroadrunner documentation.
The text was updated successfully, but these errors were encountered: