In PRM algorithm how much the Minimum number of nodes needs to find the path
조회 수: 1(최근 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!