lacie-life / hybird_a_star_multiwaypoint

Hybird A* path planning with multi-waypoint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hybird A* path planning with multi-waypoint

How to run the source

Build

mkdir build
cd build
cmake ..
make

To congifure map and obstacles

Refer to config folder for the map and obstacle configuration

Run

cd build
./test_ha <path to save folder> <path to config folder>

Results

image

About

Hybird A* path planning with multi-waypoint

License:The Unlicense


Languages

Language:C++ 98.6%Language:CMake 0.9%Language:C 0.4%Language:Python 0.1%Language:Shell 0.1%