software:uima:setup:groovy
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
software:uima:setup:groovy [2013/07/22 12:32] – [The IAS UIMA Repository] balintbe | software: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 '' | Install ROS Groovy (see '' | ||
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 {{: | ||
- | |||
- | If '' | ||
- | |||
- | source ./ | ||
- | | ||
- | 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 | + | ====== Installing RoboSherlock ====== |
Last Update: May 15th, 2013 | Last Update: May 15th, 2013 | ||
Line 22: | Line 16: | ||
==== Standard libraries and PCL ==== | ==== Standard libraries and PCL ==== | ||
- | First of all install some standard libraries and PCL | + | First of all install some standard libraries and PCL trunk |
sudo apt-get install libicu-dev libxerces-c-dev openjdk-7-jdk libapr1-dev ros-groovy-pcl ros-groovy-openni-camera ros-groovy-openni-launch | sudo apt-get install libicu-dev libxerces-c-dev openjdk-7-jdk libapr1-dev ros-groovy-pcl ros-groovy-openni-camera ros-groovy-openni-launch | ||
+ | |||
+ | For using pcl trunk with groovy see: | ||
+ | http:// | ||
+ | |||
+ | **Note:** you need to enable the //RSD// feature from the features submodule in pcl. To do this go to pcl root directory cd to features and edit the // | ||
==== Installation location ==== | ==== Installation location ==== | ||
Line 43: | Line 41: | ||
export PATH=$UIMACPP_HOME/ | export PATH=$UIMACPP_HOME/ | ||
export LD_LIBRARY_PATH=$UIMACPP_HOME/ | export LD_LIBRARY_PATH=$UIMACPP_HOME/ | ||
- | export CLASSPATH=$UIMA_WORKSPACE/ | + | export CLASSPATH=$UIMA_WORKSPACE/ |
| | ||
export APR_HOME=/ | export APR_HOME=/ | ||
export ICU_HOME=/ | export ICU_HOME=/ | ||
export XERCES_HOME=/ | export XERCES_HOME=/ | ||
- | + | | |
- | Depending on your OS replace ARCH by amd64 or i386 | + | export JAVA_HOME=/ |
- | | + | |
- | export JAVA_HOME=/ | + | |
export JAVA_INCLUDE=$JAVA_HOME/ | export JAVA_INCLUDE=$JAVA_HOME/ | ||
Line 88: | 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:// | [[http:// | ||
Line 102: | Line 99: | ||
env.SharedLibrary(' | env.SharedLibrary(' | ||
| | ||
- | Now '' | + | Add the env variables for mongo to your '' |
+ | |||
export MONGODBCLIENT_HOME=$UIMA_WORKSPACE/ | export MONGODBCLIENT_HOME=$UIMA_WORKSPACE/ | ||
export MONGODBCLIENT_HOME_INCLUDE=$MONGODBCLIENT_HOME/ | export MONGODBCLIENT_HOME_INCLUDE=$MONGODBCLIENT_HOME/ | ||
export LD_LIBRARY_PATH=$MONGODBCLIENT_HOME: | export LD_LIBRARY_PATH=$MONGODBCLIENT_HOME: | ||
- | to your '' | + | Now '' |
==== 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 128: | Line 125: | ||
| | ||
Check out rosjava_core to your catkin ws: | Check out rosjava_core to your catkin ws: | ||
- | git clone git@github.com: | + | git clone git@github.com: |
Details on how to make the project are here: | Details on how to make the project are here: | ||
- | http:// | + | http:// |
Line 167: | Line 164: | ||
===== Known Issues ===== | ===== Known Issues ===== | ||
- | FeatureClassifierAnnotator does not work if you link it to //plc_io or pcl_visualizer// | + | FeatureClassifierAnnotator does not work if you link it to //plc_io or pcl_visualizer// |
software/uima/setup/groovy.1374496376.txt.gz · Last modified: 2016/05/19 09:18 (external edit)