Skip to content

Commit

Permalink
Update at 'Sat Sep 28 17:59:57 PDT 2024'
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Earle authored and Cameron Earle committed Sep 29, 2024
1 parent 5d0ab0a commit 8d46de2
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.4;
@AutoLogOutput @Getter @Setter private double shotCompensationDegrees = -0.6;

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

0 comments on commit 8d46de2

Please sign in to comment.