grimpeur
This commit is contained in:
@@ -22,6 +22,8 @@ import edu.wpi.first.wpilibj2.command.button.CommandXboxController;
|
||||
|
||||
// Commands
|
||||
import frc.robot.command.Balayer;
|
||||
import frc.robot.command.GrimpeurDroit;
|
||||
import frc.robot.command.GrimpeurGauche;
|
||||
import frc.robot.command.GuiderBas;
|
||||
import frc.robot.command.GuiderHaut;
|
||||
import frc.robot.command.Lancer;
|
||||
@@ -49,6 +51,8 @@ public class RobotContainer {
|
||||
GuiderBas guiderBas = new GuiderBas(guideur);
|
||||
LancerNote lancernote = new LancerNote(lanceur, accumulateur);
|
||||
Lancerampli lancerampli = new Lancerampli(lanceur);
|
||||
GrimpeurDroit grimpeurDroit = new GrimpeurDroit(grimpeur, null);
|
||||
GrimpeurGauche grimpeurGauche = new GrimpeurGauche(grimpeur, null);
|
||||
CommandJoystick joystick = new CommandJoystick(0);
|
||||
CommandXboxController manette = new CommandXboxController(1);
|
||||
|
||||
@@ -68,8 +72,8 @@ public class RobotContainer {
|
||||
}
|
||||
|
||||
private void configureBindings() {
|
||||
|
||||
joystick.button(3).toggleOnTrue(balayer);
|
||||
|
||||
joystick.button(3).toggleOnTrue(balayer);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user