8,0 6,0
This commit is contained in:
parent
f7daa030bd
commit
be5abb84bd
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user