PathPlanner
PathPlanner helps us design trajectories and command sequences for autonomous.
Setup
- Add the PathPlanner vendordep (JSON) to
/vendordeps/and sync in VS Code. - Ensure game paths are saved in the repo (
/pathplanner/folder). - Enable logging only when needed to reduce bandwidth.
Usage Pattern
- Create named paths and event markers.
- Build autos in code using the names (don’t hardcode coordinates).
- Validate in sim/Glass before touching the real robot.
Tip: Keep routines small and composable: “leave”, “pickup”, “score”.