This commit is contained in:
Olivier Dubois 2024-11-27 18:17:33 -05:00
parent f7daa030bd
commit be5abb84bd

View File

@ -43,15 +43,9 @@ public class RobotContainer {
drive.setDefaultCommand(new RunCommand(()->{
drive.drive(-MathUtil.applyDeadband(manette.getRightX(),0.2), MathUtil.applyDeadband(-manette.getRightY(),0.2), MathUtil.applyDeadband(-manette.getRightX(), 0.2));
},drive));
<<<<<<< HEAD
// dashboard.add("autochooser",autoChooser)
// .withSize(1,1)
// .withPosition(6,0);
=======
dashboard.add("autochooser",autoChooser)
.withSize(1,1)
.withPosition(8,0);
>>>>>>> 3f240407849e489fb0b5fae52b61719f27c7b388
// .withPosition(8,0);
}
private void configureBindings() {