OpenMR: Installation

De WikiRobotics
Revisión del 09:08 8 mar 2010 de Obijuan (Discusión | contribuciones) (New page: == Linux == * Install OpenRave: [http://openrave.programmingvision.com/index.php/Installation:OpenRAVE Instructions] * Checkout the OpenMR sources: svn co http://svn.iearobotics.com/open...)

(dif) ← Revisión anterior | Revisión actual (dif) | Revisión siguiente → (dif)
Saltar a: navegación, buscar

Linux

  • Install OpenRave: Instructions
  • Checkout the OpenMR sources:
svn co http://svn.iearobotics.com/openmr/trunk  openmr
  • Change to the openmr/plugin folder:
cd openmr/plugin
  • Execute cmake:
cmake .

If you get the following error message:

"CMake Error at CMakeLists.txt:7 (message):
 could not find openrave, check for openrave-config in path
-- Configuring incomplete, errors occurred!"

make sure you have the openrave and openrave-config files in the PATH. For example, in my system i should configure the path like this:

export PATH=$PATH:/home/juan/desarrollo/openrave/localinstall/bin
  • Compile the plugin:
make
  • Install the plugin:
make install

Now, the libopenmr.so will be installed in the openrave plugins directory. The plugin is ready for use