Skip to content

Commit

Permalink
Update at 'Sun Jun 02 08:41:57 EDT 2024'
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Jun 2, 2024
1 parent 62b6cb1 commit ae5f384
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 = -1.0;
@AutoLogOutput @Getter @Setter private double shotCompensationDegrees = -0.9;

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

0 comments on commit ae5f384

Please sign in to comment.