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
Installation of OpenRTM-aist-Java
Operating condition
OpenJDK 7 or oracleJDK 7
Installation overview
The install process has three steps:
Java commands such as -java, javac will work → Java installationInstall Java
OpenRTM - aist - Java runs on JDK 7. For JDK for oracle target platform please refer to the following site etc.Execute the installer
Refer to the JDK installation hints for tips on installing Java on various distributions. The Java installer must be executed as a superuser.
※ When installing Java on Fedora Core, be aware of the following issues:
→ ''FAQ:'' Installing Java on Fedora Core
→ ''FAQ:'' Q. An error appears in RTSystemEditor NameService View on Fedora Core
Test the installation
In a terminal, execute this command to test Java. If the Java version is displayed, the installation is complete.
Download and extract the zip file
Download the jar file and samples from here. Extract the zip file into a suitable location. The extracted location does not matter, but do not change the directory structure*. The "jar" directory in the extracted location must be added to the RTM_JAVA_ROOT environment variable.
Setting environment variables
The environment variables should be changed in a file appropriate to your shell. For example, users of the bash shell should edit ".bashrc" in their home directory, while users of the csh shell should edit ".cshrc" in their home directory. If you wish to change the variable system-wide, edit the files in /etc/profile. Note that changing the variables for an individual user or system wide will affect how the GUI tools such as Eclipse should be started. See here for more information.
For example, if the bash shell is in use and OpenRTM-aist-Java has been extracted to /usr/lib, the following line can be appended to .bashrc:
To make this change active in the current shell, execute:
or open a new shell.
Zip file contents
jar
OpenRTM-aist-Java jar file and other necessary jar files.
examples
Sample class files and shell scripts to launch them.
JavaDoc
Contains the class reference as Javadoc HTML (Japanese).
JavaDocEn
Contains the class reference as Javadoc HTML (English).
Let's proceed to the confirmation so far operation check (Linux version).