Michael Jansen
Michael Jansen
How have you demonstrated that it is running the same command? There really isn't a way for it to pull the wrong command since it just uses the name in...
Could you still try replacing the commands being registered with print commands just to isolate the problem? Also a link to your code, if possible, would be helpful.
The console you can see in the driver station or riolog in VSCode
The navgrid is just really not designed for that. It is specifically for obstacles, not really good for a simple list of positions. You're much better off just having your...
This is going to be an issue in your swerve code, PPLib does not directly control your modules. If you're using a swerve framework, it would be best to get...
There is no difference from a command being scheduled from NT and being scheduled from a button, especially from PPLib's perspective. There is either something somewhere else in your code...
The artifacts for release builds are available from the workflow [here](https://github.com/mjansen4857/pathplanner/actions/workflows/build-pplib-release.yaml). These can be placed in your gradle cache manually. I likely won't be doing an actual installer, since its...
`C:\Users\Public\wpilib\2024\maven` Just drop the `com` folder from the build artifact in there.
Unable to reproduce. Would need more info like your exact path/auto files.
Is your WPILib version updated? It is built against the latest wpilib