Download
latest Releases : 2.0.0-RELESE
2.0.0-RELESE | Download page |
Number of Projects
RT-Component | 153.5 |
RT-Middleware | 34 |
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
deb packages for installing the Python edition of OpenRTM-aist on Debian GNU Linux and Ubuntu Linux are available. The supported Debian/Ubuntu versions are listed on the download page. The Debian/Ubuntu versions may change without notice.
There are two methods available for installing:
Installer script
Download the pkg_install_python_ubuntu.sh or pkg_install_python_debian.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 one of the following lines to the file "/etc/apt/sources.list" (root permissions will be required):
"(code name)" is the code name of your version of Debian or Ubuntu Linux. It must be one of the following.
Install with apt-get
Next, run these commands to install OpenRTM-aist.
Answer "y" or "Y" to the questions to proceed.
It is possible to freeze OpenRTM-aist at the installed version. To do so, edit the file "/etc/apt/preferences" and append the following lines (this example is for version 1.0):
For more details, see http://www.debian.org/doc/manuals/apt-howto/ch-apt-get.en.html#s-pin.
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.