fix autobalance kP

This commit is contained in:
Aarav Shah
2023-02-27 18:33:14 -07:00
committed by GitHub
parent 392fc5f1a9
commit 85eaef2df5
@@ -16,7 +16,7 @@ public class AutoBalance extends PelvicInflammatoryDisease {
/** Creates a new AutoBalanceTF2. */ /** Creates a new AutoBalanceTF2. */
public AutoBalance(RobotGyro gyro, SwerveDrive drive) { public AutoBalance(RobotGyro gyro, SwerveDrive drive) {
super(1.0, 0, 0, 0); super(0.6, 0, 0, 0);
this.gyro = gyro; this.gyro = gyro;
this.drive = drive; this.drive = drive;