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

Add description of tank drive PID values. #43

Open
cmacfarl opened this issue Nov 21, 2022 · 0 comments
Open

Add description of tank drive PID values. #43

cmacfarl opened this issue Nov 21, 2022 · 0 comments

Comments

@cmacfarl
Copy link

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

No branches or pull requests

1 participant