Skip to content

Commit

Permalink
Remove test bind
Browse files Browse the repository at this point in the history
  • Loading branch information
BenG49 committed Apr 4, 2024
1 parent ecfca91 commit 4f05a42
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/main/java/com/stuypulse/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,6 @@ private void configureDriverBindings() {
.onTrue(new AmperScoreTrap())
.onFalse(new AmperStop());

driver.getDPadLeft()
.whileTrue(new FastAlignShootSpeakerRelative(-45)
.andThen(new ConveyorShoot()))
.onFalse(new ConveyorStop())
.onFalse(new IntakeStop());

// lift to trap
driver.getDPadRight()
.onTrue(new ConditionalCommand(new ConveyorToAmp(), new DoNothingCommand(), () -> Intake.getInstance().hasNote())
Expand Down

0 comments on commit 4f05a42

Please sign in to comment.