Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Swerve Setpoint Generator] Raise kEpsilon from 1e-8 to 1e-6 #957

Merged
merged 2 commits into from
Dec 31, 2024

Conversation

TheComputer314
Copy link
Contributor

This prevents an extremely rare but still possible warning from Rotation2d about x and y being 0, as Rotation2d uses 1e-6 as its epsilon for 0 checking.

This prevents an extremely rare but still possible warning from Rotation2d about x and y being 0, as Rotation2d uses 1e-6 as its epsilon for 0 checking.
@github-actions github-actions bot added the PathPlannerLib Changes to PathPlannerLib label Dec 31, 2024
@mjansen4857 mjansen4857 enabled auto-merge (squash) December 31, 2024 03:11
@mjansen4857 mjansen4857 added this to the Kickoff Release milestone Dec 31, 2024
@mjansen4857 mjansen4857 merged commit 01bb501 into mjansen4857:main Dec 31, 2024
24 checks passed
@TheComputer314 TheComputer314 deleted the RaiseEpsilon branch December 31, 2024 03:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PathPlannerLib Changes to PathPlannerLib
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants