Overview of PathPlanner features
mainPathPlanner is a motion profile generator for FRC robots (created by team 3015) that provides the following capabilities:
- Path Generation: Uses Bézier curves for fine-tuned path shaping.
- Holonomic Support: Decouples robot rotation from direction of travel.
- Real-time Feedback: Includes real-time path preview and real-time path following telemetry.
- Event Markers: Allows placing markers along a path to trigger specific code during execution.
- Modular Routines: Build autonomous routines by composing multiple paths.
- PathPlannerLib Integration:
- Robot-side vendor library for path generation and custom controllers.
- Full autonomous command generation via the PathPlannerLib auto builder.
- Automatic pathfinding using AD*.
- Workflow Efficiency: Automatic file management, hot reload (update paths/autos on the robot without redeploying), and automatic saving.