OpenHero 开勇

Open heart, bravely fly!

赵开勇ID:OpenHero
225321次访问,排名281(-1)好友106人,关注者116
OpenHero的文章
原创 237 篇
翻译 2 篇
转载 51 篇
评论 432 篇
OpenHero 开勇的公告
最近评论
tom:我想问下,开发cuda程序是否需要安装directX10?
无名:就像做网络,当做到一定地步的时候,才会发现数据从一段传递到另一段的时候数据发生了变化,内容不对了,定义的结构体传递到另一边的时候就错位了。
做网络,第一件事情就是要明白,网络上面的主机有两种字节序,因此一定要保证数据的字节序是对的……
再做做的时候,就有兴趣研究bit序是怎么处理的了。后来才发现,处理器的体系结构还是慢有意思事情哈
happy_baby_me:秋天和冬天相片里的你差很多耶,冬天那张很man!
还有倒数第二张太逗了,那些证书好可怜哦@_-
happy_baby_me:秋天和冬天相片里的你差很多耶,冬天那张很man!
还有倒数第二张太逗了:)那些证书跟了你算是倒了八辈子血霉了,哈哈哈@_-
boliwawa:hoho~
文章分类
收藏
    相册
    MetaWeblog API
    相册
    自己
    参与的开源项目
    Scilab Robotics Toolbox
    常去的几个地方
    Robocup 机器人足球官方站点
    RTSJ
    感兴趣的开源项目
    Flash得开源代码
    Robocup server
    存档
    软件项目交易
    订阅我的博客
    XML聚合  FeedSky
    订阅到鲜果
    订阅到Google
    订阅到抓虾
    订阅到BlogLines
    订阅到Yahoo
    订阅到GouGou
    订阅到飞鸽
    订阅到Rojo
    订阅到newsgator
    订阅到netvibes

    转载 Installing Robocup 3D simulation server on Ubuntu收藏

    新一篇: 安装VMware tools on linux | 旧一篇: 2007.09.26 星期? 一会下雨一会天晴

    Installing Robocup 3D simulation server on Ubuntu

    You are not authorized to post comments.

    This small HOWTO 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.

    1. Enable Universe and Multiverse repositories:

      $ 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

    2. Install dependencies:

      $ 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

    3. Check out the source from the source forge CVS repository:

      $ 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

    4. Build and install the soccer server: (optionally add --enable-debug=no and new versions don't need --enable-kerosin)

      $ cd rcsoccersim/rcssserver3D/
      $ ./bootstrap
      $ ./configure --enable-kerosin --with-spades=no
      $ make
      $ sudo make install

    5. Make sure the linker can find your shared libraries:

      $ sudo gedit /etc/ld.so.conf
      [add the line '/usr/local/lib' if it isn't already there, save and close]
      $ sudo ldconfig

    6. Run the simulation:

      $ cd app/simspark
      $ ./simspark

     ps:in the seconde step shuld change "libboost-dev" to "libboost-*" some of items neeed libboost-threads date time and also.

    发表于 @ 2007年10月01日 09:12:00|评论(loading...)|编辑

    新一篇: 安装VMware tools on linux | 旧一篇: 2007.09.26 星期? 一会下雨一会天晴

    评论:没有评论。

    发表评论  


    登录
    Csdn Blog version 3.1a
    Copyright © OpenHero 开勇