a_star

Implements the A* algorithm and several variations.

Classes

AStar

Implements various forms of the A* gird search algorithm.

Node

Helper class for grid nodes in A* planning.