Skip to content

Commit ed4e9b5

Browse files
ok good enough
1 parent f2ed688 commit ed4e9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ public Command runPrepare(State goal) {
122122
public static final Rotation2d STOW_CORAL_ANGLE = Rotation2d.fromDegrees(-90);
123123
public static final Rotation2d STOW_CORAL_ANGLE_HIGH = Rotation2d.fromDegrees(90);
124124

125+
// TODO: Integrate lightstrip commands into this stuff
125126
public Command prepareL1() {
126127
return Commands.parallel(
127128
elevator.runPositionPrepare(L1_HEIGHT), coralWrist.runPositionPrepare(L1_CORAL_ANGLE));
128-
// .beforeStarting(new SetAddressableLEDPattern(lights, new Ligh));
129129
}
130130

131131
public Command prepareL2() {

0 commit comments

Comments
 (0)