This commit is contained in:
Antoine PerreaultE 2024-02-17 13:26:24 -05:00
parent bf6b877d37
commit 9385248293

View File

@ -79,7 +79,7 @@ public class RobotContainer {
CameraServer.startAutomaticCapture();
manette.a().whileTrue(new GuiderBas(guideur));
manette.b().whileTrue(new GuiderHaut(guideur));
joystick.button(3).whileTrue(new Balayer(balayeuse, accumulateur));
joystick.button(3).whileTrue(balayer);
joystick.button(1).whileTrue(new LancerNote(lanceur, accumulateur));
joystick.button(4).whileTrue(new ParallelCommandGroup(new Lancer(lanceur,limelight),new Limelight_tracker(limelight,drive)));
joystick.button(2).whileTrue(new ParallelCommandGroup(new Lancerampli(lanceur,limelight),new Limelight_tracker(limelight,drive),new GuiderHaut(guideur)));