Updated values back to when they worked

This commit is contained in:
2024-10-22 16:26:33 -07:00
parent 5cec300e58
commit 43c505e292

View File

@ -58,10 +58,10 @@ public class FollowerConstants {
// Heading error PIDF coefficients // Heading error PIDF coefficients
public static CustomPIDFCoefficients headingPIDFCoefficients = new CustomPIDFCoefficients( public static CustomPIDFCoefficients headingPIDFCoefficients = new CustomPIDFCoefficients(
2, 1,
0, 0,
.075, .1,
-.03125); 0);
// Feed forward constant added on to the heading PIDF // Feed forward constant added on to the heading PIDF
public static double headingPIDFFeedForward = 0.01; public static double headingPIDFFeedForward = 0.01;