Skip to content

Commit 21a0484

Browse files
fix
1 parent d3ffd09 commit 21a0484

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/main/java/frc/robot/subsystems/superstructure/Superstructure.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -153,13 +153,6 @@ public Command stowHigh() {
153153
elevator.runPositionPrepare(STOW_HEIGHT),
154154
coralWrist.runPositionPrepare(STOW_CORAL_ANGLE_HIGH));
155155
}
156-
157-
public Command prepareAlgaeL4() {
158-
return Commands.parallel(
159-
elevator.runOnce(() -> elevator.setGoalHeightMeters(ElevatorConstants.carriageMaxHeight)),
160-
algaeWrist.runPrepare(algaeHighStow),
161-
coralWrist.runPrepare(Units.degreesToRotations(90)));
162-
}
163156

164157
public Command intake() {
165158
return coralIntake.runMotors(-0.6);

0 commit comments

Comments
 (0)