This commit is contained in:
EdwardFaucher 2023-03-08 18:50:24 -05:00
parent 2dab0d5dc7
commit 4e6c8413d9

View File

@ -80,9 +80,7 @@ public RobotContainer() {
}
private void configureBindings() {
basePilotable.setDefaultCommand(new RunCommand(() -> {
basePilotable.drive(-manette1.getLeftY(), -manette1.getLeftX());
},basePilotable));
// manette 1
manette1.povDown().onTrue(pivoteBrasHaut);
manette1.povUp().onTrue(pivoteBrasBas);