This commit is contained in:
samuel desharnais
2026-03-31 17:54:41 -04:00
9 changed files with 96 additions and 54 deletions

View File

@@ -37,7 +37,9 @@ public class TournerVersReservoir 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