Skip to content

Popular algorithms used in path planning of robotics

License

Notifications You must be signed in to change notification settings

sgteja/Path-Planning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Path-Planning

Popular algorithms used in path planning of robotics

  • Breadth First Search (BFS) on 8-puzzle game
  • Dijkstra
  • A-Star
  • Weighted A-Star
  • A-Star for Differential Drive