wvu-navLab / SRC2-planning

Generate least cost path lengths of every point to goal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SRC2-Dijkstramap

Use dijkstramap.cpp to get the lengths of least cost path from each point in the map to the goal.

Note: The output is in index format. Change it to grid format.

One thing that you can add is the best parent for each point corresponding to each goal.

Cite: https://www.srcmake.com/home/cpp-shortest-path-dijkstra

About

Generate least cost path lengths of every point to goal

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 48.8%Language:CMake 47.1%Language:Python 4.0%