Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 406 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 406 Bytes

PROBILISTIC ROADMAP

This PRM.py scripts perform basically 2 functions

  • develop the road map of the surroundings
  • find the shortest path from start to goal using A* Search

python3 ./PRM.py

Plot of obstacles and nodes

Plot

Generated Path and Road map

path generated using A*

Path