mirror of
https://github.com/Team4388/2023WayOfTheRobot.git
synced 2026-06-09 08:38:02 -06:00
minor fixes, swerve auto constants
This commit is contained in:
@@ -42,7 +42,7 @@ public class SwerveDrive extends SubsystemBase {
|
||||
this.leftBack = leftBack;
|
||||
this.rightBack = rightBack;
|
||||
|
||||
this.modules = new SwerveModule[] {leftFront, rightFront, leftBack, rightBack};
|
||||
this.modules = new SwerveModule[] {this.leftFront, this.rightFront, this.leftBack, this.rightBack};
|
||||
|
||||
this.gyro = gyro;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user