-
Notifications
You must be signed in to change notification settings - Fork 127
Navigation Grid
Michael Jansen edited this page Oct 7, 2023
·
2 revisions
The navigation grid editor is fairly rudimentary in its current state, but it allows editing of the grid that will be used by PathPlannerLib pathfinding commands to avoid field obstacles. You likely shouldn't need to edit this.
The grid can be edited by either clicking on individual grid nodes to toggle them between an obstacle or a non-obstacle, or you can click and drag to "paint" multiple nodes. Nodes in red are considered an obstacle.
A grid node should only be considered a non-obstacle if the center of the robot can pass through it without hitting an obstacle. This is why there is a buffer around obstacles in the default grid.
- Controls & Shortcuts
- Editing Paths & Autos
- Navigation Menu
- Settings
- Project Browser
- Telemetry Page
- Navigation Grid Editor
- Register Named Commands
- Build an Auto
- Follow a Single Path
- Create a Path On-the-fly
- Path Groups
- Automatic Pathfinding
Advanced Usage
- Register Named Commands
- Build an Auto
- Follow a Single Path
- Create a Path On-the-fly
- Path Groups
- Automatic Pathfinding
Advanced Usage
- Register Named Commands
- Build an Auto
- Follow a Single Path
- Create a Path On-the-fly
- Path Groups
- Automatic Pathfinding