Skip to content

Commit

Permalink
reset controls
Browse files Browse the repository at this point in the history
  • Loading branch information
CJendantix committed Feb 19, 2025
1 parent 3f06f78 commit d9cab79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ private void configureControllerBindings()
m_driver
.a().and(isCoralMode)
.onTrue(
m_superStruct.getTransitionCommand(Arm.State.TUNING, Elevator.State.TUNING));
m_superStruct.getTransitionCommand(Arm.State.LEVEL_1, Elevator.State.LEVEL_1));

// Driver A Button held and Algae mode: Send Arm and Elevator to Processor
m_driver
Expand Down

0 comments on commit d9cab79

Please sign in to comment.