Daily Arxiv

This page organizes papers related to artificial intelligence published around the world.
This page is summarized using Google Gemini and is operated on a non-profit basis.
The copyright of the paper belongs to the author and the relevant institution. When sharing, simply cite the source.

LLM-MCoX: Large Language Model-based Multi-robot Coordinated Exploration and Search

Created by
  • Haebom

Author

Ruiyang Wang, Hao-Lun Hsu, David Hunt, Shaocheng Luo, Jiwoo Kim, Miroslav Pajic

LLM-MCoX: LLM-based multi-robot collaborative exploration and search

Outline

This paper proposes LLM-MCoX (LLM-based Multi-robot Coordinated Exploration and Search), a novel framework that leverages Large Language Models (LLMs) to address the challenges of autonomous navigation and object retrieval in unknown indoor environments for multi-robot systems (MRSs). This framework combines LiDAR scan processing, omnidirectional cluster extraction, doorway detection, and multimodal LLM (e.g., GPT-4o) inference to generate coordinated waypoint assignments based on a shared environment map and robot states. LLM-MCoX outperforms existing greedy and Voronoi-based planners. Specifically, it reduces navigation time by 22.7% and improves search efficiency by 50% in a large-scale environment with six robots. Furthermore, LLM-MCoX enables natural language-based object retrieval, enabling human operators to provide high-level semantic guidance that traditional algorithms cannot interpret.

Takeaways, Limitations

Takeaways:
Efficiently coordinating multi-robot navigation and object retrieval tasks using LLM.
Improved search time and search efficiency compared to existing methodologies.
Support for natural language-based object search function.
Applicable to various types of robot teams (homogeneous, heterogeneous).
Limitations:
The specific Limitations is not presented in the paper. (Only the abstract of the paper is available.)
👍