debug de jeudi

This commit is contained in:
samuel desharnais
2026-03-28 09:16:33 -04:00
parent 57fa3597e2
commit 79568a58b9
8 changed files with 33 additions and 95 deletions

View File

@@ -20,7 +20,7 @@ public class Lancer extends Command {
public Lancer(Lanceur lanceur, Limelight3G limeLight3G) {
this.lanceur = lanceur;
this.timer = new Timer();
this.limeLight3G = new Limelight3G();
this.limeLight3G = limeLight3G;
addRequirements(lanceur, limeLight3G);
// Use addRequirements() here to declare subsystem dependencies.
}