Keywords: motion planning, multi robot systems, task planning
TL;DR: We introduce a benchmark multi-modal, multi-robot, multi-goal path planning in continuous spaces, and show tradeoffs between optimal composite-space planners and suboptimal prioritized planning.
Abstract: In many industrial robotics applications, multiple robots are working in a shared workspace to complete a set of tasks as fast as possible.
Such settings can be treated as multi-modal multi-robot multi-goal path planning problems, where each robot has to reach a set of goals. Existing approaches to this type of problem are neither optimal nor complete. We tackle this problem as a single centralized path planning problem and present planners that are probabilistically complete and asymptotically optimal. The planners plan in the composite space of all robots and are modifications of standard sampling-based planners where we introduce the required changes to work in our multi-modal, multi-robot, multi-goal setting. We validate the planners on a diverse range of problems including scenarios with various robots, planning horizons, and collaborative tasks such as handovers, and compare the planners against a suboptimal prioritized planner.
Videos and code for the planners and the benchmark is available at https://github.com/vhartman/multirobot-pathplanning-benchmark.
Submission Number: 20
Loading