ダウンロード
最新バージョン : 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集
東京オープンソースロボティクス協会
RPM packages for installing the Python edition of OpenRTM-aist on Vine Linux are available. The supported Vine Linux versions are listed on the download page. The Vine Linux versions may change without notice.
There are two methods available for installing:
Vine Linux installer script
Download the pkg_install_python_vine.sh install script provided on the download page of openrtm.org and execute it with root permissions. This script will install the necessary dependencies using apt-get.
Installing all the packages needed for development with OpenRTM-aist takes some work. For new users, using the install script is recommended. However, this will install all packages used by OpenRTM-aist, even though you may not need them. Expert users should consider installing manually using apt-get or synaptic.
Follow these steps to use the install script.
Using apt-get
Edit sources.list
Openrtm.org provides a package repository for use with apt-get. This is not included in the default package repository, so it must be added to the apt-get settings by hand. Add the following line to the file /etc/apt/sources.list (root permissions will be required):
Replace x.x with your Vine Linux version. For example, use 5.0 for Vine 5.0:
Next, run these commands to install OpenRTM-aist.
Answer y or Y to the questions to proceed. You can replace the apt-get command with the synaptic command.
Confirm installation
Check the install was successful using the following command.
Package details
The packages contain the following files.
OpenRTM-aist-Python
OpenRTM-aist-Python includes the Python modules and several commands.
OpenRTM-aist-Python-example
OpenRTM-aist-Python-example contains sample components.
When installation is finished, proceed to operation check.