Skip to main content

Module a_star

Module a_star 

Source
Expand description

A* path planning algorithm

Grid-based path planning using A* search algorithm with configurable heuristic weight.

Structsยง

AStarConfig
Configuration for A* planner
AStarPlanner
A* path planner
AStarSearchStats
Search-effort statistics collected during one A* query.