Commit
This commit is contained in:
parent
bf6b877d37
commit
9385248293
@ -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)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user