Skip to content

Commit

Permalink
[#400] nevermind
Browse files Browse the repository at this point in the history
  • Loading branch information
Swordpartee committed Mar 9, 2024
1 parent 343b974 commit 72bcde9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/subsystems/Swerve.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public Swerve(SwerveDrivetrainConstants driveTrainConstants, double OdometryUpda

configurePathPlanner();

if (DriverStation.getAlliance().get() != null && DriverStation.getAlliance().get() == DriverStation.Alliance.Red) {
if (DriverStation.getAlliance().get() == DriverStation.Alliance.Red) {
speakerPose = VisionConstants.RED_SPEAKER_LOCATION.toTranslation2d();
}
}
Expand Down

0 comments on commit 72bcde9

Please sign in to comment.