首页 /研究 /Constraint-based multi-robot path planning
SWARM

Constraint-based multi-robot path planning

Malcolm Ryan

发表年份
2010
引用次数
49

摘要

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. 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.

关键词

Computer scienceTraverseMotion planningRobotConstraint satisfaction problemMathematical optimizationConstraint (computer-aided design)Constraint programmingConstraint satisfactionPartition (number theory)

相关论文

查看 SWARM 分类全部论文