-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Linux Optional Dependencies
Olivier Michel edited this page Jan 13, 2022
·
42 revisions
The Webots optional dependencies can be installed with the following script:
sudo scripts/install/linux_optional_compilation_dependencies.sh
Restart the terminal.
This is needed only to run Webots as a web service (simulation_server.py in the cloud).
Install the following for Python 3:
sudo apt install python3-pip
sudo -H pip3 install --upgrade pip
sudo -H pip3 install websocket-client tornado nvidia-ml-py3 psutil requests distro
Install docker (used by simulation_server-py to launch Webots):
sudo apt install docker
Install subversion (used by simulation_server.py to checkout GitHub repositories):
sudo apt install subversion
This is needed only if you want to use the automobile tools (including the OpenStreetMap importer)
Follow the instructions here: https://www.cyberbotics.com/doc/automobile/openstreetmap-importer