Download
latest Releases : 2.0.0-RELESE
2.0.0-RELESE | Download page |
Number of Projects
RT-Component | 152 |
RT-Middleware | 33 |
Tools | 22 |
Documentation | 2 |
Choreonoid
Motion editor/Dynamics simulator
OpenHRP3
Dynamics simulator
OpenRTP
Integrated Development Platform
AIST RTC collection
RT-Components collection by AIST
TORK
Tokyo Opensource Robotics Association
DAQ-Middleware
Middleware for DAQ (Data Aquisition) by KEK
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.