Updated values back to when they worked
This commit is contained in:
@ -58,10 +58,10 @@ public class FollowerConstants {
|
||||
|
||||
// Heading error PIDF coefficients
|
||||
public static CustomPIDFCoefficients headingPIDFCoefficients = new CustomPIDFCoefficients(
|
||||
2,
|
||||
1,
|
||||
0,
|
||||
.075,
|
||||
-.03125);
|
||||
.1,
|
||||
0);
|
||||
|
||||
// Feed forward constant added on to the heading PIDF
|
||||
public static double headingPIDFFeedForward = 0.01;
|
||||
|
Reference in New Issue
Block a user