RONov 1, 2015

Optimized Mission Planning for Planetary Exploration Rovers

arXiv:1511.00195v13 citations
Originality Synthesis-oriented
AI Analysis

This work addresses mission planning for lunar rovers, with potential applicability to other planetary missions, but it is incremental as it builds on existing AI and optimization methods.

The paper tackled the problem of planning safe and efficient missions for planetary exploration rovers by developing an optimization scheme that combines A* search for path planning and simulated annealing for selecting landing zones and goals, with simulations showing effectiveness in minimizing hazard risks and increasing efficiency.

The exploration of planetary surfaces is predominately unmanned, calling for a landing vehicle and an autonomous and/or teleoperated rover. Artificial intelligence and machine learning techniques can be leveraged for better mission planning. This paper describes the coordinated use of both global navigation and metaheuristic optimization algorithms to plan the safe, efficient missions. The aim is to determine the least-cost combination of a safe landing zone (LZ) and global path plan, where avoiding terrain hazards for the lander and rover minimizes cost. Computer vision methods were used to identify surface craters, mounds, and rocks as obstacles. Multiple search methods were investigated for the rover global path plan. Several combinatorial optimization algorithms were implemented to select the shortest distance path as the preferred mission plan. Simulations were run for a sample Google Lunar X Prize mission. The result of this study is an optimization scheme that path plans with the A* search method, and uses simulated annealing to select ideal LZ-path- goal combination for the mission. Simulation results show the methods are effective in minimizing the risk of hazards and increasing efficiency. This paper is specific to a lunar mission, but the resulting architecture may be applied to a large variety of planetary missions and rovers.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes