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

実ロボットと仮想エージェントを共通の対話規格でつなぐOpenRoIS

OpenRoIS: A Community-Driven Open-Source Middleware Implementing the Robotic Interaction Service (RoIS) Framework for Physical Robots and Virtual Agents

Sebastian Carrera Villalobos, Christopher Nolan Arellano, Arne Hitzmann, Edilson Morais Brito, Akira Utsumi, Yukiko Horikawa, Takahiro Miyashita, Lotfi El Hafi

この論文をやさしく読む

ひとことで言うと

ロボットの機種が変わっても対話サービスを作り直しにくくするため、共通規格を実際に使えるソフトウェアと開発キットにした取り組みです。仮想エージェントも同じ窓口で扱います。

何に役立つ?

考えられる用途は、実ロボット、ウェブ、Unity、ROS 2をまたぐ対話アプリケーションの開発です。規格書だけでは足りない実装や型定義、接続部品を提供します。

この研究の面白いところ

三言語向けの型を単一の正本から生成する仕組みと、主・副エンジンを同じクラスで構成する設計を組み合わせています。外部の規格インターフェースと内部の5メソッド契約は別物として説明されています。

どこまで分かった?

要旨は設計と公開成果を述べており、開発工数削減の実測や通信性能の定量評価は記載されていません。すべてのロボットへ無調整で接続できると実証したものではありません。

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

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

人とロボットの対話のためのサービスアプリケーションは、通常、一つのプラットフォーム固有のハードウェアインターフェースに合わせて書かれる。そのため、ハードウェアを変えるとアプリケーションの書き直しが必要になる。Object Management Group(OMG)が標準化したRobotic Interaction Service(RoIS)Framework 2.0は、サービスアプリケーションが標準インターフェースとハードウェアに依存しない記号的メッセージを通じてHuman-Robot Interaction(HRI)Engineとやり取りする、プラットフォーム非依存のモデルを定め、この断片化に対処する。しかし仕様だけでは、実用的な採用に必要な、保守される実装、ソフトウェア開発キット(SDK)、アダプターは提供されない。 本論文では、RoIS Framework 2.0の具体的実装を提供する、コミュニティ主導のオープンソースミドルウェアOpenRoISを紹介する。公開された開発と、特定の開発パラダイムに偏らない実装こそが、標準を仕様から実践へ移すという立場を取る。 OpenRoISは、単一のエンジンクラスで主HRI Engineと副HRI Engineの役割を実現する再帰的エンジン構造、外部の五つのRoISインターフェースとは別の内部的な5メソッドのコンポーネント契約、それらのインターフェースをWebSocket上のJSON-RPC 2.0へ対応づける仕組みを提供する。また、単一の正本から整合した三言語のスタックを生成する型パイプライン、ウェブとUnityに対応したTypeScriptおよびC#のクライアントSDK、ROS 2対応を含むPythonアダプターSDKを提供する。共通のRoISインターフェースを通じ、サービスアプリケーションはインターネット越しに実ロボットと仮想エージェントを扱える。すべてのソースコード、インターフェース型、文書はApache-2.0ライセンスで公開され、https://openrois.org/でオープンに開発されている。

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

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

更新履歴

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

原文の要旨

Service applications for human-robot interaction are commonly written against the hardware-specific interfaces of one platform, so a change of hardware forces a rewrite of the application. The Robotic Interaction Service (RoIS) Framework 2.0, standardized by the Object Management Group (OMG), addresses this fragmentation by defining a platform-independent model in which Service Applications interact with Human-Robot Interaction (HRI) Engines through standardized interfaces and hardware-independent symbolic messages. A specification alone, however, does not provide the maintained implementation, Software Development Kits (SDKs), and adapters needed for practical adoption. This paper presents OpenRoIS, a community-driven open-source middleware providing a concrete implementation of the RoIS Framework 2.0. It takes the position that an openly developed, paradigm-neutral implementation is what carries the standard from specification to practice. OpenRoIS contributes a recursive engine architecture in which a single engine class realizes the main and sub HRI Engine roles, an internal five-method component contract distinct from the five external RoIS interfaces, a mapping of those interfaces onto JSON-RPC 2.0 over WebSocket, a single-source-of-truth type pipeline that generates three consistent language stacks, TypeScript and C# client SDKs that include web and Unity support, and a Python adapter SDK that includes ROS 2 support. Through the common RoIS interfaces, a Service Application can address physical robots and virtual agents over the internet. All source code, interface types, and documentation are released under the Apache-2.0 license and openly developed at https://openrois.org/.

著者のコメント

Submitted for presentation at the 2027 IEEE/SICE International Symposium on System Integration (SII), Kobe, Japan

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