In PRM algorithm how much the Minimum number of nodes needs to find the path

2 views (last 30 days)
if i am using PRM algorithm from robotics toolbox, how i can know the min number of nodes for each map?

Accepted Answer

Sebastian Castro
Sebastian Castro on 24 Jun 2019
You don't! Probabilistic planning approaches have no guarantees, so you just have to pick something that succeeds most of the time for your given map(s) and then have a fallback plan when planning fails (i.e., the returned path is empty).
- Sebastian
  1 Comment
mohammed alany
mohammed alany on 24 Jun 2019
thank you Sebastian,
i found this information also from the literature
but, where can i find the equations which are used in source code

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!