Skip to content

Commit 49adb04

Browse files
committed
feat: fixed leftover constant mistake from merge
1 parent 076fc09 commit 49adb04

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/org/team1540/robot2024/Constants.java

-4
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ public static class Drivetrain {
5959
public static final double MAX_ANGULAR_SPEED = MAX_LINEAR_SPEED / DRIVE_BASE_RADIUS;
6060
}
6161

62-
public static class Elevator {
63-
public static final double ELEVATOR_MAX_HEIGHT = Units.inchesToMeters(21.0);
64-
}
65-
6662
public static class Shooter {
6763
public static class Flywheels {
6864
// TODO: determine ids

0 commit comments

Comments
 (0)