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