forked from RoboCup-SSL/grSim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
36 lines (21 loc) · 1 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
This is an incomplete README file
*** Min System Requirements
grSim will likely run on a modern dual core PC running Ubuntu with good graphics card. Typical configuration is:
* Dual Core CPU (2.0 Ghz+)
* 1GB of RAM
* 256MB nVidia or ATI graphics card
* Ubuntu Linux 9.10+
*** INSTALLATION
Please refer to INSTALL file.
*** USAGE
Receiving data from grSim is exactly like receiving from SSL-Vision (http://code.google.com/p/ssl-vision) using Google Protobuf library
Sending data to Simulator is also possible using Google Protobuf. A sample client is included in "client" folder. The compilation procedure is like grSim itself. There is also a Java client available in the client folder.
*** Credits
grSim uses these libraries:
Nokia Qt 4.6+ (development libraries will be installed with libqt4-dev)
OpenGL (development libraries will be installed with libqt4-dev)
Open Dynamics Engine (ODE) - Included
VarTypes Library - Included
Google ProtoBuf - Included
*** Changelog
Please refer to the CHANGELOG file.