Skip to content

purewater0901/a_star_speed_planning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A star Speed Planning

1. Description

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.

2. Requirement

  • python3.7
  • numpy
  • pandas
  • matplotlib

3. Usage

  • run algorithm && generate csv file

git clone https://github.com/purewater0901/a_star_speed_planning.git
cd a_star_speed_planning
mkdir build && cd build
cmake ..
make
./main
  • visualize result

python script/visualize.py

4. Result

  • Black: Obstacle Occupied Area
  • Red: Optimal Trajectory generated by A*
  • Blue: Optimal Trajectory generated by Hybrid A*

result

5. Reference

  • Paper

Hierarchical Trajectory Planning

  • Code

A Star

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published