This commit is contained in:
Antoine PerreaultE 2023-05-10 18:38:54 -04:00
parent 6b98a95f2f
commit 93689cc6cf

View File

@ -126,7 +126,7 @@ public class RobotContainer {
manette2.leftBumper().whileTrue(cone);
manette2.y().whileTrue(gyro);
manette2.start().onTrue(new InstantCommand(basePilotable::resetGyro));
manette1.b().whileTrue(gratteMonte);
manette1.x().whileTrue(gratteMonte);
manette1.x().whileTrue(gratteBaisser);
}