Home > Documentation > Simulator Simulator DescriptionThe Soccer Server simulates a soccer field by modeling the physics and rules of soccer. The server sends relative information to clients at a variable frequency (about once every 100-200ms). This information informs the client about it's visual and audible world and physical condition. Each type of information is sent with a certain amount of noise generated by the soccer server. The noise is greater on objects further from the client. When a client first connects, the server provides identity information. Afterwards, a client acts in the simulator by issuing dash, turn, turn neck, kick, and catch commands. These commands and information are sent as strings of text via UDP/IP communication usually on port 6000. For example, a quick session on the soccer server could look like this:
A client is responsible for triangulating its position on the field by looking at the flags and goal posts. All information sent to the client and all information that the client sends to the soccer server is relative to the client. Also, a client's movement is based on impulse, and the soccer server computes position and velocity using discrete equations of motion. One can watch the field simulated by the Soccer Server through a Soccer Monitor. A simple monitor is released with the Soccer Server, however, there are other monitors that have been produced as part of the visualization competition. The Soccer Server can also log or record a game for study and playback. If you want to know more about the Soccer Server and Soccer Monitor, read the user manual through the link provided below. Links Email with planned server changes |
|||||||||||||||||
Have questions? Email David Evans |