Sign inSign up

sadraiiali/rcssserver

By sadraiiali

Updated over 2 years ago

RoboCup Soccer Simulator Server

Image
0

259

sadraiiali/rcssserver repository overview

RoboCup Soccer Simulator Server

This image contains the RoboCup Soccer Simulator Server (rcssserver) installed and ready to use.

Tags

  • latest

How to use this image

Run the following command to start the server:

docker run --name rcssserver --network host -it rcssserver:latest

Now you can connect to the server using the monitor or a client.

How to use custom configuration files

  1. You can mount a volume with your custom configuration files, like:
docker run --name rcssserver --network host -v /path/to/your/configs:/root/.rcssserver -it rcssserver:latest
  1. You can add your custom configuration as environment variables, like:
docker run --name rcssserver --network host -e 'synch_mode=true' -it rcssserver:latest
  1. You can run server with custom command line arguments, like:
docker run --name rcssserver --network host -it rcssserver:latest rcssserver server::synch_mode=true

Note: You can either use one of the above methods at a time. It means:

  • if there is a server configuration file environment variable will be ignored.
  • if you use third method, the second method will be ignored.

:incoming_envelope: Contributing

For bug reports, feature requests and latest updates, please goto https://github.com/rcsoccersim/rcssserver and open an issue or a pull request.

The RoboCup Soccer Server Maintainance Group

Tag summary

Content type

Image

Digest

sha256:7eb4a6cbc

Size

38.3 MB

Last updated

over 2 years ago

docker pull sadraiiali/rcssserver