Skip to content

Commit

Permalink
Update at 'Fri Sep 27 20:26:41 PDT 2024'
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Earle authored and Cameron Earle committed Sep 28, 2024
1 parent 5d336b6 commit 5d0ab0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public record AimingParameters(
private static final double armAngleExponent = -0.593140189605718;

@AutoLogOutput @Getter @Setter private boolean flywheelAccelerating = false;
@AutoLogOutput @Getter @Setter private double shotCompensationDegrees = 0.0;
@AutoLogOutput @Getter @Setter private double shotCompensationDegrees = -0.4;

// Super poop
private static final InterpolatingDoubleTreeMap superPoopArmAngleMap =
Expand Down

0 comments on commit 5d0ab0a

Please sign in to comment.