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 2ad8714 commit db8a6a1
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 @@ -242,9 +242,9 @@ public Command transferShooterElevator() {
new ParallelCommandGroup(
intakeStatesHandler.setState(IntakeStates.STOP),
funnelStateHandler.setState(FunnelState.STOP),
elevatorRollerStateHandler.setState(ElevatorRollerState.STOP)
),
enableChangeStateAutomatically(true)
elevatorRollerStateHandler.setState(ElevatorRollerState.STOP),
enableChangeStateAutomatically(true)
)
),
// swerve.getCommandsBuilder().saveState(SwerveState.DEFAULT_DRIVE),
flywheelStateHandler.setState(FlywheelState.DEFAULT),
Expand Down

0 comments on commit db8a6a1

Please sign in to comment.