Tutorial: Setup the developmental environment of OpenRTM-aist (Java)

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

$ unzip OpenRTM-aist-Java-1.1.0-RC1-jar.zip

You can find OpenRTM-aist directory is automatically created. The OpenRTM-aist directory has following directory tree:

OpenRTM-aist
 + 1.1
    + JavaDoc
    + JavaDocEn
    + examples
    + jar

We need to place jar directory in a comprehensive directory. In this tutorial, "/usr/share/openrtm-1.1-jar" directory is used.

% sudo mv -R OpenRTM-aist/1.1 /usr/share/openrtm-1.1-jar

We also need to set environmental variable "RTM_JAVA_ROOT"

Please add following command in ~/.bashrc

% echo "export RTM_JAVA_ROOT=/usr/share/openrtm-1.1-jar/jar" >> ~/.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.


Prev Up >> Next

Documentation:

ダウンロード

最新バージョン : 2.1.0-RELESE

統計

Webサイト統計
ユーザ数:3399
プロジェクト統計
RTコンポーネント309
RTミドルウエア35
ツール25
文書・仕様書2

OpenRTM@Github

OpenRTM-aist GitHubサイト

ROS

Robot Operating System

Choreonoid

モーションエディタ/シミュレータ

DAQ-Middleware

ネットワーク分散環境でデータ収集用ソフトウェアを容易に構築するためのソフトウェア・フレームワーク

産総研が提供するRTC集

東京オープンソースロボティクス協会