Download
latest Releases : 2.0.0-RELESE
2.0.0-RELESE | Download page |
Number of Projects
RT-Component | 153.5 |
RT-Middleware | 35 |
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
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.