This commit is contained in:
Antoine PerreaultE 2024-02-07 19:50:42 -05:00
parent 9f4ae69d9a
commit 847e3fd97d

View File

@ -70,6 +70,7 @@ public class RobotContainer {
manette.a().whileTrue(guiderBas); manette.a().whileTrue(guiderBas);
manette.b().whileTrue(guiderHaut); manette.b().whileTrue(guiderHaut);
joystick.button(3).toggleOnTrue(balayer); joystick.button(3).toggleOnTrue(balayer);
joystick.button(1).whileTrue(lancernote);
configureBindings(); configureBindings();
drive.setDefaultCommand(new RunCommand(()->{ drive.setDefaultCommand(new RunCommand(()->{