Table of contentsBefore you begin* The SSE extension command is validated in the binary package of OpenHRP. It does not operate in CPU before Pentiumâ…¢,Athlon XP. Since OpenHRP is an application based on 3D Graphics, it is necessary to confirm whether your pc is aware of handling 3D Graphics properly, before you begin installation. To confirm that, open a Terminal window and run following command; $ glxinfo | grep rendering
Installing OpenHRP3 from a binary package
Distribution of the binary package by apt-get is supported after OpenHRP3.1.0. β4. Composition of a fileInstallation directories are the following composition./usr/ +- bin/ # The executable file of OpenHRP. "openhrp" is added to the head of a file name. +- include/ # The header file of an OpenHRP library +- lib/ # The OpenHRP library +- pkgconfig/ +- openhrp3.1.pc # The configuration file of pkg-config +- share/ +- OpenHRP-3.1/ +- idl/ # IDL file +- sample/ # Sample +- java/ # The jar file of GrxUI which OpenHRP offers +- plugins/ # Eclipse plug-in which OpenHRP offers +- doc/ # Document +- OpenHRP-3.1/ # A license, a history, etc. +- idl/ # Doxygen of IDL in English +- idl_jp/ # IDoxygen of IDL in Japanese +- lib/ # Doxygen of library in English +- lib_jp/ # Doxygen of library in Japanese +- ut/ # Doxygen of DynamicsSimulator of University of Tokyo in English
Since it is dependent on OpenRTM-1.1.0, it does not operate in old version. Using apt-getPlease execute the following command to install an openhr package. sudo add-apt-repository ppa:hrg/stable sudo add-apt-repository ppa:openrave/release sudo apt-get update sudo apt-get install openhrpPlease choose "Yes" or "accept", and finish installation. A check of the third party of Java$ java -versionPlease check the third party of java. If the sentence of "Java (TM) SE Runtime Enviroment" is displayed jre of Sun is effective. If the sentence of OpenJDK Runtime Environment" is displayed jre of OpenJDK is effective. Please check that Sun or OpenJDK is effective, then continue Installation of Eclipse and GrxUI plug-in. If it is not displayed, please execute the following command. $ sudo update-java-alternatives -s java-6-sunor $ sudo update-java-alternatives -s java-6-openjdk Installation of Eclipse and GrxUI plug-inGrxUI is plug-in of Eclipse. The present version corresponds to Eclipse3.4.We prepared the package which all contains required plug-in. Please download Eclipse all-in-one package from "download" page and extract it. tar xzvf eclipse342_hrpdependencies_linux_en_20120220.tar.gzPlease copy all the jar files in /usr/share/OpenHRP-3.1-/java/plugins/ directory to the plugins directory of Eclipse. For example, when a current directory is an eclipse directory, please execute the following command. $ cp /usr/share/OpenHRP-3.1/java/plugins/*.jar plugins/ Installation is completion now. The next is Starting and initial setting of GrxUI. |