arXiv論文メモ
新着一覧
cs.RO · 査読状況未確認

地図と目印をAIへ渡しロボットの移動先を選ばせる

Spatial and Semantic Reasoning for LLM-Driven Robot Navigation via MCP

Jungsoo Lee, Jaegyun Park and Wansoo Kim

この論文をやさしく読む

ひとことで言うと

ロボットの地図と観測を言語モデルが使いやすい形に変え、自然言語で移動先を選ぶ仕組みです。

何に役立つ?

既存のROSナビゲーションへ言語モデルをつなぐ際、地図や目印を共通ツールとして渡す設計に役立つ。

この研究の面白いところ

占有格子を姿勢と距離を持つ画像へ変え、MCPのツールを通じて複数の言語モデルから再利用できるようにした。

どこまで分かった?

地図被覆率97%超と移動先選択はシミュレーションの屋内環境での結果。実機や屋外での性能は要旨にない。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

大規模言語モデルはロボットの自然言語インターフェースとして使われ始めているが、Robot Operating System(ROS)に基づくナビゲーションとの統合には二つの隔たりがある。まず、占有格子のような移動用データは生の幾何学メッセージとして表され、言語モデルが空間や意味の文脈として直接利用しにくい。また、言語モデルで動く機能を追加するには独自の包み込み処理やロボット固有の接続が必要になり、システム間で再利用しにくい。著者らは、既存のROSナビゲーション構成を変更せず、移動用の表現層を介して言語モデルの推論を結び付ける枠組みを提案する。この表現層をModel Context Protocol(MCP)の標準化された再利用可能なツールとして公開し、MCP対応の言語モデルがロボット固有の包み込み処理なしに使えるようにする。視覚地図モジュールは占有格子を距離尺度と姿勢情報を持つ画像へ変換し、目標についての推論に使う。意味注釈モジュールは、経由点ごとの観測をロボットの姿勢とともに記録する。自律的な地図作成、空間的推論に基づく移動、意味的推論に基づく移動という三つの課題で評価した。シミュレーションの屋内環境では、評価した言語モデルがこれらの表現を使い、地図の被覆率97%超を達成し、自然言語の指示から空間的または意味的な移動先を選べた。既存のROSナビゲーション構成を変更せずに、表現の仲介によって言語モデルを使った移動ができることを示した。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-23(UTC)
最新改訂
2026-09-23 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

Large language models (LLMs) are increasingly used as natural-language interfaces for robotic systems, yet their integration with Robot Operating System (ROS)-based navigation remains limited by two gaps. First, navigation data such as occupancy grids are represented as raw geometric messages that are difficult for LLMs to use directly as spatial or semantic context. Second, adding LLM-driven capabilities often requires custom wrappers or robot-specific interfaces, limiting reuse across systems. To address these challenges, we propose a non-invasive framework that connects LLM reasoning with ROS-based navigation through a navigation-oriented representation layer, exposed through the Model Context Protocol (MCP) as standardized, reusable tools so that any MCP-compatible LLM can access them without robot-specific wrappers. The visual map modules transform occupancy grids into metric, pose-aware images for goal reasoning, while the semantic annotation modules record waypoint-level observations with robot poses. We evaluate the framework on three tasks: autonomous mapping, spatial reasoning-based navigation, and semantic reasoning-based navigation. The results show that the evaluated LLM backends use these representations to achieve over 97% map coverage and select spatial or semantic navigation targets from natural-language instructions in a simulated indoor environment. This demonstrates representation-mediated LLM navigation without modifying the existing ROS navigation stack.

arXiv ID: 2609.27340 / 要約の誤りについて