Committing translational and heading PID
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user