CoffeeKumazaki / arXiv

Repository to research & share articles related to autonomous driving cars.
75 stars 9 forks source link

STEP: Stochastic Traversability Evaluation and Planning for Safe Off-road Navigation. (arXiv:2103.02828v1 [cs.RO]) #4340

Open CoffeeKumazaki opened 3 years ago

CoffeeKumazaki commented 3 years ago

STEP: Stochastic Traversability Evaluation and Planning for Safe Off-road Navigation. (arXiv:2103.02828v1 [cs.RO])
https://ift.tt/3sQlAZM

Although ground robotic autonomy has gained widespread usage in structured and controlled environments, autonomy in unknown and off-road terrain remains a difficult problem. Extreme, off-road, and unstructured environments such as undeveloped wilderness, caves, and rubble pose unique and challenging problems for autonomous navigation. To tackle these problems we propose an approach for assessing traversability and planning a safe, feasible, and fast trajectory in real-time. Our approach, which we name STEP (Stochastic Traversability Evaluation and Planning), relies on: 1) rapid uncertainty-aware mapping and traversability evaluation, 2) tail risk assessment using the Conditional Value-at-Risk (CVaR), and 3) efficient risk and constraint-aware kinodynamic motion planning using sequential quadratic programming-based (SQP) model predictive control (MPC). We analyze our method in simulation and validate its efficacy on wheeled and legged robotic platforms exploring extreme terrains including an underground lava tube.



via eess.SY updates on arXiv.org http://arxiv.org/

CoffeeKumazaki commented 3 years ago

不確定性マップの作成、CVaRを用いてのリスク評価、制限付き動的計画法をベースとしたmotion planningを用いて、オフロードの環境下での制御を可能にするアルゴリズムを提案し検証