Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
gvaldez7206 committed Feb 25, 2025
1 parent b63ae5f commit 194b52c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/main/deploy/elastic-layout.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
"period": 0.06,
"data_type": "double",
"min_value": 0.0,
"max_value": 4.0,
"divisions": 5,
"max_value": 5.0,
"divisions": 6,
"inverted": false,
"orientation": "vertical"
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/frc/lib/util/ScoringLocation.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public static enum CoralLocation {
* set of height modes
*/
public enum Height {
KP0("Trough", Constants.Elevator.P0), KP1("Coral 1", Constants.Elevator.P1), KP2("Algae 2",
KP0("Algae 1", Constants.Elevator.P0), KP1("Coral 1", Constants.Elevator.P1), KP2("Algae 2",
Constants.Elevator.P2), KP3("Coral 3", Constants.Elevator.P3), KP4("Coral 4",
Constants.Elevator.P4), KP5("Barge", Constants.Elevator.P5);

Expand Down

0 comments on commit 194b52c

Please sign in to comment.