mode auto

This commit is contained in:
EdwardFaucher 2024-11-18 18:51:23 -05:00
parent 448b92e8ab
commit 2a128b40fc

View File

@ -46,7 +46,7 @@ public class RobotContainer {
},drive)); },drive));
dashboard.add("autochooser",autoChooser) dashboard.add("autochooser",autoChooser)
.withSize(1,1) .withSize(1,1)
.withPosition(2,2); .withPosition(6,0);
} }
private void configureBindings() { private void configureBindings() {