User Tools

Site Tools


robotsoftware:mobotware:install:mobotwareinstall

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
robotsoftware:mobotware:install:mobotwareinstall [2012/09/28 13:55]
claes [RHD]
robotsoftware:mobotware:install:mobotwareinstall [2013/08/08 13:52]
claes
Line 6: Line 6:
  
 Then do the following steps to compile and install the entire package: Then do the following steps to compile and install the entire package:
 +
 +==== PCL ====
 +I am not sure why these links are missing, but test it before you start installing all the symbolic links.
 +
 +Run the following commands
 +  sudo ln -s /usr/include/eigen3/Eigen Eigen
 +  sudo ln -s /usr/include/pcl-1.6/pcl/ pcl
 +
 +  sudo mkdir /usr/include/pcl
 +  sudo mkdir /usr/include/pcl/common
 +  cd /usr/include/pcl
 +  sudo ln -s /usr/include/pcl-1.6/pcl/pcl_base.h pcl_base.h
 +  cd common
 +  sudo ln -s /usr/include/pcl-1.6/pcl/common/distances.h distances.h
 +  sudo ln -s /usr/include/pcl-1.6/pcl/common/common.h common.h
 +  sudo ln -s /usr/include/pcl-1.6/pcl/common/eigen.h eigen.h
 ==== MRC ==== ==== MRC ====
 deprecated deprecated
Line 13: Line 29:
 If you have problems with compiling RHD because of RTAI [[robotsoftware:mobotware:install:rtai|install RTAI using the instructions]] If you have problems with compiling RHD because of RTAI [[robotsoftware:mobotware:install:rtai|install RTAI using the instructions]]
  
-=== Stage 2.1 ===+=== Profibus plugin === 
 +Remove this from the make file if you dont need it. It can cause problems during compilation.
  
-Download stage 2.1.0 
-Install stage 2.1 
-./configure 
-sudo make install 
  
-make the following change in makefile for simstage211+=== Stage 2.1 === 
 +  - Download [[http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-2.24.0.tar.gz|GTK 2.24]], not 3! 
 +    - Install GTK 2.24 
 +  - Download [[http://sourceforge.net/projects/playerstage/files/Stage/2.1.0/|stage 2.1.0]] 
 +  - Install stage 2.1 
 +    - Unpack the zip file 
 +    - run <code>./configure</code> 
 +    - run <code>sudo make install</code> 
 +This should give you the files you need. 
 + 
 +Make the following change in makefile for simstage211
   #INC  = -I../../include -I../../src -I/usr/local/include/stage-2.1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    #INC  = -I../../include -I../../src -I/usr/local/include/stage-2.1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
   #Fix made for bug in 11.04 be awere if the bug is fixed!!    #Fix made for bug in 11.04 be awere if the bug is fixed!! 
Line 28: Line 51:
 library depends on the installation and the hardware on the pc where you try to install MobotWare library depends on the installation and the hardware on the pc where you try to install MobotWare
  
-=== Stage 3 === +=== Stage 3.2.2 === 
- +  Download [[http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-2.24.0.tar.gz|GTK 2.24]], not 3! 
-<note warning>Not working yet</note> +  - Download [[http://sourceforge.net/projects/playerstage/files/Stage/3.2.2/Stage-3.2.2-Source.tar.gz/download|stage 3.2.2]]
- +
-install libfltk and libfltk-dev +
-make the folloing changes in simstage3/stage3-dtu makefile +
- +
-line 38-42 +
-# The top-level source directory on which CMake was run.  +
-CMAKE_SOURCE_DIR = /home/claes/MobotWare/Mobotware/rhd/trunk/plugins/simstage3/stage-3.2.2.DTU +
  
-# The top-level build directory on which CMake was run.  
-CMAKE_BINARY_DIR = /home/claes/MobotWare/Mobotware/rhd/trunk/plugins/simstage3/stage-3.2.2.DTU 
  
-line 110, 140, 142 
  
  
robotsoftware/mobotware/install/mobotwareinstall.txt · Last modified: 2021/08/14 04:21 (external edit)