🤖 AI Summary
This study addresses the cooperative path planning problem for multiple unmanned aerial vehicles (UAVs) inspecting linear infrastructure—such as solar farm pipelines—under the constraint of limited battery capacity and mandatory return-to-base requirements, with the objective of minimizing the makespan. The problem is formulated as a combinatorial optimization task incorporating recharging constraints and is proven to be strongly NP-hard, even in the simplified case of only two UAVs operating on a linear layout. To tackle this challenge, the authors propose an efficient algorithm with a provable approximation guarantee, integrating AI-driven visual defect detection with coordinated path planning. Experimental results demonstrate that the proposed approach consistently yields near-optimal solutions across diverse real-world scenarios, significantly enhancing inspection efficiency and resource utilization.
📝 Abstract
Optimization problems with drones are widely studied in a variety of civilian tasks, mainly due to their ability to traverse rough terrains and to carry cameras and other sensors for surveillance tasks. The limited battery life of these aerial robots poses challenges in operational research. In this paper, we address the following optimization problem. We are given a set of line segments (e.g. tubes in a solar plant) to inspect by drones. The objective is to detect broken pipes using artificial intelligence and path planning must be carried out efficiently. On the one hand, the limited capacity of the batteries necessitates periodic visits (tours) to a fixed base station. However, it is desirable to allocate a set of tours for each drone to ensure that the segments are covered as quickly as possible, aiming to minimize the makespan, which is the maximum time spent by any drone. We are able to prove that this optimization problem is strongly NP-hard even when the segments are positioned on a line and the scenario involves only two drones. Then, approximation algorithms are proposed. Our computational experiments demonstrate that the proposed algorithm achieves near-optimal performance across diverse operational scenarios.