-
Notifications
You must be signed in to change notification settings - Fork 613
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
[wpimath] Implement Translation3d.RotateAround #7661
base: main
Are you sure you want to change the base?
[wpimath] Implement Translation3d.RotateAround #7661
Conversation
Also added a test for Translation2d.RotateAround since I noticed it didn't seem to have one |
wpimath/src/test/java/edu/wpi/first/math/geometry/Translation3dTest.java
Outdated
Show resolved
Hide resolved
a680e6a
to
feb82d5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, for what it's worth. You'll need approval from someone else who's actually on the wpilibsuite team.
Looks like tests failed on InterruptTest.RisingEdge, I assume that has nothing to do with my changes? Is it just a flaky test? |
Closes #7658