Skip to content

Similar papers

Open access Aug 2026

A Multi-UAV Planning Framework for Task Allocation, Route Optimization and Trajectory Smoothing

Coordinated mission planning for multiple unmanned aerial vehicles in cluttered static three-dimensional environments requires consistent treatment of obstacle-aware motion, fleet-level task allocation, route sequencing, and executable trajectory generation. In many existing approaches, these elements are optimized separately, or fleet-level decisions are made using simplified geometric distances that do not accurately reflect UAV-specific motion feasibility in obstacle-constrained space. This paper presents a Multi-UAV Planning Framework for Task Allocation, Route Optimization and Trajectory Smoothing for static environments with known obstacle geometry. In the first stage, an offline single-UAV planner based on a hybrid Differential Evolution and Enhanced Whale Optimization Algorithm computes feasible raw paths for all relevant ordered node pairs and constructs a UAV-specific directed travel-cost matrix. In the second stage, these planner-derived matrices are used for feasibility-aware balanced task distribution and route optimization with exchange-based refinement under a composite total-cost–makespan objective. In the third stage, the raw paths corresponding to the final selected routes are reconstructed and transformed into executable trajectories by adaptive cubic B-spline smoothing. Experimental evaluation was conducted at the local-planning, fleet-planning, and smoothing levels in known static environments. The hybrid planner generated high-quality pairwise obstacle-avoiding paths and exhibited favorable convergence behavior relative to standard WOA, PSO, DE, SOS, and GWO in the tested scenarios. At the fleet level, the full framework reduced makespan by 2.1–3.4% and the composite objective by 0.9–1.4% relative to balanced partitioning without exchange refinement on benchmark instances. In the smoothing stage, the adaptive cubic B-spline reduced path length by 8.5% and maximum curvature by 41.5% relative to the unsmoothed polyline representation. These results demonstrate that the proposed hierarchical formulation is computationally effective, physically consistent, and well suited to multi-UAV mission planning.

M. Nikolaiev, M. Novotarskyi · 0 citations
Jul 2026

Multi-UAVs cooperative task allocation and path planning for low-altitude logistics

To address the challenges of collaborative task allocation and path planning for multiple logistics unmanned aerial vehicles (UAVs) in urban low-altitude environments, this paper proposes a bilevel nested joint optimization method based on reinforcement learning and a graph search algorithm to enhance the efficiency of collaborative last-mile delivery by multiple logistics UAVs while reducing flight risks. The proposed method constructs a bilevel architecture system based on a task allocation and decision-making model and a path planning model. The upper-level model holistically considers the demands of three stakeholders—government (safety), customers (timeliness), and UAV enterprises (economy)—at the macro level. Then, based on real-time order information and UAV status, a multi-objective optimization and constraint model is constructed under complex dynamic environments. A multi-agent proximal policy optimization algorithm is employed to achieve rapid dynamic task allocation and decision-making. The lower-layer model utilizes the upper-level allocation results combined with detailed environmental information to plan safe and efficient flight paths for each UAV at the micro level. It employs an improved jumping-point search algorithm for refined path optimization. A loop feedback mechanism is designed to facilitate information exchange between layers, thereby coupling the task allocation and path planning processes to achieve collaborative optimization of upper- and lower-level task allocation and decision-making. This method effectively addresses complex logistics delivery scenarios, enhancing the overall efficiency and robustness of the delivery system. Simulation experiments comprehensively consider path influences from flexible open-area delivery, varying numbers of distribution centers and UAVs, and on-demand rush orders. Tests conducted in medium- and high-density environments demonstrate the proposed model and algorithm’s significant superiority in dynamic complex scenarios. Even when confronted with complex environments and dynamic order scenarios, it consistently generates highly applicable UAV flight paths.

Zongwei Li, Guang Zhang, Heyun Gao · 0 citations
Open access Jul 2026

Distributed Real-Time Trajectory Planning for Multiple UAVs in Complex Unknown Environments

Challenges in trajectory planning are encountered by fixed-wing unmanned aerial vehicle (UAV) swarms operating in environments with unknown obstacles. In this study, a distributed real-time trajectory-planning method that integrates a distributed model predictive control (DMPC) framework with an adaptive Gaussian collocation strategy (DA-GCMPC) was developed. This method leverages a distributed iterative computational framework based on DMPC to reformulate trajectory planning as an optimal control problem. To address the fixed-resolution limitation of conventional distributed MPC formulations, a complexity-aware adaptive collocation mechanism is introduced. The novelty of the method lies in adapting the collocation transcription resolution of each local MPC problem according to the instantaneous planning complexity. This mechanism selects the collocation type online according to maneuvering demand, obstacle density risk, and neighboring-UAV interaction risk, enabling the planner to balance real-time computation and constraint-handling capability under limited perception. We decomposed the UAV energy consumption and formulated the total energy consumption of the swarm as the objective function. An optimal control sequence was derived using the Gaussian collocation method by integrating obstacle avoidance constraints for fixed-wing UAVs and environmental limitations. Comparative simulations against the implemented fixed-discretization interior-point and SQP baselines showed that the proposed DA-GCMPC method achieved lower computation time and better trajectory quality metrics under the tested simulation settings, with average per-step computation times below 80 ms. In addition, an eight-UAV semi-physical hardware-in-the-loop validation was conducted to verify the real-time executability of the proposed method in a closed-loop flight control system.

Yang Zhao, Mingying Huo, Naiming Qi et al. · 0 citations
#edge computing Preprint Aug 2026

Distributed Trajectory Planning and Resource Allocation for Dynamic Multi-UAV Collaborative Computing

This paper investigates a multiple uncrewed aerial vehicles (UAVs)-enabled distributed mobile edge computing (MEC) framework, where the set of collaborative UAVs dynamically varies over time due to their energy states and service loads. The joint optimization of trajectory planning and resource allocation is formulated as a Stackelberg game, where UAVs and mobile terminals (MTs) are modeled as leaders and followers, respectively. UAVs aim to maximize their benefits by balancing executed workload, energy cost, and resource allocation revenue, while MTs seek to minimize their total overhead, composed of computing delay and resource costs, through offloading and resource-request decisions. A hierarchical joint optimization algorithm is developed within a multi-agent deep reinforcement learning (MADRL) framework to coordinate UAVs and MTs in a distributed manner. At the leader level, UAVs jointly determine their trajectories, task migration ratios, MT-UAV association, and unit computing resource pricing. Each UAV is modeled as an agent in a partially observable Markov decision process, and the agents are jointly trained via multi-agent proximal policy optimization (MAPPO) under the centralized-training-and-decentralized-execution paradigm. At the follower level, MTs determine their optimal task offloading ratios and requested computing resources using a two-stage iterative algorithm. Simulation results demonstrate stable convergence under dynamic UAV participation. Compared to the no-collaboration benchmark, the proposed algorithm improves UAV efficiency by 18.58% through inter-UAV task migration and reduces average MT overhead by 33.77% over the fully offloading scheme. It also outperforms other benchmarks under varying network scales and capabilities by jointly optimizing UAV operations and resource utilization.

Tiankui Zhang, Wenlong Xu, Tianyi Shi et al. · 0 citations
Open access Jul 2026

TeCoR-UAV: A Two-Stage Topology Extraction and Cooperative Routing Algorithm for Low-Altitude Logistics

Multi-UAV cooperative delivery is a key technology for intelligent low-altitude logistics, with applications in mountainous-area transport, urban last-mile delivery, and emergency resupply. In complex three-dimensional (3D) low-altitude environments, obstacle-constrained airspace, fleet heterogeneity, payload limits, and time windows make the realistic representation of flight costs difficult and substantially restrict the feasible region of cooperative planning. To address these challenges, this paper proposes TeCoR-UAV, a two-stage topology extraction and cooperative route planning framework. The proposed method first precomputes executable flight trajectories in obstacle-constrained airspace and constructs a topological graph that captures realistic flight costs. A bi-objective optimization model is then formulated to minimize operational cost and maximize service quality. Furthermore, a hierarchical genetic solver is designed to improve solution quality and feasibility jointly through global task allocation and single-UAV execution sequence optimization. Experimental results show that the proposed method can better reflect realistic flight costs in complex environments. Compared with existing benchmark methods, TeCoR-UAV achieves better bi-objective trade-offs in most medium- and large-scale scenarios, as well as in topologically constrained scenarios, and improves service quality by an average of 18.5 percentage points, indicating its scenario adaptability and potential for practical application.

Buyang Ding, Weijun Ni, Yixing Luo et al. · 0 citations