Papers
Topics
Authors
Recent
Search
2000 character limit reached

Dynamic UGV-UAV Cooperative Path Planning in Uncertain Environments

Published 28 Apr 2026 in cs.RO and cs.AI | (2604.25267v1)

Abstract: This paper addresses the Dynamic UGV-UAV Cooperative Path Planning (DUCPP) problem involving one unmanned ground vehicle (UGV) assisted by one or more unmanned aerial vehicles (UAVs) operating on an uncertain road network with potentially impassable edges. DUCPP is particularly relevant for scenarios such as disaster response, emergency supply transport, and rescue operations, where a UGV must reach a specified destination in the presence of partially unknown road conditions. To enable the UGV to travel safely and efficiently to its destination, the UAV(s) dynamically inspect edges in the environment to identify and prune damaged or impassable edges from consideration. We present multiple strategies, including a bidirectional approach, to optimize UGV-UAV cooperation for finding a safe path in an uncertain road network. Furthermore, we explore the impact of using multiple UAVs on reducing the UGV's travel time, and evaluate the associated computation time. The proposed strategies are implemented and evaluated on 100 urban road networks. The results demonstrate that the bidirectional strategy achieves the best performance in most instances, and using multiple UAVs further reduces UGV travel time at the expense of increased computation time. This paper presents a robust framework for DUCPP to achieve efficient UGV-UAV cooperation for path planning and inspection, offering practical solutions for navigation in challenging and uncertain conditions.

Authors (2)

Summary

  • The paper shows that cooperative path planning using UAV support reduces UGV travel time by over 50% in densely connected urban environments.
  • It compares methodologies like k-shortest paths, MPSP, and bidirectional multi-UAV strategies, balancing real-time feasibility with computational overhead.
  • The study validates its findings using a diverse benchmark suite from five continents, underlining trade-offs between improved navigation performance and increased resource demands.

Dynamic UGV-UAV Cooperative Path Planning in Urban Environments

Introduction

This paper presents a comprehensive computational study of cooperative path planning for heterogeneous unmanned ground vehicles (UGVs) and unmanned aerial vehicles (UAVs) in uncertain urban environments. It systematically evaluates multiple algorithmic strategies for cooperative navigation across a global benchmark suite representing five continents and varying city morphologies. Emphasis is placed on the impact of UAV speed, the number of UAVs available for cooperation, and real-time computational feasibility.

Benchmark Suite and Urban Diversity

To ensure generalizability and robust empirical analysis, the paper utilizes urban road networks from prominent cities across Africa, Asia, Europe, North America, and South America. For each city, both small (1 km × 1 km) and large (3 km × 3 km) graphs are extracted, capturing different connectivity and block structure scales. Figures 1–5 illustrate representative map samples from Lagos, Tokyo, Moscow, Mexico City, and Sao Paulo, highlighting the heterogeneous spatial/transportation topologies that algorithms are tasked to navigate. Figure 1

Figure 1

Figure 1: Small and large maps of Lagos, Nigeria.

Figure 2

Figure 2

Figure 2: Small and large maps of Tokyo, Japan.

Figure 3

Figure 3

Figure 3: Small and large maps of Moscow, Russia.

Figure 4

Figure 4

Figure 4: Small and large maps of Mexico City, Mexico.

Figure 5

Figure 5

Figure 5: Small and large maps of Sao Paulo, Brazil.

Path Planning Strategies

The analysis considers:

  • UGV-only (Dijkstra): Baseline single-vehicle planning.
  • Kemeny-based methods: Utilizing centrality concepts for expected optimal transport efficiency.
  • kk-Shortest paths: Enumerative approach for path diversity.
  • MPSP: Sampling-based multi-path strategy with MC sampling (scaling in parameter mm).
  • Bidirectional: Fast deterministic method based on Dijkstra.
  • Multi-UAV Bidirectional: Extends bidirectional using multiple UAVs with kk-shortest variants.

Algorithmic time complexity analysis demonstrates that while single-agent deterministic methods are highly efficient O((V+E)logV)O((V+E)\log V), strategies leveraging multiple UAVs rapidly introduce significant computational overhead, scaling as O(kV((V+E)logV))O(kV((V+E)\log V)).

Travel Time and Coordination Gains

Across 50 problem instances per configuration, results show clear reduction in average UGV travel time when employing cooperative UAV support. Several strong empirical findings include:

  • Increasing UAV speed (relative to UGV) and the number of UAVs directly correlates with reduced path execution time, especially in large, highly connected urban maps.
  • For densely connected cities (e.g. Beijing, Moscow, Rio de Janeiro), deployment of 3–7 UAVs often reduces travel time by more than 50% compared to UGV-only baselines.
  • Bidirectional multi-UAV strategies consistently outperform single-UAV or purely centrality-based approaches in both speed and route resilience under uncertainty.
  • There are diminishing returns beyond 5 UAVs in most cases, but the effect is topology dependent.

Computational Resource Analysis

Computation time analyses establish the practical feasibility boundaries of each method:

  • Deterministic single-path strategies (Dijkstra/bidirectional) are consistently sub-second, making them viable for real-time dispatch.
  • kk-shortest and MPSP (and their multi-UAV variants) accrue order-of-magnitude increases in computation, reaching 10–100s seconds per run for high-kk and large urban networks.
  • The results indicate that while multi-UAV bidirectional coordination provides minimum travel time, real-time on-board use remains feasible for up to 3–5 UAVs if city graphs are not excessively large.

Implications and Future Directions

By structuring the empirical analysis across diverse urban road graphs, the results indicate that cooperative aerial-ground planning algorithms exhibit robust performance across geographies, particularly for time-critical or emergency scenarios in cities with poor road connectivity or dynamic blockages.

The practical implication is that strategic UAV deployment not only compensates for structural deficiencies in road networks but also enables active information gathering (e.g., rapid environment observation for dynamic replanning) for UGV safety.

Future directions include:

  • Extending benchmarks to real-world stochastic traffic updates and adversarial disruptions.
  • Improving the scalability of sampling-based or MC strategies for larger UAV teams.
  • Developing context-aware hybrid strategies that can adapt the level of UAV support and algorithmic complexity based on situational criticality and hardware limitations.

Conclusion

This study establishes a systematic empirical and theoretical reference for UGV-UAV cooperative path planning under uncertainty, balancing solution quality against computational tractability. The evidence demonstrates substantial travel time improvements with coordinated aerial assistance while delineating the trade-offs when deploying multi-agent methods in real urban environments. The findings advocate for hybrid and adaptable strategies in large-scale urban mobility systems and suggest concrete steps for future algorithmic and applied research in autonomous cooperative navigation.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.