pyrobosim.navigation.a_star

Implementation of the A* path planner.

Classes

AStarGrid(grid[, heuristic, ...])

Occupancy grid based implementation of A*.

AstarPlanner(**planner_config)

Factory class for A* path planner.