Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
PGgit08 committed Mar 26, 2024
2 parents 7e8be40 + 263a653 commit 4fcdfef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ public static class Presets {
public static final InterpolatingDoubleTreeMap SHOOTER_DISTANCE_ANGLE = new InterpolatingDoubleTreeMap();

static {
SHOOTER_DISTANCE_ANGLE.put(1.359, 48.75);
SHOOTER_DISTANCE_ANGLE.put(1.755, 43.78);
SHOOTER_DISTANCE_ANGLE.put(1.823, 43.44);
SHOOTER_DISTANCE_ANGLE.put(2.543, 38.15);
Expand All @@ -163,6 +164,7 @@ public static class Presets {
public static final InterpolatingDoubleTreeMap ELEVATOR_DISTANCE_HEIGHT = new InterpolatingDoubleTreeMap();

static {
ELEVATOR_DISTANCE_HEIGHT.put(1.359, 0.078);
ELEVATOR_DISTANCE_HEIGHT.put(1.755, 0.061);
ELEVATOR_DISTANCE_HEIGHT.put(1.823, 0.031);
ELEVATOR_DISTANCE_HEIGHT.put(2.543, 0.024);
Expand Down

0 comments on commit 4fcdfef

Please sign in to comment.