Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Robot-Path-Planning-PRM

Path planning using probabilistic road maps

Matlab implementation of path planning using probabilistic road maps with a directed graph for a given 2D discretized static map of an environment with obstacles to find the minimum cost path between the arbitrary start and goal locations. This is achieved by finding valid edges (straight lines) between the vertices (the random points) and creating directed graph for shortest path calculation.

Colors

Turquoise - start point
Amber - goal point
Yellow - random generated points
Red - valid edges of the shortest path
Dark Blue - Unoccupied cells
Skyblue - obstacles

PRM

About

Path planning using probabilistic road maps

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages