Skip to content

Commit d9e13a5

Browse files
committed
Update at 'Sat Sep 28 11:42:54 PDT 2024'
1 parent 86ba0fb commit d9e13a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/team1540/robot2024/RobotContainer.java

+1
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ private void configureAutoRoutines() {
347347
autos.add(new AmpLanePAEDSprint(drivetrain, shooter, indexer));
348348
autos.add(new AmpLanePADEF(drivetrain, shooter, indexer));
349349
autos.add(new AmpLanePAEDF(drivetrain, shooter, indexer));
350+
autos.add(new AmpLanePABCSprint(drivetrain, shooter, indexer));
350351
//// autos.add(new AutoCommand("SubwooferShot", new ShootSequence(shooter, indexer)));
351352
//// autos.add(new DriveSinglePath("Taxi", drivetrain));
352353
//// autos.add(new DriveSinglePath("Sprint", drivetrain));

0 commit comments

Comments
 (0)