?? _installation.tex
字號(hào):
\chapter{Installation}\label{chInstallation}\section{SimSpark Simulation Server}This explains how to install the Robocup 3D simspark simulation server on Ubuntu (so not the old spheres server using spades). This should work on Dapper Drake (6.06), Edgy Eft (6.10) and Feisty Fawn (7.04). The steps should be similar on other distributions like Fedora, Suse and especially Debian, so hopefully it's also useful for other people.\begin{enumerate}\item Enable Universe and Multiverse repositories:\begin{verbatim}$ sudo gedit /etc/apt/sources.list[ Follow instructions in the file to enable the Universeand Multiverse repositories, save and exit ]$ sudo apt-get update\end{verbatim}\item Install dependencies:\begin{verbatim}$ sudo apt-get install g++ ruby1.9 ruby1.9-dev libode0-dev libboost-dev libsdl-dev libfreetype6-dev libdevil-dev autoconf automake1.9 libtool freeglut3-dev tetex-extra cvs xlibs-dev libtiff4-dev libslang1-dev$ sudo rm /usr/bin/ruby$ sudo ln -s /usr/bin/ruby1.9 /usr/bin/ruby$ sudo ln -s /usr/lib/libruby1.9.so /usr/lib/libruby.so\end{verbatim}\item Check out the source from the source forge CVS repository:\begin{verbatim}$ cvs -d:pserver:anonymous@sserver.cvs.sourceforge.net:/cvsroot/sserver login[ when asked for a password, just press enter]$ cvs -z3 -d:pserver:anonymous@sserver.cvs.sourceforge.net:/cvsroot/sserver co -P rcsoccersim/rcssserver3D\end{verbatim}\item Build and install the soccer server: (optionally add --enable-debug=no and new versions don't need --enable-kerosin)\begin{verbatim}$ cd rcsoccersim/rcssserver3D/$ ./bootstrap$ ./configure$ make$ sudo make install\end{verbatim}\item Make sure the linker can find your shared libraries:\begin{verbatim}$ sudo gedit /etc/ld.so.conf[add the line '/usr/local/lib' if it isn't already there, save and close]$ sudo ldconfig\end{verbatim}\item Run the simulation:\begin{verbatim}$ simspark\end{verbatim}\end{enumerate}\section{BATS Agent Architecture}\begin{enumerate}\item Install dependencies:\begin{verbatim}$ sudo apt-get install libxml2-dev\end{verbatim}\item Check out the source from the source forge CVS repository:\begin{verbatim}$ svn co https://littlegreenbats.svn.sourceforge.net/svnroot/littlegreenbats littlegreenbats\end{verbatim}\item Build and install the BATS agent:\begin{verbatim}$ cd littlegreenbats/trunk/$ ./configure$ make\end{verbatim}\item Run an agent:\begin{verbatim}$ ./humanoidbat -c lgb.xml -u 2\end{verbatim}\end{enumerate}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -