Skip to content

Commit

Permalink
Update at 'Sat Sep 28 12:46:16 PDT 2024'
Browse files Browse the repository at this point in the history
  • Loading branch information
mimizh2418 committed Sep 28, 2024
1 parent 987c3c4 commit 1ed7599
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 3 additions & 0 deletions src/main/java/org/team1540/robot2024/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,9 @@ private void configureAutoRoutines() {

}
autos.addDefault(new AutoCommand("Dwayne :skull:"));

autos.add(new PathTesting(drivetrain));

autos.add(new AutoCommand("Subwoofer Shot", ShootSequence.forAutoSubwoofer(shooter, indexer)));
// autos.addDefault(new ATestAuto(drivetrain, shooter, indexer));
autos.add(new AmpLanePADESprint(drivetrain, shooter, indexer));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,6 @@ public void periodic() {
// () -> DriverStation.getAlliance().isPresent() && DriverStation.getAlliance().get() == DriverStation.Alliance.Red,
// this);
// }






}

/**
Expand Down

0 comments on commit 1ed7599

Please sign in to comment.