This commit is contained in:
@@ -54,6 +54,7 @@ public class RobotContainer {
|
||||
Lancerampli lancerampli = new Lancerampli(lanceur);
|
||||
CommandJoystick joystick = new CommandJoystick(0);
|
||||
CommandXboxController manette = new CommandXboxController(1);
|
||||
//command
|
||||
GrimpeurDroit grimpeurDroit = new GrimpeurDroit(grimpeur, manette::getLeftX);
|
||||
GrimpeurGauche grimpeurGauche = new GrimpeurGauche(grimpeur, manette::getLeftY);
|
||||
public RobotContainer() {
|
||||
|
Reference in New Issue
Block a user