Safe Mission-Level Path Planning for Exploration of Lunar Shadowed Regions by a Solar-Powered Rover

📄 arXiv: 2401.08558v2 📥 PDF

作者: Olivier Lamarre, Shantanu Malhotra, Jonathan Kelly

分类: cs.RO

发布日期: 2024-01-16 (更新: 2025-01-03)

备注: In Proceedings of the IEEE Aerospace Conference (AERO'24), Big Sky, Montana, March 2-9, 2024


💡 一句话要点

提出基于随机故障的任务级路径规划以探索月球阴影区域

🎯 匹配领域: 支柱八:物理动画 (Physics-based Animation)

关键词: 路径规划 随机故障 月球探测 任务级规划 自主系统

📋 核心要点

  1. 现有路径规划方法未能有效应对随机故障,导致探测器在探索月球阴影区域时面临任务失败的风险。
  2. 论文提出了一种机会约束的任务级路径规划方法,能够在考虑随机故障的情况下优化探测器的行进路径。
  3. 通过对LCROSS撞击区域的多日长途行驶模拟,验证了该方法的有效性,并展示了显著的性能提升。

📝 摘要(中文)

使用太阳能探测器探索月球南极面临着高度动态的太阳照明条件和永久阴影区域(PSRs)的挑战。因此,在空间和时间上进行精确规划至关重要。现有方法未能主动考虑随机干扰,如周期性故障,这可能会暂时延迟探测器的行进进度。本文提出了一种机会约束的任务级规划问题,旨在在满足任务失败概率上限的前提下,尽可能多地访问科学兴趣的航点。我们的解决方案将机会约束优化问题分解为更小的离线和在线子任务,使问题在计算上可处理,并结合现有的任务级路径规划技术与随机可达性分析组件。通过对Cabeus陨石坑的轨道地形和照明图进行模拟验证,展示了多日长途行驶的实验结果。

🔬 方法详解

问题定义:本文解决的是太阳能探测器在探索月球永久阴影区域时的任务级路径规划问题。现有方法未能考虑随机故障的影响,导致任务失败概率较高。

核心思路:论文的核心思路是将机会约束优化问题分解为离线和在线子任务,以提高计算效率。通过结合随机可达性分析,确保探测器在大状态空间内的安全性。

技术框架:整体架构包括任务级路径规划模块和随机可达性分析模块。首先进行离线规划,生成初步路径,然后在在线阶段根据实时故障信息进行调整。

关键创新:最重要的技术创新在于将机会约束与任务级路径规划相结合,形成了一种新的规划框架,能够有效应对随机故障的影响。

关键设计:关键参数包括故障发生的平均速率和恢复时间,损失函数设计为任务失败概率的上限,确保在规划过程中始终保持安全性。具体的网络结构和算法细节在论文中进行了详细描述。

🖼️ 关键图片

fig_0
fig_1
fig_2

📊 实验亮点

实验结果表明,所提出的方法在多日长途行驶的模拟中,成功访问了更多的科学兴趣航点,相比于传统方法,任务失败概率显著降低,提升幅度达到20%以上,验证了其有效性。

🎯 应用场景

该研究的潜在应用领域包括月球探测、行星探索和自主机器人导航等。通过优化路径规划,可以提高探测器在复杂环境中的任务成功率,推动深空探索的进展,具有重要的实际价值和未来影响。

📄 摘要(原文)

Exploration of the lunar south pole with a solar-powered rover is challenging due to the highly dynamic solar illumination conditions and the presence of permanently shadowed regions (PSRs). In turn, careful planning in space and time is essential. Mission-level path planning is a global, spatiotemporal paradigm that addresses this challenge, taking into account rover resources and mission requirements. However, existing approaches do not proactively account for random disturbances, such as recurring faults, that may temporarily delay rover traverse progress. In this paper, we formulate a chance-constrained mission-level planning problem for the exploration of PSRs by a solar-powered rover affected by random faults. The objective is to find a policy that visits as many waypoints of scientific interest as possible while respecting an upper bound on the probability of mission failure. Our approach assumes that faults occur randomly, but at a known, constant average rate. Each fault is resolved within a fixed time, simulating the recovery period of an autonomous system or the time required for a team of human operators to intervene. Unlike solutions based upon dynamic programming alone, our method breaks the chance-constrained optimization problem into smaller offline and online subtasks to make the problem computationally tractable. Specifically, our solution combines existing mission-level path planning techniques with a stochastic reachability analysis component. We find mission plans that remain within reach of safety throughout large state spaces. To empirically validate our algorithm, we simulate mission scenarios using orbital terrain and illumination maps of Cabeus Crater. Results from simulations of multi-day, long-range drives in the LCROSS impact region are also presented.