Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 649 Bytes

File metadata and controls

11 lines (8 loc) · 649 Bytes

probabilistic_roadmap

Implementation of probabilsitic roadmap in python. Great for learning PRM basics and for visualizing in a simple example with simple obstacles.

Map before generating random nodes: image

Map with 100 random nodes generated: image

After running PRM and performing Dijkstra to find the shortest path: image