public static RobotConfig CONFIG;
public static final PPHolonomicDriveController AUTO_CONTROLLER = new PPHolonomicDriveController(
- new PIDConstants(3.0, 0.0, 0.5), // Translation PID constants
+ new PIDConstants(3.5, 0.0, 1.0), // Translation PID constants
new PIDConstants(4.0, 0.0, 1.0) // Rotation PID constants
);
public static final double FEEDFORWARD_KV = 0.06;
- public static final double NORMAL_CURRENT_LIMIT = 25.0; // A
+ public static final double NORMAL_CURRENT_LIMIT = 40.0; // A
public static final double CALIBRATION_CURRENT_LIMIT = 10.0; // A
public static final double CALIBRATION_CURRENT_THRESHOLD = 9.0; // A