Download
latest Releases : 2.0.0-RELESE
2.0.0-RELESE | Download page |
Number of Projects
RT-Component | 154.5 |
RT-Middleware | 35 |
Tools | 23 |
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
Supported version
The version of Raspbian for which packages are currently available is
SD card preparation
It is convenient to use Raspberry Pi Imager, a tool that can be downloaded from the official website, to write the OS image.
You can download and write by selecting the following.https://www.raspberrypi.com/software/
Changes in 2.0 series
C++ can coexist in 1.2 series and 2.0 series. However, 1.2 series can only be installed on Buster(32bit).
With this support, the following changes have been made regarding installation.
Installation script (both 1.2 series and 2.0 series) supports batch processing from download to installation.
Bulk installation script
To install 2.0 series, paste the following into the shell prompt and execute it. C ++ version, Python version, Java version, rtshell, JDK8(32-bit environment only) will be installed. Scripts are not saved locally.※In a 32-bit environment, even if multiple versions of Java are installed when executing a script, it will switch to using Java8.
※See below for 64-bit environments.
This will install the following packages: (For 32bit version)
The package details
The contents of each package are as follows.
openrtm2
openrtm2 contains a runtime library and a set of commands.
openrtm2-dev
contains the commands and headers needed for development.
openrtm2-idl
openrtm2-example
contains samples for standalone RTC and loadable RTC respectively.
openrtm2-doc
contains Japanese and English class references and IDL interface definition references.
openrtm2-python3
openrtm2-python3-example
openrtm2-python3-doc
Install English/Japanese class reference.
openrtm2-java
openrtm2-java-example
Java版サンプルRTC、Classファイル、ソースファイル、起動スクリプト