Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Commit f9dad20

Browse files
Test alliance fix.
Signed-off-by: thenetworkgrinch <[email protected]>
1 parent 8c30ec5 commit f9dad20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/frc/robot/subsystems/swervedrive/SwerveSubsystem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public class SwerveSubsystem extends SubsystemBase
7676
*/
7777
public SwerveSubsystem(File directory)
7878
{
79-
boolean blueAlliance = true;
79+
boolean blueAlliance = false;
8080
Pose2d startingPose = blueAlliance ? new Pose2d(new Translation2d(Meter.of(1),
8181
Meter.of(4)),
8282
Rotation2d.fromDegrees(0))

0 commit comments

Comments
 (0)