Committing translational and heading PID

This commit is contained in:
2024-10-20 19:03:52 -07:00
parent a64a558f2f
commit ba5e1e6fe4

View File

@ -42,7 +42,7 @@ public class FollowerConstants {
public static CustomPIDFCoefficients translationalPIDFCoefficients = new CustomPIDFCoefficients(
0.1,
0,
0,
0.01,
0);
// Translational Integral
@ -60,7 +60,7 @@ public class FollowerConstants {
public static CustomPIDFCoefficients headingPIDFCoefficients = new CustomPIDFCoefficients(
1,
0,
0,
0.02,
0);
// Feed forward constant added on to the heading PIDF