In PRM algorithm how much the Minimum number of nodes needs to find the path
2 ビュー (過去 30 日間)
表示 古いコメント
if i am using PRM algorithm from robotics toolbox, how i can know the min number of nodes for each map?
0 件のコメント
採用された回答
Sebastian Castro
2019 年 6 月 24 日
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
その他の回答 (0 件)
参考
カテゴリ
Find more on Robotics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!