LearnRoadRunner icon indicating copy to clipboard operation
LearnRoadRunner copied to clipboard

Add description of tank drive PID values.

Open cmacfarl opened this issue 2 years ago • 0 comments

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);

cmacfarl avatar Nov 21 '22 19:11 cmacfarl