Task scheduling for autonomous vehicles in the Martian environment

Wojciech Burzyński,Mariusz Kaleta
DOI: https://doi.org/10.48550/arXiv.2409.09677
2024-09-23
Abstract:In the paper, we introduced a novel variant of Electric VRP/TSP, the Solar Powered Rover Routing Problem (SPRRP), to tackle the routing of energy-constrained autonomous electric vehicles for Martian missions. We proposed a basic formulation of the problem based on the graph model that decomposes each Point of Interest into movement, charging, and research tasks. We have also outlined further possibilities for extending the problem.
Discrete Mathematics
What problem does this paper attempt to address?
### The Problem the Paper Attempts to Solve This paper aims to address the task scheduling problem for autonomous vehicles in the Martian environment, specifically focusing on the path planning problem for energy-constrained solar-powered rovers. Specifically, the paper introduces a new problem variant—the Solar Powered Rover Routing Problem (SPRRP), to tackle the routing issues of autonomous electric vehicles in Martian missions. ### Background and Motivation Mars exploration missions are complex engineering endeavors that require detailed planning, the integration of the latest technologies, and reasonable budget management. In the Martian environment, due to communication delays and uncertainties, exploration missions require highly autonomous vehicles to execute tasks. Although currently only the "Perseverance" rover and the "Ingenuity" helicopter in the Mars 2020 mission have cooperated, the authors believe that future missions will require the cooperation and scheduling of multiple autonomous vehicles. ### Problem Definition The core of the SPRRP problem lies in planning the routes for autonomous vehicles to visit Points of Interest (PoIs), which include movement, charging, and research tasks. Each PoI can be decomposed into multiple nodes, allowing research and charging tasks to be performed in any order. The paper proposes a graph-based nonlinear programming model, where each task is represented by an edge, and each node represents the start or end event of a task. ### Main Contributions 1. **Introduction of the SPRRP Problem**: The paper introduces the SPRRP problem for the first time, which is a path planning problem for energy-constrained solar-powered rovers. 2. **Graph Model**: A graph model is proposed to describe the relationships between PoIs and the execution sequence of tasks. 3. **Mathematical Model**: A nonlinear programming model is constructed with the objective of maximizing the benefits of completed tasks while ensuring the energy and time constraints of the vehicles. 4. **Numerical Experiments**: The effectiveness of the model is validated through a simple test case, demonstrating the optimal solutions under different battery capacities. ### Future Work 1. **Algorithm Development**: Develop efficient algorithms to solve the SPRRP model. 2. **Practical Testing**: Test the model using real vehicles in simulated environments on Earth. 3. **Problem Expansion**: Explore various variants and extensions of the SPRRP, such as considering time windows, dynamic environments, and other factors. ### Conclusion The paper successfully introduces and defines the SPRRP problem, providing a new research direction for autonomous vehicle path planning in future Martian missions. The effectiveness of the model is validated through numerical experiments, laying the foundation for further research.