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
If you want to install from source package on Windows, you need to build OpenRTM-aist-Python yourself.
Build environment
The following tools are required:Install it as described in the following.
Python
Requires Python 2.7 (or 3.6, 3.7). Please get the latest one from the following site and install it.
In the following explanation, the following settings are required when installing Python. (Others are the default settings of the installer.)
omniORBpy
OpenRTM-aist-Python build requires an omniORBpy library. omniORBpy can obtain the necessary files from the links below.
We recommend that you use the latest version of the openrtm.org site file (currently 4.2.3) unless you have a specific reason to do so. There are multiple files, but the meanings of the file names are as follows. Select the file to be used according to the description.
The format of the file name is as follows.
omniORB-X.Y.Z-{win32|x64}-{vc100|vc110|vc120|vc140}-{py27|py36|py37}. zip
here,If you use omniORB 4.2.3 in 64bit Python 3.7 environment, download omniORB-4.2.3-x64-vc140-py37.zip.
How to install omniORB files
When the downloaded ZIP file is expanded, the following directory tree is expanded. Copy the files under each directory to the Python directory according to the instructions below.
In the following, I used x.y. for the version of the using omniORBpy and X.Y for the version of the using Python.
Doxygen
Download and execute the Windows version binary executable file from the web page.
Get source package
First, download the source code file OpenRTM-aist-Python-1.2.x.zip from the link below and extract it to an appropriate directory.
Build
Start the command prompt, move to the directory where the source code was extracted earlier, and build with the following command.
Install
If everything is Ok for the builds, complete the installation with the following command:
This completes the installation of OpenRTM-aist.