Table of Contents
Fetching ...

Decentralized Multi-Robot Relative Navigation in Unknown, Structurally Constrained Environments under Limited Communication

Zihao Mao, Yunheng Wang, Yunting Ji, Yi Yang, Wenjie Song

TL;DR

The paper tackles multi-robot navigation in unknown, structurally complex, GPS-denied environments under limited communication. It introduces a decentralized, hierarchical framework that couples a low-frequency Topology Sharing & Global Guidance (TSGG) layer, which builds and exchanges lightweight topological maps, with a high-frequency Conflict Resolution & Trajectory Planning (CRTP) layer that executes kinodynamically feasible motions. Key contributions include a fully decentralized topology-sharing mechanism yielding emergent global awareness, a sampling-based escape-point strategy for fast conflict resolution, and a nonlinear trajectory optimization that enforces static, kinodynamic, and inter-robot constraints via a differentiable penalty framework. The approach outperforms state-of-the-art methods in simulation and real-world tests, particularly under communication constraints and in environments with complex topology, offering a scalable, robust solution for cooperative robot navigation.

Abstract

Multi-robot navigation in unknown, structurally constrained, and GPS-denied environments presents a fundamental trade-off between global strategic foresight and local tactical agility, particularly under limited communication. Centralized methods achieve global optimality but suffer from high communication overhead, while distributed methods are efficient but lack the broader awareness to avoid deadlocks and topological traps. To address this, we propose a fully decentralized, hierarchical relative navigation framework that achieves both strategic foresight and tactical agility without a unified coordinate system. At the strategic layer, robots build and exchange lightweight topological maps upon opportunistic encounters. This process fosters an emergent global awareness, enabling the planning of efficient, trap-avoiding routes at an abstract level. This high-level plan then inspires the tactical layer, which operates on local metric information. Here, a sampling-based escape point strategy resolves dense spatio-temporal conflicts by generating dynamically feasible trajectories in real time, concurrently satisfying tight environmental and kinodynamic constraints. Extensive simulations and real-world experiments demonstrate that our system significantly outperforms in success rate and efficiency, especially in communication-limited environments with complex topological structures.

Decentralized Multi-Robot Relative Navigation in Unknown, Structurally Constrained Environments under Limited Communication

TL;DR

The paper tackles multi-robot navigation in unknown, structurally complex, GPS-denied environments under limited communication. It introduces a decentralized, hierarchical framework that couples a low-frequency Topology Sharing & Global Guidance (TSGG) layer, which builds and exchanges lightweight topological maps, with a high-frequency Conflict Resolution & Trajectory Planning (CRTP) layer that executes kinodynamically feasible motions. Key contributions include a fully decentralized topology-sharing mechanism yielding emergent global awareness, a sampling-based escape-point strategy for fast conflict resolution, and a nonlinear trajectory optimization that enforces static, kinodynamic, and inter-robot constraints via a differentiable penalty framework. The approach outperforms state-of-the-art methods in simulation and real-world tests, particularly under communication constraints and in environments with complex topology, offering a scalable, robust solution for cooperative robot navigation.

Abstract

Multi-robot navigation in unknown, structurally constrained, and GPS-denied environments presents a fundamental trade-off between global strategic foresight and local tactical agility, particularly under limited communication. Centralized methods achieve global optimality but suffer from high communication overhead, while distributed methods are efficient but lack the broader awareness to avoid deadlocks and topological traps. To address this, we propose a fully decentralized, hierarchical relative navigation framework that achieves both strategic foresight and tactical agility without a unified coordinate system. At the strategic layer, robots build and exchange lightweight topological maps upon opportunistic encounters. This process fosters an emergent global awareness, enabling the planning of efficient, trap-avoiding routes at an abstract level. This high-level plan then inspires the tactical layer, which operates on local metric information. Here, a sampling-based escape point strategy resolves dense spatio-temporal conflicts by generating dynamically feasible trajectories in real time, concurrently satisfying tight environmental and kinodynamic constraints. Extensive simulations and real-world experiments demonstrate that our system significantly outperforms in success rate and efficiency, especially in communication-limited environments with complex topological structures.

Paper Structure

This paper contains 24 sections, 1 equation, 8 figures, 2 tables, 1 algorithm.

Figures (8)

  • Figure 1: Our hierarchical framework enables a team of robots to navigate efficiently in topologically complex environments with limited communication. Global awareness emerges from sharing abstract topological maps, which guides a local metric-level planner that ensures agile and safe collision avoidance.
  • Figure 2: Overview of our proposed decentralized, hierarchical navigation framework. Each robot runs an independent planner composed of a high-level Topology Sharing & Global Guidance (TSGG) layer for strategic planning and a low-level Conflict Resolution & Trajectory Planning (CRTP) layer for tactical execution.
  • Figure 3: The topology sharing and guidance process. At time t-1, Robot 1 merges its own topology map (blue) with the received topology map (green) from Robot 2 and re-plans its global path based on the newly expanded knowledge.
  • Figure 4: The local conflict resolution process. If the initial plan towards the local goal (red point) is blocked, the robot samples candidate escape points in forward and backward sectors. It evaluates these points based on a cost function and selects the optimal one (yellow point) to generate a new, conflict-free trajectory.
  • Figure 5: An example of the system in action. (Left) The topological map constructed by Robot 1 in Scenario A, showing a complex environment with multiple paths. (Right) A snapshot of Robot 1's first-person view as it navigates a dense central region, demonstrating effective local conflict avoidance.
  • ...and 3 more figures