![]() |
|||||||
| [ Home ] | [ Software ] | [ Curriculum ] | [ Hardware ] | [ Community ] | [ News ] | [ Publications ] | [ Search ] |
|
1. Pyro Installation: DebianInstructions for installing Pyro under Debian. This assumes at least Pyro version 3.3.2. Yannick Brosseau has created Debian packages (.deb) of Player, Stage, and librtk (and is planning Gazebo). You can find his packages at: scientist.dyndns.org/debianrobot These instructions do not incorporate those .deb packages yet.
1.1. Numericsudo apt-get install python-numeric
1.2. SWIGsudo apt-get install swig
1.3. PILsudo apt-get install python-imaging sudo apt-get install python-imaging-tk
1.4. Tkintersudo apt-get install python2.3-tk sudo apt-get install tix8.1
1.5. Pyro
1.5.1. Video for linux supportapt-get install libjpeg62 libjpeg62-dev
1.5.2. Khepera simulatorThere wasn't a proper libXm.so file, but libXm.so.2 was already present in /usr/lib, so we just added a link from libXm.so to libXm.so.2. Same problem for /usr/X11R6/lib/libXt*.
cd /usr/lib ln -s libXm.so.2 libXm.so ln -s libXt.so.6 libXt.so
1.5.3. PyroIf you have a CVS account: First time:
cd /usr/local/ cvs -d anonymous@bubo.brynmawr.edu:/home/CVS co pyro Thereafter: cd /usr/local/pyro cvs -d anonymous@bubo.brynmawr.edu:/home/CVS update -d Otherwise, if you don't have a CVS account:
wget http://dangermouse.brynmawr.edu/pyrobot/tars/pyro-latest.tgz tar xfz pyro-latest.tgz cd pyro Then make it:
sudo make accepted most defaults (n on BT848 option, y on rest) You can get an updated Pyro tar ball, and drop it on top of an older Pyro version. Just remake it.
1.6. Gazebo
export PKG_CONFIG_PATH=/usr/lib/pkgconfig/:/usr/local/lib/pkgconfig/ GDAL:
ODE:
OPCODE_DIRECTORY=/home/marshall/pyro-install/ode-0.039/OPCODE/ Gazebo:
1.7. Player
sudo apt-get install libgsl0 gsl-bin libRTK:
sudo apt-get install libgtk2.0-dev wget http://emergent.brynmawr.edu/pyrobot/tars/librtk-src-2.3.0.tar.gz cd librtk-src-2.3.0 ./configure make sudo make install Player: wget http://emergent.brynmawr.edu/pyrobot/tars/player-src-1.5.tar.gz tar xvfz player-src-1.5.tar.gz cd player-src-1.5/ ./configure # make sure that PKG_CONFIG_PATH is set make sudo make install Stage: wget http://emergent.brynmawr.edu/pyrobot/tars/stage-src-1.3.4.tar.gz tar xvfz stage-src-1.3.4.tar.gz cd stage-src-1.3.4 ./configure make sudo make install
1.8. RobocupSoccersudo apt-get install libxaw7-dev wget http://dangermouse.brynmawr.edu/pyrobot/tars/rcsoccersim-9.3.7.tar.gz tar xvfz rcsoccersim-9.3.7.tar.gz cd rcsoccersim-9.3.7 ./configure make sudo make install
|
| [ Home ] | [ Software ] | [ Curriculum ] | [ Hardware ] | [ Community ] | [ News ] | [ Publications ] | [ Search ] |
View Wiki Source | Edit Wiki Source | Mail Webmaster | |||||||