We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86ba0fb commit d9e13a5Copy full SHA for d9e13a5
src/main/java/org/team1540/robot2024/RobotContainer.java
@@ -347,6 +347,7 @@ private void configureAutoRoutines() {
347
autos.add(new AmpLanePAEDSprint(drivetrain, shooter, indexer));
348
autos.add(new AmpLanePADEF(drivetrain, shooter, indexer));
349
autos.add(new AmpLanePAEDF(drivetrain, shooter, indexer));
350
+ autos.add(new AmpLanePABCSprint(drivetrain, shooter, indexer));
351
//// autos.add(new AutoCommand("SubwooferShot", new ShootSequence(shooter, indexer)));
352
//// autos.add(new DriveSinglePath("Taxi", drivetrain));
353
//// autos.add(new DriveSinglePath("Sprint", drivetrain));
0 commit comments