Install on (K)UBUNTU

From Rsewiki
(Difference between revisions)
Jump to: navigation, search
(Maintain SVN source)
(Maintain SVN source)
Line 73: Line 73:
 
  A (bin)  foo/bar.o
 
  A (bin)  foo/bar.o
  
This adds the directory and all the files in it, if too many files were added the surplus cam be removed by e.g.:
+
This adds the directory and all the files in it, if too many files were added the surplus can be removed by e.g.:
  
 
  svn rm --force foo/bar.cpp~ foo/bar.o
 
  svn rm --force foo/bar.cpp~ foo/bar.o

Revision as of 15:45, 22 May 2010

This is intended as a guidance to install MOBOTWARE

The platform tested is KUBUNTU, but should be much the same on UBUNTU.

Contents

KUBUNTU version 10.4

After successfully installing KUBUNTU, install the following packages

e.g. install a package from the command-prompt like:

$ sudo apt-get install cmake

Needed packages:

- subversion
- gcc
- g++
- svn
- cmake
- doxygen  (for documentation only)
- libcv-dev
- libhighgui-dev
- libraw1394-dev
- libpng-dev
- ncurses-dev
- pciutils-dev
- libreadline-dev

SVN Source

Get the source from our repository:

You need logon access to timmy.elektro.dtu.dk - talk to Nils Nielsen building 326.

make a directory for the mobotware:

mkdir ~/mobotware
cd ~/mobotware

Get the source (checkout)

svn co svn+ssh://[timmy username]@timmy.elektro.dtu.dk/home/project-users/rse/svnrepo .

You will need to supply password 3-4 times!, to avoid this you may look at RSE SVN

Prepare to compile

Some of the current cameradrivers are not compatible with latest firewire drivers in ubuntu, so disable, as instructed in AU Robot Servers section installation without FIREWIRE

goto the created mobotware directory and make the package

make

This should now compile the set of needed libraries and applications (some need make in its subdirectory)

Maintain SVN source

New version is fetched from command prompt by:

cd ~/mobotware
svn update

When you have changed a file send it back to the svn-repository from the directory with the file one of the parent folders known to svn (svn will ask for a note for the change log):

svn commit

To add a new set of files, just make a new set of source files - preferably in a new directory - and add the new directory by (e.g. called foo):

svn add foo
A         foo
A         foo/Makefile
A         foo/bar.cpp
A         foo/bar.cpp~
A (bin)   foo/bar.o

This adds the directory and all the files in it, if too many files were added the surplus can be removed by e.g.:

svn rm --force foo/bar.cpp~ foo/bar.o

The the additions must be comittet to go to the repository

svn commit

Test

(to be continued with test and example instructions)

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox