After getting our swerve teleop and auto with setpoints functioning, I was trying to use pathplanner to improve our autos. I started changing our code, I installed pathplanner both from the instructions on robotpy, as well as the instructions from the PathPlannerLibDocs. I was able to use classes and code normally with intellisense, but when I tried to deploy to sim or to the robot, I get
pathFollowerConfig = pathplannerlib.HolonomicPathFollowerConfig( AttributeError: module 'pathplannerlib' has no attribute 'HolonomicPathFollowerConfig'.
I find it odd that intellisense worked but the code didn’t deploy. It seems it must be on the computer side given it also doesn’t run through sim. When I run pip freeze, I see the correct version of PathplannerLIb as robotpy-pathplannerlib==2024.0.0b6.post2 though so I’m not sure what’s the issue.
All help is greatly appreciated,
Asher L
4169