Skip to content

Commit

Permalink
Update at 'Sat Sep 28 11:42:54 PDT 2024'
Browse files Browse the repository at this point in the history
  • Loading branch information
mimizh2418 committed Sep 28, 2024
1 parent 86ba0fb commit d9e13a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/team1540/robot2024/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ private void configureAutoRoutines() {
autos.add(new AmpLanePAEDSprint(drivetrain, shooter, indexer));
autos.add(new AmpLanePADEF(drivetrain, shooter, indexer));
autos.add(new AmpLanePAEDF(drivetrain, shooter, indexer));
autos.add(new AmpLanePABCSprint(drivetrain, shooter, indexer));
//// autos.add(new AutoCommand("SubwooferShot", new ShootSequence(shooter, indexer)));
//// autos.add(new DriveSinglePath("Taxi", drivetrain));
//// autos.add(new DriveSinglePath("Sprint", drivetrain));
Expand Down

0 comments on commit d9e13a5

Please sign in to comment.