public static RobotConfig CONFIG;
public static final PPHolonomicDriveController AUTO_CONTROLLER = new PPHolonomicDriveController(
- new PIDConstants(6.0, 0.0, 0.5), // Translation PID constants
- new PIDConstants(5.0, 0.0, 1.0) // Rotation PID constants
+ new PIDConstants(3.0, 0.0, 0.5), // Translation PID constants
+ new PIDConstants(4.0, 0.0, 1.0) // Rotation PID constants
);