Constraint-based multi-robot path planning

Malcolm Ryan
DOI: https://doi.org/10.1109/robot.2010.5509582
2010-05-01
Abstract:Planning collision-free paths for multiple robots traversing a shared space is a problem that grows combinatorially with the number of robots. The naive centralised approach soon becomes intractable for even a moderate number of robots. Decentralised approaches, such as prioritised planning, are much faster but lack completeness. Previous work has demonstrated that the search can be significantly reduced by adding a level of abstraction [1]. We first partition the map into subgraphs of particular known structure, such as cliques and halls, and then build abstract plans which describe the transitions of robots between the subgraphs. These plans are constrained by the structural properties of the subgraphs used. When an abstract plan is found, it can easily be resolved into a complete concrete plan without further search. In this paper, we show how this method of planning can be implemented as a constraint satisfaction problem (CSP). Constraint propagation and intelligent search ordering further reduce the size of the search problem, allowing us to solve large problems significantly more quickly. Empirical evaluation on a realistic planning problem shows the clear superiority of the constraint-based approach, but the value of abstraction is mixed: it allows us to solve more problems at the cost of a time-overhead on simple problems. This implementation also opens up opportunities for the application of a number of other search reduction and optimisation techniques, as we will discuss.
What problem does this paper attempt to address?