Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

alifahrri/grid_planning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(forward) Graph Search

Theta* and A* path planning. The Theta* algorithm is implemented based on :

Nash, Alex, et al. "Theta^*: any-angle path planning on grids." AAAI. Vol. 7. 2007.

Theta* demo :

IMAGE ALT TEXT HERE

A* demo :

IMAGE ALT TEXT HERE

running

you can choose to use Theta* or A* and specifying cell size by passing argument to cmd :

  • run A* with cellsize of 10
    ./forward-search-gui 10 astar
  • run Theta* with cellsize of 15
    ./forward-search-gui 15 thetastar

p.s. : as you can see Theta* produce more realistic path than A*

Releases

No releases published

Packages

No packages published