This commit is contained in:
samuel desharnais 2024-10-30 19:16:34 -04:00
parent 104c9195bc
commit 1c1e8fb714

View File

@ -19,7 +19,7 @@ public class Lancer extends Command {
// Called when the command is initially scheduled. // Called when the command is initially scheduled.
@Override @Override
public void initialize() { public void initialize() {
lanceur.setPID(0, 0, 0); lanceur.PIDlanceur(0, 0, 0);
} }
// Called every time the scheduler runs while the command is scheduled. // Called every time the scheduler runs while the command is scheduled.