get alliance -> dans initialise

This commit is contained in:
2026-03-31 03:31:15 +02:00
parent f7e88619e9
commit 4068016d36
8 changed files with 21 additions and 7 deletions

View File

@@ -42,7 +42,9 @@ public class LimelighterAuto extends Command {
// Called when the command is initially scheduled.
@Override
public void initialize() {}
public void initialize() {
alliance = DriverStation.getAlliance();
}
// Called every time the scheduler runs while the command is scheduled.
@Override