Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 206 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 206 Bytes

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