Skip to content

Commit

Permalink
Maya- work on CR
Browse files Browse the repository at this point in the history
  • Loading branch information
maya1414 committed Oct 19, 2024
1 parent db8a6a1 commit 5076d2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/frc/robot/superstructure/Superstructure.java
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@ public Command amp() {
new ParallelCommandGroup(
// swerve.getCommandsBuilder().saveState(SwerveState.DEFAULT_DRIVE),
elevatorRollerStateHandler.setState(ElevatorRollerState.STOP),
elevatorStatesHandler.setState(ElevatorStates.IDLE)
),
enableChangeStateAutomatically(true)
elevatorStatesHandler.setState(ElevatorStates.IDLE),
enableChangeStateAutomatically(true)
)
),
flywheelStateHandler.setState(FlywheelState.DEFAULT),
intakeStatesHandler.setState(IntakeStates.STOP),
Expand Down

0 comments on commit 5076d2f

Please sign in to comment.