Skip to content

Commit

Permalink
Add auto to autochooser
Browse files Browse the repository at this point in the history
  • Loading branch information
MeowAzalea committed Feb 24, 2024
1 parent 2774f8f commit 2fa6340
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ public RobotContainer() {
autoChooser.addOption("Rotate by -90", Autos.rotateByNegative90Auto(drivetrain));
autoChooser.addOption("Rotate to -90", Autos.rotateToNegative90Auto(drivetrain));
autoChooser.addOption("Rotate by 10", Autos.rotateBy10Auto(drivetrain));
autoChooser.addOption("Trajectory Test", Autos.trajectoryAuto(drivetrain));
SmartDashboard.putData("Auto Chooser", autoChooser);

configureBindings();
Expand Down

0 comments on commit 2fa6340

Please sign in to comment.