Skip to content

youmnam/pp-global-local-astar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

pp-global-local-astar

Experiment of a path planning algorithm using A* in a 2d environment.

The planning done in two stages: global using defined graph for the a map, and local planning which use cell decomposition to decompase the detailed map info and updated while robot navigate the map.

The expereimnt is done using vrep environment with c++ remote code.

Demo Videos:
(1) https://drive.google.com/open?id=0B6uQBKIOjVygd3Y2eUV1dndzWm8
(2) https://drive.google.com/open?id=0B6uQBKIOjVygWDZSNWNDakNQMDA

About

Experiment of path planning algorithm using A* in a 2d environment.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages