From 66e29324b223eeb7facbe6d5bac38575bfa77ced Mon Sep 17 00:00:00 2001 From: Andy Barrett-Sprot Date: Wed, 5 Feb 2025 22:20:26 +0100 Subject: [PATCH 1/2] Clarify we're using an older version of webots We're now using an older version of webots, so add clarification for this. Also throw in a link for the python version while I'm there --- simulator/setting_up_simulator.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/simulator/setting_up_simulator.md b/simulator/setting_up_simulator.md index 0ea04999..56d772f4 100644 --- a/simulator/setting_up_simulator.md +++ b/simulator/setting_up_simulator.md @@ -15,11 +15,16 @@ Python 3.13 is not currently supported by the simulator. To install Python, you can download the latest version from the [Python website](https://www.python.org/downloads/). If you have already installed Python from a package manager, such as homebrew on MacOS, apt on Ubuntu, or the Windows store on Windows, you can skip this step. ![python download site]({{ site.baseurl }}/images/content/simulator/python-download.png) -We recommend using **Python 3.11** as it is the version which is used on your physical robot. +We recommend using [**Python 3.11**](https://www.python.org/downloads/release/python-3119/) as it is the version which is used on your physical robot. + +To install Webots, you can download the latest version from the [Webots website](https://cyberbotics.com/#download), however for the virtual league, Webots [R2023b](https://github.com/cyberbotics/webots/releases/tag/R2023b) will be used. + +Use the default settings when installing Webots. + -To install Webots, you can download the latest version from the [Webots website](https://cyberbotics.com/#download). Use the default settings when installing Webots. ![webots download site]({{ site.baseurl }}/images/content/simulator/webots-download.png) + ## Simulator Bundle Once you have installed these, you need to download our [simulator bundle](https://github.com/srobo/sbot_simulator/releases/download/2025.1.1/sbot-simulator-2025.1.1.zip). From e2b46e075e2dac73f70aff9549e642cf53d6cf44 Mon Sep 17 00:00:00 2001 From: Andy Barrett-Sprot Date: Thu, 6 Feb 2025 00:04:14 +0100 Subject: [PATCH 2/2] dont even link to webots website Co-authored-by: Jake Howard --- simulator/setting_up_simulator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulator/setting_up_simulator.md b/simulator/setting_up_simulator.md index 56d772f4..bb24625c 100644 --- a/simulator/setting_up_simulator.md +++ b/simulator/setting_up_simulator.md @@ -17,7 +17,7 @@ To install Python, you can download the latest version from the [Python website] We recommend using [**Python 3.11**](https://www.python.org/downloads/release/python-3119/) as it is the version which is used on your physical robot. -To install Webots, you can download the latest version from the [Webots website](https://cyberbotics.com/#download), however for the virtual league, Webots [R2023b](https://github.com/cyberbotics/webots/releases/tag/R2023b) will be used. +To install Webots R2023b, you can download it from the [Webots GitHub](https://github.com/cyberbotics/webots/releases/tag/R2023b). Other versions may work, but this version will be used for the Virtual League. Use the default settings when installing Webots.