openrave.org

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

Building

All C++ examples are stored in $OPENRAVE_SHARE_DIR/cppexamples. Use the CMakeLists.txt file to build the examples by:

mkdir cppexamplesbuild
cd cppexamplesbuild
cmake `openrave-config --share-dir`/cppexamples
make

OpenRAVE Installations

Examples Plugins

Examples loading the OpenRAVE core:

Linking with Other Libraries