This repository is about speed planning of an autonomous driving car. We use A* and Hybrid A* to complete our task. Moreover, we compared the results of two algorithms.
- python3.7
- numpy
- pandas
- matplotlib
git clone https://github.com/purewater0901/a_star_speed_planning.git
cd a_star_speed_planning
mkdir build && cd build
cmake ..
make
./main
python script/visualize.py
- Black: Obstacle Occupied Area
- Red: Optimal Trajectory generated by A*
- Blue: Optimal Trajectory generated by Hybrid A*
Hierarchical Trajectory Planning