Skip to content

Commit

Permalink
fix: no duplicate constants
Browse files Browse the repository at this point in the history
  • Loading branch information
mimizh2418 committed Feb 3, 2024
1 parent 7c1a531 commit 2a5162b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/java/org/team1540/robot2024/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,6 @@ public static class Vision {
public static final double SIM_AVG_LATENCY_MS = 67.0;
}

public static class Elevator {
public static final double ELEVATOR_MAX_HEIGHT = Units.inchesToMeters(21.0);
}


public static class Shooter {
public static class Flywheels {
// TODO: determine ids
Expand Down

0 comments on commit 2a5162b

Please sign in to comment.