A Modular Framework for Motion Planning using Safe-by-Design Motion Primitives
Marijan Vukosavljev, Zachary Kroeze, Angela P. Schoellig, Mireille E. Broucke
TL;DR
This paper addresses scalable, safe motion planning for multi-robot systems by introducing a modular, hierarchical framework that decouples high-level planning from low-level control via motion primitives. Key ideas include discretizing the output space into boxes $Y^*$, encoding feasibility via the Output Transition System, Maneuver Automaton, and Product Automaton, and synthesizing a hybrid control strategy that guarantees reach-avoid safety. The authors provide concrete motion primitives for double-integrator dynamics, establish conditions ensuring correct-by-design behavior, and show that parallel composition preserves these properties for multi-robot systems. Experimental validation on quadrocopters demonstrates robustness and flexibility, with three policy-generation methods (NDD, A*, Greedy) offering a spectrum of quality and computational trade-offs. The approach enables plug-and-play integration of different low-level controllers and planning algorithms, supporting safe operation in known environments.
Abstract
We present a modular framework for solving a motion planning problem among a group of robots. The proposed framework utilizes a finite set of low level motion primitives to generate motions in a gridded workspace. The constraints on allowable sequences of motion primitives are formalized through a maneuver automaton. At the high level, a control policy determines which motion primitive is executed in each box of the gridded workspace. We state general conditions on motion primitives to obtain provably correct behavior so that a library of safe-by-design motion primitives can be designed. The overall framework yields a highly robust design by utilizing feedback strategies at both the low and high levels. We provide specific designs for motion primitives and control policies suitable for multi-robot motion planning; the modularity of our approach enables one to independently customize the designs of each of these components. Our approach is experimentally validated on a group of quadrocopters.
