openrave.org

 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義 グループ ページ
Module Concepts

Reference: OpenRAVE::ModuleBase

Base class for modules the user might want to instantiate. A module registers itself with OpenRAVE's SimulateStep calls and can accept commands from the server or other plugins via SendCommand. A module stops receiving commands when it is destroyed. Modules are an easy way for developers to run and test their own code.