Linux installation and setup


Installing Python

Use the following command to install python3 and pip packages manager:

sudo apt-get install python3 python3-pip

Installing robot-soccer-kit package

If you want to install only the client, run:

# Client only
pip install -U robot-soccer-kit

If you also want the game controller:

# Full (with game controller)
pip install -U robot-soccer-kit[gc]

Running the Game Controller

To run the game controller: enter the following command:

python -m rsk.game_controller

Camera

Simply plug the camera on your computer’s USB, it should work natively.