You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like robotpy-pathplannerlib is missing some vital classes belonging to the original PathPlannerLib like SwerveAutoBuilder. However, I do see header files inside the locally installed package which hints incompleteness.
I'd like to use these classes ASAP. I assume an edit to the gen/ files is what would be required.
Operating System
Windows, RoboRIO
Installed Python Packages
No response
Reproducible example code
No response
The text was updated successfully, but these errors were encountered:
This was discussed on gitter, but it would be very challenging to use these classes as-is, because RobotPy uses a forked version of the commands library, and doesn't make it available to link to. I'd rather one of the following to occur:
Refactor the C++ code such that it doesn't require commands (but could easily be used from one), ideally submit that upstream, and then we wrap the underlying code here and use it from a thin python command layer
Rewrite the C++ code in python (looks like it's just a lot of glue code?) and submit a PR here
Problem description
It looks like robotpy-pathplannerlib is missing some vital classes belonging to the original PathPlannerLib like SwerveAutoBuilder. However, I do see header files inside the locally installed package which hints incompleteness.
I'd like to use these classes ASAP. I assume an edit to the gen/ files is what would be required.
Operating System
Windows, RoboRIO
Installed Python Packages
No response
Reproducible example code
No response
The text was updated successfully, but these errors were encountered: