ダウンロード
最新バージョン : 2.1.0-RELESE
| 2.1.0-RELESE | ダウンロードページ |
OpenRTM@Github
OpenRTM-aist GitHubサイト
ROS
Robot Operating System
Choreonoid
モーションエディタ/シミュレータ
DAQ-Middleware
ネットワーク分散環境でデータ収集用ソフトウェアを容易に構築するためのソフトウェア・フレームワーク
産総研が提供するRTC集
東京オープンソースロボティクス協会
| 2.1.0-RELESE | ダウンロードページ |
OpenRTM-aist GitHubサイト
Robot Operating System
モーションエディタ/シミュレータ
ネットワーク分散環境でデータ収集用ソフトウェアを容易に構築するためのソフトウェア・フレームワーク
産総研が提供するRTC集
東京オープンソースロボティクス協会
1. Download & Install
Before installing OpenRTM-aist Java version, you must install JDK6. You can download installer from Oracle Download Site.
1.1 Windows
For Windows users, the binary installer can be downloaded from Download Page.
The installer installs "Jar files" and sets an environmental variable "RTM_JAVA_ROOT". However, if you want to develop your own RT-component, the Java version is not enough because the IDL files which defines data types are not installed.
Please install C++ version binary using installer which is downloaded from Download page.
1.2 Linux
At first, installing C++ version is strongly recommended because the IDL files which defines data types are not installed with the following procedure.
Please follow this document (C++ version install).
Then, please download ZIP archive that includes Jar files from Download Page.
Then, extract archive
You can find OpenRTM-aist directory is automatically created. The OpenRTM-aist directory has following directory tree:
OpenRTM-aist + 1.1 + JavaDoc + JavaDocEn + examples + jarWe need to place jar directory in a comprehensive directory. In this tutorial, "/usr/share/openrtm-1.1-jar" directory is used.
We also need to set environmental variable "RTM_JAVA_ROOT"
Please add following command in ~/.bashrc
% source ~/.bashrc
2. Eclipse Tools
Developers are recommended to use All-In-One Eclipse that provides "RT System Editor" and "RTC Builder". Please download from Download Page.
You do not have to launch installer. Just extract the archive file, and place it in your favorite directory.
Documentation: