日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
arXiv:2510.10379

RobotFleet: An Open-Source Framework for Centralized Multi-Robot Task Planning

RobotFleet: An Open-Source Framework for Centralized Multi-Robot Task Planning

シェア:XThreadsFacebookLINEはてブBluesky

著者: Rohan Gupta, Trevor Asbery, Zain Merchant, Abrar Anwar, Jesse Thomason

分類: cs.RO, cs.AI, cs.MA

原文アブストラクト

Coordinating heterogeneous robot fleets to achieve multiple goals is challenging in multi-robot systems. We introduce an open-source and extensible framework for centralized multi-robot task planning and scheduling that leverages LLMs to enable fleets of heterogeneous robots to accomplish multiple tasks. RobotFleet provides abstractions for planning, scheduling, and execution across robots deployed as containerized services to simplify fleet scaling and management. The framework maintains a shared declarative world state and two-way communication for task execution and replanning. By modularizing each layer of the autonomy stack and using LLMs for open-world reasoning, RobotFleet lowers the barrier to building scalable multi-robot systems. The code can be found here: https://github.com/therohangupta/robot-fleet.