Skip to content

Commit 78d7772

Browse files
authored
change climb buttons to be consistent
(also because I'm adding hatch buttons but ignore that)
1 parent 7beceab commit 78d7772

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Robot2019/src/main/java/frc/robot

Robot2019/src/main/java/frc/robot/OI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public class OI {
7979
climberRailBtn = new JoystickButton(manipulator, Manip.LB_lShoulder);
8080
climberRailBtn.whenPressed(new ActuateClimberRails(climber));
8181

82-
autoClimbBtn = new JoystickButton(manipulator, Manip.Y);
82+
autoClimbBtn = new JoystickButton(manipulator, Manip.RT_rTrigger);
8383
autoClimbBtn.toggleWhenPressed(new Climb(climber, dt, leftJoy));
8484

8585
manualClimbBtn = new JoystickButton(manipulator, Manip.LT_lTrigger);

0 commit comments

Comments
 (0)