ダウンロード
最新バージョン : 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集
東京オープンソースロボティクス協会
There are two methods of installation available:
Vine Linux batch installation script
Download the installation script pkg_install [version number] _vine.sh provided by openrtm.org from the download page and execute it with root privilege. This script installs required packages sequentially with apt-get.
It is very convenient because it installs all necessary packages for developing and executing OpenRTM-aist. It is recommended for those who try installing OpenRTM-aist for the first time. However, since all the packages related to OpenRTM - aist are installed, there is a possibility that even unnecessary ones are installed. If you know more, you should install it manually. Below is the installation procedure using the batch installation script.
Using rpm
Editing sources.list
A package repository that can be used from apt-get is provided by openrtm.org. This is not included in the default package repositories, so it must be entered into the apt-get settings manually. Append one of the following lines to the file /etc/apt/sources.list:
where "x.x" is the Vine version number, e.g. 5.0 for Vine 5.0.
After editing sources.list, follow the procedure given below to install.
Answer "y" or "Y" to questions as appopriate.
Checking the install
To confirm the installation succeeded, use the following command.
Package details
OpenRTM-aist
openrtm-aistcontains the run-time libraries and commands.
OpenRTM-aist-devel
openrtm-aist-dev contains the commands and headers necessary for development with OpenRTM-aist.
OpenRTM-aist-doc
openrtm-aist-doc contains the class reference and IDL interfaces reference.
OpenRTM-aist-example
openrtm-aist-example contains standalone and loadable sample RT Components and their source files.