Installation of the Robocup 3D simspark simulation server on Ubuntu

官方的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

  1. Enable Universe and Multiverse repositories:
  2.      $ 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

     

  3. Install dependencies:
  4.      $ 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

     

  5. Check out the source from the source forge SVN repository:
  6.      $ svn co https://simspark.svn.sourceforge.net/svnroot/simspark sserver

     

  7. 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
  8. 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

     

  9. Make sure the linker can find your shared libraries:
  10.      $ sudo gedit /etc/ld.so.conf
    [ add the line '/usr/local/lib' if it isn't already there, save and close ]
    $ sudo ldconfig

     

  11. Run the simulation:
  12.      $ simspark

     

  13. Run test agent:
  14.      $ rcssagent3d
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值