MT* : Multi-Robot Path Planning for Temporal Logic Specifications
Dhaval Gujarathi, Indranil Saha

TL;DR
This paper introduces MT*, an efficient multi-robot path planning algorithm that satisfies complex temporal logic specifications by reducing computational complexity and enabling scalable, independent trajectory generation for multiple robots.
Contribution
MT* significantly reduces computation time by avoiding full joint transition system construction and dividing the mission among robots, improving scalability over existing methods.
Findings
Substantial speedup over state-of-the-art methods
Scales well with number of robots and workspace size
Enables independent trajectory planning for multi-robot systems
Abstract
We address the path planning problem for a team of robots satisfying a complex high-level mission specification given in the form of an Linear Temporal Logic (LTL) formula. The state-of-the-art approach to this problem employs the automata-theoretic model checking technique to solve this problem. This approach involves computation of a product graph of the Buchi automaton generated from the LTL specification and a joint transition system which captures the collective motion of the robots and then computation of the shortest path using Dijkstra's shortest path algorithm. We propose MT*, an algorithm that reduces the computation burden for generating such plans for multi-robot systems significantly. Our approach generates a reduced version of the product graph without computing the complete joint transition system, which is computationally expensive. It then divides the complete mission…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFormal Methods in Verification · Software Testing and Debugging Techniques · Model-Driven Software Engineering Techniques
