mirror of
https://github.com/Team4388/2023WayOfTheRobot.git
synced 2026-06-09 08:38:02 -06:00
fix autobalance kP
This commit is contained in:
@@ -16,7 +16,7 @@ public class AutoBalance extends PelvicInflammatoryDisease {
|
||||
|
||||
/** Creates a new AutoBalanceTF2. */
|
||||
public AutoBalance(RobotGyro gyro, SwerveDrive drive) {
|
||||
super(1.0, 0, 0, 0);
|
||||
super(0.6, 0, 0, 0);
|
||||
|
||||
this.gyro = gyro;
|
||||
this.drive = drive;
|
||||
|
||||
Reference in New Issue
Block a user