paper-with-me

홈 › Papers

Fast Decomposition of Temporal Logic Specifications for Heterogeneous Teams

2020-09-30 · Kevin Leahy, Austin Jones, Cristian-Ioan Vasile

In this work, we focus on decomposing large multi-agent path planning problems with global temporal logic goals (common to all agents) into smaller sub-problems that can be solved and executed independently. Crucially, the sub-problems' solutions must jointly satisfy the common global mission specification. The agents' missions are given as Capability Temporal Logic (CaTL) formulas, a fragment of signal temporal logic, that can express properties over tasks involving multiple agent capabilities (sensors, e.g., camera, IR, and effectors, e.g., wheeled, flying, manipulators) under strict timing constraints. The approach we take is to decompose both the temporal logic specification and the team of agents. We jointly reason about the assignment of agents to subteams and the decomposition of formulas using a satisfiability modulo theories (SMT) approach. The output of the SMT is then distributed to subteams and leads to a significant speed up in planning time. We include computational results to evaluate the efficiency of our solution, as well as the trade-offs introduced by the conservative nature of the SMT encoding.

📄 PDF Abstract BibTeX arXiv:2010.00030

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Decomposition-based Hierarchical Task Allocation and Planning for Multi-Robots under Hierarchical Temporal Logic Specifications

2023-08-20 · Xusheng Luo, Shaojun Xu, Ruixuan Liu, Changliu Liu

Past research into robotic planning with temporal logic specifications, notably Linear Temporal Logic (LTL), was largely based on a single formula for individual or groups of robots. But with increasing task complexity, …

Probabilistic Control of Heterogeneous Swarms Subject to Graph Temporal Logic Specifications: A Decentralized and Scalable Approach

2021-06-29 · Franck Djeumou, Zhe Xu, Murat Cubuktepe, Ufuk Topcu

We develop a probabilistic control algorithm, $\texttt{GTLProCo}$, for swarms of agents with heterogeneous dynamics and objectives, subject to high-level task specifications. The resulting algorithm not only achieves dec…

Safe Planning through Incremental Decomposition of Signal Temporal Logic Specifications

2024-03-13 · Parv Kapoor, Eunsuk Kang, Romulo Meira-Goes

Trajectory planning is a critical process that enables autonomous systems to safely navigate complex environments. Signal temporal logic (STL) specifications are an effective way to encode complex temporally extended obj…

NavigateSchedulingTrajectory Planning

TeLoGraF: Temporal Logic Planning via Graph-encoded Flow Matching

2025-05-01 · Yue Meng, Chuchu Fan

Learning to solve complex tasks with signal temporal logic (STL) specifications is crucial to many real-world applications. However, most previous works only consider fixed or parametrized STL specifications due to the l…

Capability Augmentation for Heterogeneous Dynamic Teaming with Temporal Logic Tasks

2024-09-14 · Carter Berlind, Wenliang Liu, Alyssa Pierson, Calin Belta

This paper considers how heterogeneous multi-agent teams can leverage their different capabilities to mutually improve individual agent performance. We present Capability-Augmenting Tasks (CATs), which encode how agents …