Genetic Algorithm Based System for Path Planning with Unmanned Aerial Vehicles Swarms in Cell-Grid Environments
Alejandro Puente-Castro, Enrique Fernandez-Blanco, Daniel Rivero
TL;DR
This work addresses UAV swarm path planning in obstacle-filled, grid-based environments by introducing a genetic algorithm–based system that synchronizes multi-UAV movements through Epochs. The Movement Map encoding, along with a fitness function that rewards complete map coverage and penalizes unvisited cells, enables scalable planning across six maps with 1–4 UAVs. Results show the GA approach often outperforms reinforcement-learning baselines, achieving full coverage with fewer epochs and lower variance, and maintaining low training times on CPU hardware. The study demonstrates robust coverage efficiency, highlighting the method's applicability to surveillance, mapping, and search-and-rescue tasks, while outlining concrete avenues for extending revisit behavior and asynchronous coordination in future work.
Abstract
Path Planning methods for autonomously controlling swarms of unmanned aerial vehicles (UAVs) are gaining momentum due to their operational advantages. An increasing number of scenarios now require autonomous control of multiple UAVs, as autonomous operation can significantly reduce labor costs. Additionally, obtaining optimal flight paths can lower energy consumption, thereby extending battery life for other critical operations. Many of these scenarios, however, involve obstacles such as power lines and trees, which complicate Path Planning. This paper presents an evolutionary computation-based system employing genetic algorithms to address this problem in environments with obstacles. The proposed approach aims to ensure complete coverage of areas with fixed obstacles, such as in field exploration tasks, while minimizing flight time regardless of map size or the number of UAVs in the swarm. No specific goal points or prior information beyond the provided map is required. The experiments conducted in this study used five maps of varying sizes and obstacle densities, as well as a control map without obstacles, with different numbers of UAVs. The results demonstrate that this method can determine optimal paths for all UAVs during full map traversal, thus minimizing resource consumption. A comparative analysis with other state-of-the-art approach is presented to highlight the advantages and potential limitations of the proposed method.
