Skip to main content

Module depth_first_search

Module depth_first_search 

Source
Expand description

Depth-First Search path planning algorithm

Grid-based path planning using depth-first search with a LIFO stack. DFS does not guarantee the shortest path, but will find a valid path if one exists.

Structsยง

DFSConfig
Configuration for DFS planner
DFSPlanner
Depth-First Search path planner