Skip to content

Commit

Permalink
remove manual intake feeder button
Browse files Browse the repository at this point in the history
  • Loading branch information
IanShiii committed Aug 22, 2024
1 parent 8ac0a2b commit 1d02dd0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/com/stuypulse/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,6 @@ private void configureDriverBindings() {
// climbing
driver.getRightButton().onTrue(new ArmToPreClimb());
driver.getBottomButton().onTrue(new ArmToClimbing());

driver.getLeftMenuButton().whileTrue(new ShooterManualIntake());
}

private void configureOperatorBindings() {
Expand Down

0 comments on commit 1d02dd0

Please sign in to comment.