We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ffd09 commit 21a0484Copy full SHA for 21a0484
src/main/java/frc/robot/subsystems/superstructure/Superstructure.java
@@ -153,13 +153,6 @@ public Command stowHigh() {
153
elevator.runPositionPrepare(STOW_HEIGHT),
154
coralWrist.runPositionPrepare(STOW_CORAL_ANGLE_HIGH));
155
}
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
- }
163
164
public Command intake() {
165
return coralIntake.runMotors(-0.6);
0 commit comments