Feb 10
官方的Ubuntu 上安装Rcssserver3D 0.61和simspark 0.1的文档,安装成功
This small HowTo explains how to install the Robocup 3D simspark simulation server on Ubuntu (so not the old spheres server using spades). This work Hardy Heron (8.04) and Intrepid Ibex (8.10). The steps should be similar on other debian based distributions especially Debian itself, so hopefully it's also useful for other people.
[edit]
Requirement
- Enable Universe and Multiverse repositories:
- Install dependencies:
- Check out the source from the source forge SVN repository:
- Configure the package, generate build files and install the package:
- Note: type 'make uninstall' to uninstall the package
- Note: type 'make uninstall' to uninstall the package
- Make sure the linker can find your shared libraries:
- Run the simulation:
- Run test agent:
$ sudo gedit /etc/apt/sources.list [ Follow instructions in the file to enable the Universe and Multiverse repositories, save and exit ] $ sudo apt-get update
$ sudo apt-get install g++ subversion cmake libfreetype6-dev libode0-dev libsdl-dev ruby1.8 ruby1.8-dev libdevil-dev libboost-dev libboost-thread-dev libboost-regex-dev
$ svn co https://simspark.svn.sourceforge.net/svnroot/simspark sserver
Simspark:
$ cd sserver/trunk/spark $ mkdir build $ cd build $ cmake .. $ make $ sudo make install $ sudo ldconfig
Rcssserver3D:
$ cd ../rcssserver3D $ mkdir build $ cd build $ cmake .. $ make $ sudo make install $ sudo ldconfig
$ sudo gedit /etc/ld.so.conf [ add the line '/usr/local/lib' if it isn't already there, save and close ] $ sudo ldconfig
$ simspark
$ rcssagent3d