This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
robotsoftware:mobotware:mobotwareinstall [2012/09/26 20:31] claes [Install MobotWare] |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Install MobotWare ===== | ||
- | First follow this instruktion: | ||
- | [[mobot> | ||
- | |||
- | If you have Ubuntu 12.04 and ROS Fuerte you need a | ||
- | / | ||
- | like this | ||
- | <code bash> | ||
- | # Package Information for pkg-config | ||
- | |||
- | prefix=/usr | ||
- | exec_prefix=${prefix} | ||
- | libdir=${exec_prefix}/ | ||
- | includedir_old=${prefix}/ | ||
- | includedir_new=${prefix}/ | ||
- | includedir_ros=/ | ||
- | |||
- | Name: OpenCV | ||
- | Description: | ||
- | Version: 2.3.1 | ||
- | # | ||
- | Libs: -lopencv_contrib -lopencv_legacy -lopencv_objdetect -lopencv_calib3d \ | ||
- | | ||
- | | ||
- | Cflags: -I${includedir_old} -I${includedir_new} -I${includedir_ros} | ||
- | </ | ||
- | |||
- | Then do the following steps to compile and install the entire package: | ||
- | ==== MRC ==== | ||
- | deprecated | ||
- | < | ||
- | |||
- | ==== RHD ==== | ||
- | If you have problems with compiling RHD because of RTAI [[robotsoftware: | ||
- | |||
- | === Stage 2.1 === | ||
- | |||
- | Download stage 2.1.0 | ||
- | Install stage 2.1 | ||
- | ./configure | ||
- | sudo make install | ||
- | |||
- | make the following change in makefile for simstage211 | ||
- | #INC = -I../ | ||
- | #Fix made for bug in 11.04 be awere if the bug is fixed!! | ||
- | INC = -I../ | ||
- | The | ||
- | i386-linux-gnu | ||
- | library depends on the installation and the hardware on the pc where you try to install MobotWare | ||
- | |||
- | === Stage 3 === | ||
- | |||
- | Not working yet | ||
- | |||
- | install libfltk and libfltk-dev | ||
- | make the folloing changes in simstage3/ | ||
- | |||
- | line 38-42 | ||
- | # The top-level source directory on which CMake was run. | ||
- | CMAKE_SOURCE_DIR = / | ||
- | |||
- | # The top-level build directory on which CMake was run. | ||
- | CMAKE_BINARY_DIR = / | ||
- | |||
- | line 110, 140, 142 | ||
- | |||