EXTEND RRT

EXTEND RRT是对简单RRT的优化,包括使用KDtree数据结构,增加目标和路径点偏向的概率,以及自适应beta搜索来考虑路径总长度。在环境变化时,动态RRT(DRRT)通过修剪和重新生长树来高效更新路径,确保路径的有效性。该方法结合了路径规划和环境适应性。
摘要由CSDN通过智能技术生成

simple RRT:

For its search, it requires the following threedomain-specific function primitives:

Function Extend (env:environment,current:state,target:state):state      可以应用很多启发式的方法,并且the better the heuristic,the fewer nodes the planner will need to expand on average, since it will not need to rely as much on random exploration.
Function Distance (current:state,target:state):real
Function RandomState ():state

extend RRT

Some optimizations over the basic described in existing work are bidirectional search to speed planning, and encoding the tree points in an efficient spatial data structure

ERRT没有采用双向搜索的策略,但是采用了KDtree作为空间的数据结构。

①a more general biased distribution

  • 0
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值