amirbayat98 / grSim

RoboCup Small Size Robot Soccer Simulator

Home Page:http://wiki.robocup.org/Small_Size_League/Open_Source_Software#grSim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RoboCup Small Size League Simulator.

grSim on Ubuntu

System Requirements

grSim will likely run on a modern dual core PC with a decent graphics card. Typical configuration is:

  • Dual Core CPU (2.0 Ghz+)
  • 1GB of RAM
  • 256MB nVidia or ATI graphics card

Note that it may run on lower end equipment though good performance is not guaranteed.

Software Requirements

grSim compiles on Linux (tested on Ubuntu variants only) and Mac OS. It depends on the following libraries:

Please consult the install instructions for more details.

Usage

Receiving data from grSim is similar to receiving data from SSL-Vision using Google Protobuf library. Sending data to the simulator is also possible using Google Protobuf. Sample clients are included in clients folder. There are two clients available, qt-based and Java-based. The native client is compiled during the grSim compilation. To compile the Java client, please consult the corresponding README file.

Citing

If you use grSim in your research, please cite the following paper:

Monajjemi, Valiallah (Mani), Ali Koochakzadeh, and Saeed Shiry Ghidary. "grSim – RoboCup Small Size Robot Soccer Simulator." In Robot Soccer World Cup, pp. 450-460. Springer Berlin Heidelberg, 2011.

About

RoboCup Small Size Robot Soccer Simulator

http://wiki.robocup.org/Small_Size_League/Open_Source_Software#grSim

License:Other


Languages

Language:C++ 84.2%Language:Java 9.3%Language:CMake 3.8%Language:Protocol Buffer 1.7%Language:C 0.7%Language:Makefile 0.3%