Hierarchical Temporal Logic Task and Motion Planning for Multi-Robot Systems
Zhongqi Wei, Xusheng Luo, Changliu Liu
TL;DR
The paper addresses multi-robot task and motion planning under hierarchical sc-LTL specifications by transforming task planning into a shortest-path problem on a product graph that couples a CS-based transition system with DFAs for leaf specifications. It leverages Graphs of Convex Sets (GCS) and an IRIS-RRT-inspired region construction to handle high-dimensional motion planning, while incorporating handover constraints via a mixed-integer convex program (MICP). The authors prove soundness and completeness under mild assumptions and demonstrate scalability and performance gains across planar, multi-robot handover, mobile-manipulator, and industrial-like scenarios, including hardware validation. The work provides an efficient, scalable framework for long-horizon, collaborative multi-robot tasks with expressive HLTL specifications and contributes open-source code for reproducibility and broader adoption.
Abstract
Task and motion planning (TAMP) for multi-robot systems, which integrates discrete task planning with continuous motion planning, remains a challenging problem in robotics. Existing TAMP approaches often struggle to scale effectively for multi-robot systems with complex specifications, leading to infeasible solutions and prolonged computation times. This work addresses the TAMP problem in multi-robot settings where tasks are specified using expressive hierarchical temporal logic and task assignments are not pre-determined. Our approach leverages the efficiency of hierarchical temporal logic specifications for task-level planning and the optimization-based graph of convex sets method for motion-level planning, integrating them within a product graph framework. At the task level, we convert hierarchical temporal logic specifications into a single graph, embedding task allocation within its edges. At the motion level, we represent the feasible motions of multiple robots through convex sets in the configuration space, guided by a sampling-based motion planner. This formulation allows us to define the TAMP problem as a shortest path search within the product graph, where efficient convex optimization techniques can be applied. We prove that our approach is both sound and complete under mild assumptions. Additionally, we extend our framework to cooperative pick-and-place tasks involving object handovers between robots. We evaluate our method across various high-dimensional multi-robot scenarios, including simulated and real-world environments with quadrupeds, robotic arms, and automated conveyor systems. Our results show that our approach outperforms existing methods in execution time and solution optimality while effectively scaling with task complexity.
