Skip to content

Commit eebef95

Browse files
committed
Increase Algae L3 height
1 parent 4fec85e commit eebef95

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

gradlew

100644100755
File mode changed.

src/main/java/frc/robot/elevator/ElevatorConstants.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public static enum LifterState {
7373
CoralIntake(11.7),
7474
AlgaeProcessor(12.0),
7575
AlgaeL2(29.5),
76-
AlgaeL3(43),
76+
AlgaeL3(45),
7777
AlgaeBarge(67.8),
7878
Max(68.3);
7979

0 commit comments

Comments
 (0)