Skip to content

Commit

Permalink
Merge branch 'main' into thinking-on-your-feet
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Apr 12, 2024
2 parents 9887179 + 8c5489c commit aed9777
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public record AimingParameters(
private static final LoggedTunableNumber superPoopLookahead =
new LoggedTunableNumber("RobotState/SuperPoopLookahead", 1.0);
private static final LoggedTunableNumber closeShootingZoneFeet =
new LoggedTunableNumber("RobotState/CloseShootingZoneFeet", 11.0);
new LoggedTunableNumber("RobotState/CloseShootingZoneFeet", 10.0);
private static final double poseBufferSizeSeconds = 2.0;

private static final double armAngleCoefficient = 57.254371165197;
Expand Down

0 comments on commit aed9777

Please sign in to comment.