Skip to content

Commit

Permalink
clean up buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Weq511762338 committed Mar 18, 2022
1 parent d4c4419 commit 2025c27
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,6 @@ private void configureButtonBindings() {

JoystickButton farm14 = new JoystickButton(m_farm, 14);
farm14.whenPressed(new SetVisionMode(m_vision, VisionMode.SHOOTER));

JoystickButton farm16 = new JoystickButton(m_farm, 16);
farm16.whenPressed(new TurnAndShoot(m_shooter, m_intake, m_driveTrain, m_vision));


}

private class Throttle implements DoubleSupplier {
Expand Down

0 comments on commit 2025c27

Please sign in to comment.