We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7beceab commit 78d7772Copy full SHA for 78d7772
1 file changed
Robot2019/src/main/java/frc/robot/OI.java
@@ -79,7 +79,7 @@ public class OI {
79
climberRailBtn = new JoystickButton(manipulator, Manip.LB_lShoulder);
80
climberRailBtn.whenPressed(new ActuateClimberRails(climber));
81
82
- autoClimbBtn = new JoystickButton(manipulator, Manip.Y);
+ autoClimbBtn = new JoystickButton(manipulator, Manip.RT_rTrigger);
83
autoClimbBtn.toggleWhenPressed(new Climb(climber, dt, leftJoy));
84
85
manualClimbBtn = new JoystickButton(manipulator, Manip.LT_lTrigger);
0 commit comments