software:uima:setup:hydro
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
software:uima:setup:hydro [2014/10/27 18:36] – [Standard libraries] balintbe | software:uima:setup:hydro [2016/05/19 09:19] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
===== Set up ROS ===== | ===== Set up ROS ===== | ||
- | |||
- | **INCOMPLETE - SETUP MIGHT FAIL** | ||
Recommended operating system is Ubuntu 12.04 LTS 64bit or 14.04 LTS 64bit. | Recommended operating system is Ubuntu 12.04 LTS 64bit or 14.04 LTS 64bit. | ||
Line 9: | Line 7: | ||
====== Installing RoboSherlock ====== | ====== Installing RoboSherlock ====== | ||
- | Last Update: | + | Last Update: |
- | Tested on: Ubuntu 12.04 with ROS Hydro | + | Tested on: Ubuntu 12.04 with ROS Hydro and 14.04 with ROS Indigo |
==== Standard libraries ==== | ==== Standard libraries ==== | ||
Line 17: | Line 15: | ||
First of all install some standard libraries | First of all install some standard libraries | ||
- | sudo apt-get install automake libxerces-c-dev libicu-dev openjdk-7-jdk libapr1-dev libgphoto2-2-dev mongodb libhdf5-serial-dev | + | sudo apt-get install automake libxerces-c-dev libicu-dev openjdk-7-jdk libapr1-dev libgphoto2-2-dev mongodb libhdf5-serial-dev |
| | ||
Install the necessary ros packages.\\ | Install the necessary ros packages.\\ | ||
ROS Hydro: | ROS Hydro: | ||
- | sudo apt get install ros-hydro-openni-camera ros-hydro-openni-launch ros-hydro-rosjava | + | sudo apt-get install ros-hydro-openni-camera ros-hydro-openni-launch ros-hydro-rosjava |
ROS Indigo: | ROS Indigo: | ||
- | sudo apt-get install ros-indigo-openni-camera ros-indigo-openni-launch | + | sudo apt-get install ros-indigo-openni-camera ros-indigo-openni-launch |
**NOTE:** For ROS Indigo there is no released rojava package at the moment. You can install it from source following these instructions: | **NOTE:** For ROS Indigo there is no released rojava package at the moment. You can install it from source following these instructions: | ||
Line 56: | Line 54: | ||
svn co https:// | svn co https:// | ||
- | uimacpp will look for libapr-1.0.so which isn't there in Ubuntu, so we need to create a symlink to that: | + | **12.04: |
cd /usr/lib | cd /usr/lib | ||
sudo ln -s libapr-1.so libapr-1.0.so | sudo ln -s libapr-1.so libapr-1.0.so | ||
- | Note: recent trunk seems to have a different build system | + | **14.04:** uimacpp is old :(...sadly it looks only for old apr versions so we need to patch it. {{: |
cd $TRD_PARTY_WORKSPACE/ | cd $TRD_PARTY_WORKSPACE/ | ||
Line 97: | Line 96: | ||
git clone git@github.com: | git clone git@github.com: | ||
git clone git@github.com: | git clone git@github.com: | ||
- | git clone git@github.com: | ||
Now call | Now call |
software/uima/setup/hydro.1414434962.txt.gz · Last modified: 2016/05/19 09:18 (external edit)