Robotics: Science and Systems XI

Motion Planning for Unlabeled Discs with Optimality Guarantees

Kiril Solovey, Jingjin Yu, Or Zamir, Dan Halperin

Abstract:

We study the problem of path planning for unlabeled (indistinguishable) unit-disc robots in a planar environment cluttered with polygonal obstacles. We introduce an algorithm which minimizes the total path length, i.e., the sum of lengths of the individual paths. Our algorithm is guaranteed to find a solution if one exists, or report that none exists otherwise. It runs in time $\tilde{O}(m^4+m^2n^2)$, where $m$ is the number of robots and $n$ is the total complexity of the workspace. Moreover, the total length of the returned solution is at most $O(\text{OPT}+O(m))$, where OPT is the optimal-solution cost. To the best of our knowledge this is the first algorithm for the problem that has such guarantees. The algorithm has been implemented in an exact manner and we present experimental results that attest to its efficiency.

Download:

Bibtex:

  
@INPROCEEDINGS{Solovey-RSS-15, 
    AUTHOR    = {Kiril Solovey AND Jingjin Yu AND Or Zamir AND Dan Halperin}, 
    TITLE     = {Motion Planning for Unlabeled Discs with Optimality Guarantees}, 
    BOOKTITLE = {Proceedings of Robotics: Science and Systems}, 
    YEAR      = {2015}, 
    ADDRESS   = {Rome, Italy}, 
    MONTH     = {July},
    DOI       = {10.15607/RSS.2015.XI.011} 
}