Skip to content

Commit

Permalink
who needs tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsVistaisCool committed Aug 17, 2024
1 parent 012e2d0 commit 0859b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ protected void configureButtonBindings() {
.whileTrue(new PointBlankShot(flywheel, pivot).deadlineWith(leds.enableState(LED_STATES.SHOOTING)));
// new Trigger(coPilot::getYButton).whileTrue(new PivotUP(pivot));
// new Trigger(coPilot::getYButton).whileTrue(new NotePass(drivetrain, flywheel, pivot, driver, indexer));
new Trigger(coPilot::getYButton).whileTrue(new Tune(flywheel, pivot));
// new Trigger(coPilot::getYButton).whileTrue(new Tune(flywheel, pivot));
// .deadlineWith(leds.enableState(LED_STATES.SHOOTING)));
new Trigger(coPilot::getAButton).whileTrue(new AmpShot(flywheel, pivot)
.deadlineWith(leds.enableState(LED_STATES.SHOOTING)));
Expand Down

0 comments on commit 0859b6f

Please sign in to comment.