Skip to content

Commit 173d0a8

Browse files
committed
Merge branch 'sublyme' of https://github.com/LynkRobotics/RobotCode2025 into sublyme
2 parents 941a89e + fa0f779 commit 173d0a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ public enum Stop {
4444
L1(Units.Inches.of(0.0)),
4545
FEED_ALGAE(Units.Inches.of(2.0)),
4646
L2(Units.Inches.of(6.3)),
47-
L3(L2.height.plus(Units.Inches.of(17.0))),
48-
L4(Units.Inches.of(62.75)),
47+
L3(L2.height.plus(Units.Inches.of(16.0))),
48+
L4(Units.Inches.of(61.50)),
4949
CORAL_HOLD(Units.Inches.of(13.21)),
5050
L2_ALGAE(Units.Inches.of(21.91)),
5151
L3_ALGAE(L2_ALGAE.height.plus(Units.Inches.of(16.0))),

0 commit comments

Comments
 (0)