package
0.0.0-20190426092945-678096d81a4b
Repository: https://github.com/gonum/graph.git
Documentation: pkg.go.dev

# Functions

NewDStarLite returns a new DStarLite planner for the path from s to t in g using the heuristic h.

# Structs

DStarLite implements the D* Lite dynamic re-planning path search algorithm.

# Interfaces

WorldModel is a mutable weighted directed graph that returns nodes identified by id number.