-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
danielduberg edited this page Aug 13, 2025
·
20 revisions
Next, we will go through how to install all the software you need for the course. At the bottom you will find videos where we go through the steps on Linux, Mac, and Windows. If you have any problems during the installation of any of the software or want to follow the official guide, we also include them at the bottom.
Install Multipass:
snap install multipassInstall Webots R2025a:
curl -L -O https://github.com/cyberbotics/webots/releases/download/R2025a/webots_2025a_amd64.deb
sudo apt install ./webots_2025a_amd64.debInstall Foxglove:
curl -L -O https://get.foxglove.dev/desktop/latest/foxglove-studio-latest-linux-amd64.deb
sudo apt install ./foxglove-studio-latest-linux-amd64.debInstall Multipass:
- Download the Multipass installer.
- Run the downloaded installer and follow the guided procedure.
Install Webots R2025a:
curl -L -O https://github.com/cyberbotics/webots/releases/download/R2025a/webots-R2025a.dmg
open webots-R2025a.dmgInstall Foxglove:
- Download Foxglove.
- Double click to install.
Install Multipass:
- Download the Multipass installer.
- Run the downloaded installer and follow the guided procedure (we recommend you to select
Microsoft Hyper-Vas Hypervisor for best performance). It will take some time to enable the Hyper-V hypervisor so please be patient.
Install Webots R2025a:
- Download webots_R2025a_setup.exe.
- Double click on the file.
- Follow the installation instructions.
Install Foxglove:
- Download Foxglove.
- Double click to install.
Installation instructions for Multipass.