paper-with-me

홈 › Papers

Compositional Coordination for Multi-Robot Teams with Large Language Models

2025-07-21 · Zhehui Huang, Guangyao Shi, Yuwei Wu, Vijay Kumar, Gaurav S. Sukhatme arxiv

Multi-robot coordination has traditionally relied on a mission-specific and expert-driven pipeline, where natural language mission descriptions are manually translated by domain experts into mathematical formulation, algorithm design, and executable code. This conventional process is labor-intensive, inaccessible to non-experts, and inflexible to changes in mission requirements. Here, we propose LAN2CB (Language to Collective Behavior), a novel framework that leverages large language models (LLMs) to streamline and generalize the multi-robot coordination pipeline. LAN2CB transforms natural language (NL) mission descriptions into executable Python code for multi-robot systems through two core modules: (1) Mission Analysis, which parses mission descriptions into behavior trees, and (2) Code Generation, which leverages the behavior tree and a structured knowledge base to generate robot control code. We further introduce a dataset of natural language mission descriptions to support development and benchmarking. Experiments in both simulation and real-world environments demonstrate that LAN2CB enables robust and flexible multi-robot coordination from natural language, significantly reducing manual engineering effort and supporting broad generalization across diverse mission types. Website: https://sites.google.com/view/lan-cb

📄 PDF Abstract BibTeX arXiv:2507.16068

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

PIP-LLM: Integrating PDDL-Integer Programming with LLMs for Coordinating Multi-Robot Teams Using Natural Language

2025-10-26 · Guangyao Shi, Yuwei Wu, Vijay Kumar, Gaurav S. Sukhatme arxiv

Enabling robot teams to execute natural language commands requires translating high-level instructions into feasible, efficient multi-robot plans. While Large Language Models (LLMs) combined with Planning Domain Descript…

IndoorR2X: Indoor Robot-to-Everything Coordination with LLM-Driven Planning

2026-03-20 · Fan Yang, Soumya Teotia, Shaunak A. Mehta, Prajit KrisshnaKumar 외 arxiv

Although robot-to-robot (R2R) communication improves indoor scene understanding beyond what a single robot can achieve, R2R alone cannot overcome partial observability without substantial exploration overhead or scaling …

Robot Task PlanningScene Understanding

Greedy Perspectives: Multi-Drone View Planning for Collaborative Perception in Cluttered Environments

2023-10-16 · Krishna Suresh, Aditya Rauniyar, Micah Corah, Sebastian Scherer

Deployment of teams of aerial robots could enable large-scale filming of dynamic groups of people (actors) in complex environments for applications in areas such as team sports and cinematography. Toward this end, method…

FLEET: Formal Language-Grounded Scheduling for Heterogeneous Robot Teams

2025-10-08 · Corban Rivera, Grayson Byrd, Meghan Booker, Bethany Kemp 외 arxiv

Coordinating heterogeneous robot teams from free-form natural-language instructions is hard. Language-only planners struggle with long-horizon coordination and hallucination, while purely formal methods require closed-wo…

Before Humans Join the Team: Diagnosing Coordination Failures in Healthcare Robot Team Simulation

2025-08-06 · Yuanchen Bai, Zijian Ding, Shaoyue Wen, Xiang Chang 외 arxiv

As humans move toward collaborating with coordinated robot teams, understanding how these teams coordinate and fail is essential for building trust and ensuring safety. However, exposing human collaborators to coordinati…