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

wpimath: Add numpy dependency #119

Closed
wants to merge 1 commit into from
Closed

wpimath: Add numpy dependency #119

wants to merge 1 commit into from

Conversation

auscompgeek
Copy link
Member

@auscompgeek auscompgeek commented Dec 30, 2024

wpilibsuite/allwpilib#7430 added, among others, a Rotation2d constructor overload that takes an Eigen::Matrix2d. This now means calling the Rotation2d constructor requires numpy to be installed for the pybind11 Eigen caster to work.

This breakage was noticed downstream in robotpy/robotpy-commands-v2#79 (comment)

@auscompgeek
Copy link
Member Author

Huh, I guess this has always been an issue for Rotation3d. My team never noticed because we've always had numpy in our dependency closure.

@auscompgeek
Copy link
Member Author

Closing in favour of #120

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant