User Tools

Site Tools


software:uima:setup:groovy

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:uima:setup:groovy [2013/07/22 12:41] – [Standard libraries and PCL] balintbesoftware:uima:setup:groovy [2016/05/19 09:19] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ===== Set up ROS ===== ===== Set up ROS =====
 +
 +Recommended operating system is Ubuntu 12.04 LTS 64bit.
  
 Install ROS Groovy (see ''http://www.ros.org/wiki/groovy/Installation/Ubuntu''): Install ROS Groovy (see ''http://www.ros.org/wiki/groovy/Installation/Ubuntu''):
Line 5: Line 7:
   sudo apt-get install ros-groovy-desktop-full   sudo apt-get install ros-groovy-desktop-full
      
-====== Installing RoboSherlock (using the install script) ====== 
-Download {{:software:uima:setup:uima_setup.tar.gz|UIMA Install Script}} and untar. 
- 
-If ''install_uima.sh'' is not executable add x flag (''chmod +x install_uima.sh'') and afterwards call 
- 
-  source ./install_uima.sh 
-   
-That will install RoboSherlock into your ROS Workspace (which means you need to have ROS installed and $ROS_WORKSPACE defined) and create an eclipse project in which you can develop your annotators etc. 
  
-====== Installing RoboSherlock (manually) ======+====== Installing RoboSherlock ======
  
 Last Update: May 15th, 2013 Last Update: May 15th, 2013
Line 47: Line 41:
   export PATH=$UIMACPP_HOME/bin:$UIMA_WORKSPACE/apache-uima/bin:$PATH   export PATH=$UIMACPP_HOME/bin:$UIMA_WORKSPACE/apache-uima/bin:$PATH
   export LD_LIBRARY_PATH=$UIMACPP_HOME/lib:$UIMA_WORKSPACE/iai-uima/ias-uima-cpp/lib:$LD_LIBRARY_PATH   export LD_LIBRARY_PATH=$UIMACPP_HOME/lib:$UIMA_WORKSPACE/iai-uima/ias-uima-cpp/lib:$LD_LIBRARY_PATH
-  export CLASSPATH=$UIMA_WORKSPACE/iai-uima/ias-uima-java/build+  export CLASSPATH=$UIMA_WORKSPACE/iai-uima/ias_uima_rosjava/build/classes/main
      
   export APR_HOME=/usr   export APR_HOME=/usr
   export ICU_HOME=/usr   export ICU_HOME=/usr
   export XERCES_HOME=/usr     export XERCES_HOME=/usr  
-   +     
-Depending on your OS replace ARCH by amd64 or i386 +  export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
-   +
-  export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-ARCH+
   export JAVA_INCLUDE=$JAVA_HOME/include   export JAVA_INCLUDE=$JAVA_HOME/include
  
Line 92: Line 84:
 ==== Set up MongoDB ==== ==== Set up MongoDB ====
  
 +(Might not be needed)
 Get the server (vs. 2.4.5 64bit). See:  Get the server (vs. 2.4.5 64bit). See: 
 [[http://www.mongodb.org/downloads]] [[http://www.mongodb.org/downloads]]
Line 106: Line 99:
   env.SharedLibrary('mongoclient', clientSource),   env.SharedLibrary('mongoclient', clientSource),
      
-Now ''cd'' to ''MONGODBCLIENT_HOME'', call ''scons'' and finally add +Add the env variables for mongo to your ''.bashrc''. Remember to source your newly edited bashrc file. 
 +  
   export MONGODBCLIENT_HOME=$UIMA_WORKSPACE/mongo-cxx-driver-v2.2/   export MONGODBCLIENT_HOME=$UIMA_WORKSPACE/mongo-cxx-driver-v2.2/
   export MONGODBCLIENT_HOME_INCLUDE=$MONGODBCLIENT_HOME/src   export MONGODBCLIENT_HOME_INCLUDE=$MONGODBCLIENT_HOME/src
   export LD_LIBRARY_PATH=$MONGODBCLIENT_HOME:$LD_LIBRARY_PATH   export LD_LIBRARY_PATH=$MONGODBCLIENT_HOME:$LD_LIBRARY_PATH
  
-to your ''.bashrc''.+Now ''cd'' to ''MONGODBCLIENT_HOME'', call ''scons''
 ==== The IAS UIMA Repository ==== ==== The IAS UIMA Repository ====
 Get the IAS UIMA Repository. Check out code and submodules: Get the IAS UIMA Repository. Check out code and submodules:
Line 132: Line 125:
      
 Check out rosjava_core to your catkin ws: Check out rosjava_core to your catkin ws:
-  git clone git@github.com:rosjava/rosjava_core.git+  git clone git@github.com:rosjava/rosjava_core.git -b groovy-devel
 Details on how to make the project are here: Details on how to make the project are here:
-  http://docs.rosjava.googlecode.com/hg/rosjava_core/html/index.html    +  http://docs.rosjava.googlecode.com/hg/rosjava_core/html/index.html
  
  
Line 171: Line 164:
 ===== Known Issues ===== ===== Known Issues =====
  
-FeatureClassifierAnnotator does not work if you link it to //plc_io or pcl_visualizer//. This is due to the incompatibility of the native //hdf5// library that comes with ubuntu and the one used by the //icf// package+FeatureClassifierAnnotator does not work if you link it to //plc_io or pcl_visualizer//. This is due to the incompatibility of the native //hdf5// library that comes with Ubuntu and the one used by the //icf// package
software/uima/setup/groovy.1374496894.txt.gz · Last modified: 2016/05/19 09:18 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki