Papers
Topics
Authors
Recent
Search
2000 character limit reached

Multi-Robot Rigid Formation Navigation

Updated 24 November 2025
  • The paper presents a coordination strategy where robots maintain fixed inter-agent distances while traversing environments.
  • It details distributed control and gradient-based methods that enable precise collective translation and rotation of robot formations.
  • The research integrates motion planning and collision avoidance with graph rigidity theory to ensure system robustness and scalability.

Multi-robot rigid formation navigation is the coordinated movement of multiple robots maintaining a prescribed inter-agent geometry, typically defined by fixed inter-robot distances, while traversing an environment. Rigid formation navigation encompasses distributed control design, optimal and reactive planning, graph-theoretic rigidity, and robustness to sensing, communication, and actuation constraints. The field is technically characterized by the mathematical theory of rigidity, decentralized algorithms for control and estimation, and a variety of motion planning and collision avoidance frameworks—each motivated by practical applications ranging from cooperative transportation and surveillance to multi-robot mapping and resource-limited embedded deployment.

1. Mathematical Foundations of Rigid Formation

Rigid formation navigation relies fundamentally on the theory of graph rigidity. An agent network is represented by an undirected graph G=(V,E)\mathcal{G} = (\mathcal{V}, \mathcal{E}), where each node ii (agent) has a position xi∈Rmx_i\in\mathbb{R}^m (m=2m=2 or $3$), and each edge k=(i,j)k=(i,j) encodes a distance constraint dijd_{ij}. The formation's rigidity is characterized via the rigidity matrix R(x)=DzT(BT⊗Im)R(x) = D_z^T(B^T\otimes I_m), where Dz=diag(z1,…,z∣E∣)D_z = \text{diag}(z_1,\ldots,z_{|\mathcal{E}|}), BB is the incidence matrix, and ii0. Infinitesimal rigidity holds if ii1, and a minimally rigid graph has ii2 edges. The rigid shape space is

ii3

ensuring the maintenance of all pairwise specified distances modulo global translation and rotation (Marina et al., 2016).

2. Distributed Control of Rigid Formations

A widely-adopted approach for rigid formation maintenance is gradient-based control, where a global potential

ii4

guides robot actuators: ii5 This guarantees asymptotic convergence to the desired formation shape (up to a rigid body transformation), but does not generate net translation or rotation of the collective—i.e., the system asymptotically comes to rest in ii6 (Marina et al., 2016).

To achieve active translation or rotation, mismatches in the inter-agent distance constraints are introduced as explicit motion parameters. By assigning each agent on edge ii7 slightly different target distances ii8 and incorporating these mismatches in the distributed control law,

ii9

one induces steady-state collective motion of the formation at arbitrary velocities and angular rates. The choice of xi∈Rmx_i\in\mathbb{R}^m0 encodes the desired translation xi∈Rmx_i\in\mathbb{R}^m1 and (for xi∈Rmx_i\in\mathbb{R}^m2) rotation xi∈Rmx_i\in\mathbb{R}^m3, yielding at steady-state

xi∈Rmx_i\in\mathbb{R}^m4

A rigorous Lyapunov analysis establishes local exponential convergence to the prescribed formation shape and collective motion (Marina et al., 2016).

3. Motion Planning and Optimality in Rigid Formations

Optimal control of rigid formations traditionally requires trajectory planning for all agents under coupled holonomic constraints. However, for identical holonomic agents, the formation's motion can be decomposed into the translation and rotation of its center of mass (CoM) plus internal constraints. Pontryagin's minimum principle yields that the optimal control policy for each agent is equivalent to that for the CoM and the orientation variable: xi∈Rmx_i\in\mathbb{R}^m5 where xi∈Rmx_i\in\mathbb{R}^m6 is the CoM translational velocity, xi∈Rmx_i\in\mathbb{R}^m7 is the angular speed, and xi∈Rmx_i\in\mathbb{R}^m8 is the formation's moment of inertia. The control synthesis thus reduces to a 3-DOF problem, scaling efficiently for large xi∈Rmx_i\in\mathbb{R}^m9 (Narayanan et al., 2023). Simulation results confirm that the per-agent optimal control derived from this reduction precisely recreates the multi-agent optimal trajectory subject to rigid formation constraints.

Discrete-time frameworks that support synchronous execution under communication delays and packet loss, as in the hold-and-hit protocol, further extend the robustness and real-world deployability of optimal rigid formation navigation. Coupled with intra-cycle error-minimizing quadratic programming, these methods guarantee that experimental inter-distance and orientation errors remain within stringent bounds even under severely unreliable wireless networks (Yang et al., 3 Oct 2025).

4. Decentralized and Distributed Planning Frameworks

Consensus-based approaches for formation-level planning represent rigid formations by similarity transforms of a fixed base configuration: m=2m=20 where m=2m=21 is a planar rotation, m=2m=22 anisotropic scaling, and m=2m=23 translation. Each robot maintains a local estimate m=2m=24 and executes a loop consisting of desired-velocity tracking (using Jacobian pseudoinverse), consensus correction (Laplacian term), constraint satisfaction (soft/hard projection to scaling safe sets), and velocity recovery. This enables each agent to track feasible formation parameters and maintain rigidity, collision-avoidance, and constraint satisfaction in a computationally efficient, fully distributed fashion (Mikkelsen et al., 2023, Mikkelsen et al., 2024). For instance, in simulation, a 9-robot system achieves loop rates exceeding 7 kHz with per-cycle computational cost under 23 m=2m=25s on general-purpose hardware (Mikkelsen et al., 2023).

Recent advances include probabilistic collision avoidance via chance constraints on inter-robot distances under state uncertainty. By expressing safety constraints as linearized inequalities on the scaling and orientation parameters and projecting decentralized parameter updates in each cycle, real-time and scalable rigid-formation navigation with provable probabilistic guarantees is realized experimentally (Mikkelsen et al., 2024).

5. Rigidity Preservation, Estimation, and Connectivity

Beyond fixed-shape maintenance, dynamic environments and performance guarantees require continuous quantification and maximization of formation rigidity. The rigidity index, defined as the fourth smallest eigenvalue m=2m=26 of the formation rigidity Laplacian m=2m=27, acts as a scalar indicator of infinitesimal rigidity (with three zero eigenvalues representing the allowable rigid-body motions in the plane). A gradient-based distributed controller maximizes m=2m=28, keeping the formation rigid throughout navigation and implicitly ensuring collision avoidance and graph connectivity (Sun et al., 2013).

Fully distributed estimation of m=2m=29 and the associated eigenvector is achieved via a shifted inverse power method implemented as a local Jacobi-overrelaxation scheme with dynamic consensus averaging. This architecture runs in real time, requires only neighbor-to-neighbor state exchange, and demonstrably maintains rigidity and connectivity under agent mobility and leader-follower maneuvers (Sun et al., 2013).

6. Path Planning, Obstacle Avoidance, and Flexibility

In cluttered spaces, motion planners must compute feasible and optimal trajectories for the entire formation in configuration space, representing both pose $3$0 and formation shape. Graph-based planners discretize this high-dimensional space, identify feasible configurations by explicit collision-checking for all robots, generate connectivity graphs, and apply breadth-first or Dijkstra search for pathfinding and optimality. Empirical results on four- and six-robot rigid teams in obstacle-dense arenas demonstrate the critical dependence of planner performance on discretization granularity and configuration-space densification (Liu et al., 2022).

Alternative quasi-centralized methods invoke a virtual-agent trajectory, with individual robots attracted to the minima of formation potential fields (FPF) centered on the virtual agent. This paradigm enables real-time, collision-free navigation that is flexible to nonholonomic motion and allows limited formation deformation near obstacles (G et al., 2021). Inter-robot and robot-obstacle repulsive potentials, combined with decentralized force-balance controllers, further ensure trajectory feasibility and collision avoidance.

7. Practical Implementation, Robustness, and Experimental Validation

The reviewed methods emphasize decentralization, scalability, and robustness to sensing errors, communication delays, and network unreliability. Key implementation practices include:

Ongoing research focuses on robust multi-robot formation navigation in dynamic and partially observable environments, scalability to large teams, extension to non-Euclidean (e.g., manifold) formation spaces, time-varying formation shapes, and hybrid integration with vision and communication-aware protocols.


Representative References (arXiv ids):

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

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

Follow Topic

Get notified by email when new papers are published related to Multi-Robot Rigid Formation Navigation.