Hey guys,
I have a quick question,
After pathplanner got updated, a lot of commands and methods got changed in the path planner library and I’m still trying to update our team’s code, and I was wondering what was the equivalent of importing a path and running a path in java.
Currently, our code from last year uses:
autonBuilder.fullAuto(PathPlanner.loadPath(“Auto Name”, Constants.AutoConstants.constraints));
Thanks!
Also sorry about the code, I couldn’t figure out how to format it