Skip to content

[wpimath] Implement Translation3d.RotateAround#7661

Merged
PeterJohnson merged 4 commits intowpilibsuite:mainfrom
HarryXChen3:translation3d-rotatearound
Jan 10, 2025
Merged

[wpimath] Implement Translation3d.RotateAround#7661
PeterJohnson merged 4 commits intowpilibsuite:mainfrom
HarryXChen3:translation3d-rotatearound

Conversation

@HarryXChen3
Copy link
Copy Markdown
Contributor

Closes #7658

@HarryXChen3 HarryXChen3 requested a review from a team as a code owner January 8, 2025 19:50
@github-actions github-actions Bot added the component: wpimath Math library label Jan 8, 2025
Comment thread wpimath/src/main/native/include/frc/geometry/Translation3d.h Outdated
@HarryXChen3
Copy link
Copy Markdown
Contributor Author

Also added a test for Translation2d.RotateAround since I noticed it didn't seem to have one

Comment thread wpimath/src/test/native/cpp/geometry/Translation2dTest.cpp Outdated
Comment thread wpimath/src/main/native/include/frc/geometry/Translation3d.h Outdated
Comment thread wpimath/src/test/java/edu/wpi/first/math/geometry/Translation3dTest.java Outdated
@HarryXChen3 HarryXChen3 force-pushed the translation3d-rotatearound branch from a680e6a to feb82d5 Compare January 9, 2025 01:19
Copy link
Copy Markdown
Contributor

@KangarooKoala KangarooKoala left a 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.

@HarryXChen3
Copy link
Copy Markdown
Contributor Author

HarryXChen3 commented Jan 9, 2025

Looks like tests failed on InterruptTest.RisingEdge, I assume that has nothing to do with my changes? Is it just a flaky test?

@Gold856
Copy link
Copy Markdown
Member

Gold856 commented Jan 9, 2025

Just a flaky test.

@PeterJohnson PeterJohnson merged commit e37c357 into wpilibsuite:main Jan 10, 2025
@HarryXChen3 HarryXChen3 deleted the translation3d-rotatearound branch January 10, 2025 22:12
katzuv pushed a commit to katzuv/allwpilib that referenced this pull request Feb 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement rotateAround() for Translation3d

5 participants