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
OpenRTM-aist version 1.2.0 or later, batch installation script is scheduled to be supported.
There are two types of installation methods in Fedora Linux roughly divided as follows.Bulk installation script
Download the installation script pkg_install_fedora.sh provided by openrtm.org from the download page and execute it with root privilege. This script installs required packages sequentially with yum.
It is very convenient because it installs all necessary packages for developing and executing OpenRTM-aist. By specifying the option, it is now possible to install the package according to the purpose, so it is also recommended for those who try to install OpenRTM - aist for the first time and compile the source.
However, since all the packages related to OpenRTM - aist are installed, there is a possibility that even unnecessary ones are installed. People who understand in detail should install it manually.
For detailed options and types of packages, please check here
Using yum
Creating /etc/yum.repos.d/openrtm.repo
A package repository that can be used from yum is provided by openrtm.org. This is not included in the default package repositories, so it must be entered into the yum settings manually. Enter the following lines to the file /etc/yum.repos.d/openrtm.repo:
Install with yum
Follow the procedure given below to install using yum. Answer the questions that are presented appropriately using "y".
Checking the install
To confirm the installation succeeded, use the following command.
Package details
The packages contain the following files.
OpenRTM-aist
openrtm-aist contains the run-time libraries and commands.
OpenRTM-aist-devel
openrtm-aist-dev contains headers and commands for developing 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.