Changer ID swerve pour les bons

This commit is contained in:
Antoine PerreaultE
2023-11-01 18:54:36 -04:00
parent 8b5842acbb
commit 83fda9aa61
5 changed files with 13 additions and 13 deletions

View File

@ -14,7 +14,7 @@ import frc.robot.subsystems.Lanceur;
// https://docs.wpilib.org/en/stable/docs/software/commandbased/convenience-features.html
public class Accumuler extends SequentialCommandGroup {
public Accumuler(Accumulateur accumulateur) {
public void Accumuler(Accumulateur accumulateur) {
// Add your commands in the addCommands() call, e.g.
// addCommands(new FooCommand(), new BarCommand());
addCommands(new Deaccumuler(accumulateur), new Reaccumuler(accumulateur));