Robust Sampling-based Motion Planning for Autonomous Tracked Vehicles in Deformable High Slip Terrai

preface

首先要点一下motion planning algorithm的作用:
The motion planning algorithm should find the optimal and probabilistically feasible trajectory from the initial state z i n i t z_{init} zinit to the goal region X g o a l X_{goal} Xgoal satisfying the system equation.

  • probabilistically feasible trajectory
    This means that, given the obstacle state X o b s X_{obs} Xobs, and the collision free state defined as X f r e e = X X_{free} = X Xfree=X \ X o b s X_{obs} Xobs,
    every point in the trajectory given as τ : [ 0 , 1 ] → X f r e e \tau : [0, 1] \rightarrow X_{free} τ:[0,1]Xfree must always have smaller probability of collision with obstacles than some threshold value δ \delta δ, that is P ( τ ( s ) ∈ X o b s ) &lt; δ , ∀ t , ( 0 ≤ s ≤ 1 ) P(\tau(s) \in X_{obs}) &lt; \delta, \forall t, (0 \leq s \leq 1) P(τ(s)Xobs)<δ,t,(0s1)
  • optimal path
    This means that, the trajectory must be the optimal one with respect to the specified cost function

introduction

这篇文章主要做了啥:
To the author’s knowledge, this paper is the first to demonstrate a practical methodology for robust optimal motion planning of autonomous vehicles operating in rough outdoor scenarios using several existing prior works.

For motion planning, a robust incremental sampling based motion planning algorithm (CC-RRT*) is combined with the LQG-MP algorithm.

  • CC-RRT* yields the optimal and probabilistically feasible trajectory by using a chance constrained approach under the RRT* framework.
  • LQG-MP provides the capability of considering the role of compensator in the motion planning phase and bounds the degree of uncertainty to appropriate size.

When the two algorithms are combined, the degree of uncertainty in vehicle’s state is bounded, thus offering a more realistic and less conservative planning strategy.

为了增加plan出的trajectory的robustness, use a chance constrained approach and calculating the chance of collision by considering the vehicle state as a random variable rather than a deterministic variable.

  1. how to model the influence of slip phenomenon on the vehicle state prior to the planning phase?
  2. 如何计算chance of collision?
  3. 如何把collision chance限制在一定范围内?

problem statement

vehicle model:
z ˙ = f ( z , u ) + w \dot{z} = f(z, u) + w z˙=f(z,u)+w
where
z ∈ X z \in X zX is the state vector, X ⊂ R n X \subset R^{n} XRn is the state space
u ∈ U u \in U uU is the input vector, U ⊂ R m U \subset R^{m} URm is the input space
w w w is the process noise into the system, here, it is assumed to be depend mainly on the slip

The problem can be formulated as follows:
m i n u ( t )   J ( z , u ) \underset{u(t)}{min} \ J(z, u) u(t)min J(z,u) subject to τ ( 0 ) = z i n i t , τ ( 1 ) = X g o a l \tau (0) = z_{init}, \tau(1) = X_{goal} τ(0)=zinit,τ(1)=Xgoal z ˙ = f ( z , u ) + w k , d i f f e r e n t   k   f o r   e a c h   t e r r a i n   t y p e \dot{z} = f(z, u) + w_{k}, different \ k \ for \ each \ terrain \ type z˙=f(z,u)+wk,different k for each terrain type P ( τ ( s ) ∈ X o b s ) &lt; δ , ∀ t , ( 0 ≤ s ≤ 1 ) P(\tau(s) \in X_{obs}) &lt; \delta, \forall t, (0 \leq s \leq 1) P(τ(s)Xobs)<δ,t,(0s1)

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值