日本フィジカルAI新聞

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

週刊ニュースレター購読
プログラム生成/シミュレーションarXiv:2608.21417v1

モデルコンテキストプロトコルによる検索基盤ロボットプログラム生成とシミュレーションに基づく修正

Retrieval-grounded robot program generation and simulation-based correction via Model Context Protocol

シェア:XThreadsFacebookLINEはてブBluesky

自然言語のタスク記述からABB RAPIDロボットプログラムを生成し、検索拡張生成とRobotStudioシミュレーションを組み合わせて自動修正するワークフローを提案した論文。

著者: Zhichao Zhou, Siyuan Chen, Omkar Salunkhe, Ebru Turanoglu Bekar, Johan Stahre, Anders Skoogh

分類: cs.AI, cs.RO

原文アブストラクト

Flexible manufacturing requires industrial robots to be reprogrammed rapidly as product variants change. This paper presents a language-model-based workflow that generates, validates, and iteratively corrects ABB RAPID robot programs from natural language task descriptions. A dual-stream retrieval-augmented generation (RAG) pipeline grounds code generation in verified technical documentation and production templates, reducing domain-specific errors produced by ungrounded language models. A custom Model Context Protocol (MCP) server connects the language-model client directly to ABB RobotStudio for automated code upload, simulation execution, and diagnostic feedback. The evaluation combines a 30-query retrieval benchmark, scoped code-generation checks, and RobotStudio case studies in a simulated pickand- place manufacturing cell. The simulation loop exposes execution failures that static and semantic checks alone cannot catch, including suction release-height errors, unreachable placement targets, and configuration-dependent recovery motions. The results show how RAG and MCP can connect grounded code generation with executable feedback from industrial robot simulation software, while reducing but not eliminating expert setup and final supervision.