Skip to content

Commit 90da5c3

Browse files
authored
add elevator height presets (#94)
1 parent 7435535 commit 90da5c3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ public static enum LifterState {
5050
Min(0.0),
5151
AlgaeIntakeFloor(0.0),
5252
EncoderReset(0.36),
53-
CoralL1(18.0),
54-
CoralL2(21.0),
55-
CoralL3(24.0),
56-
CoralL4(27.0),
57-
CoralIntake(12.0),
53+
CoralL1(3.0),
54+
CoralL2(13.8),
55+
CoralL3(30.0),
56+
CoralL4(60.75),
57+
CoralIntake(14.7),
5858
AlgaeProcessor(12.0),
5959
AlgaeL2(30),
6060
AlgaeL3(46.5),

0 commit comments

Comments
 (0)