Skip to content

Commit 3b52165

Browse files
committed
Merge branch 'simulator-versions' into sr2024
2 parents 26a2a98 + 52c1b81 commit 3b52165

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

tutorials/setting_up_simulator.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,25 @@ Setting up the simulator
1111
You need to download and install [Webots](https://cyberbotics.com/#download) (the download is around 300MB).
1212
This is the platform we run our simulation in.
1313

14-
Versions "R2022b" and "R2023a" of Webots are supported.
15-
*Note*: versions of the simulation prior to sr2023.3 did not support Webots "R2023a".
14+
Version "R2023b" of Webots is supported.
1615

1716
#### Python Version
1817

1918
You will also need Python installed.
2019

2120
| Platform | Supported Python Version |
2221
|----------|--------------------------|
23-
| Windows | 3.8-3.10 (64-bit) |
24-
| macOS | 3.8-3.10 |
25-
| Linux | 3.8-3.10 |
22+
| Windows | 3.8-3.11 (64-bit) |
23+
| macOS | 3.8-3.11 |
24+
| Linux | 3.8-3.11 |
2625

2726
There are a small number of [external libraries]({{ site.baseurl }}/kit/brain_board/python_libraries) which will be available to your robot code during the competition.
2827
Note that for local development you will need to install these yourself.
2928

3029
### Installing the simulation
3130

3231
1. Create a directory, perhaps called `simulation` where you will store your robot code.
33-
2. [Download the simulation](https://github.com/srobo/competition-simulator/releases/download/sr2023.5/competition-simulator-sr2023.5.zip), the latest version is sr2023.5, released on 2023-02-22.
32+
2. [Download the simulation](https://github.com/srobo/competition-simulator/releases/download/TODO/competition-simulator-TODO.zip), the latest version is TODO, released on TODO.
3433
3. Unzip the simulation as a subdirectory of the directory you created in the first step:
3534
```
3635
simulation
@@ -67,10 +66,10 @@ print(sys.executable)
6766
6867
On Windows you can set the path to the Python version to use in Webots UI via
6968
**Tools** → **Preferences** → **General** → **Python command**.
70-
Your Python path is likely similar to `C:\Users\<USERNAME>\AppData\Local\Programs\Python\Python39\python.exe` when using Python 3.9, where `<USERNAME>` is your login.
69+
Your Python path is likely similar to `C:\Users\<USERNAME>\AppData\Local\Programs\Python\Python311\python.exe` when using Python 3.11, where `<USERNAME>` is your login.
7170
7271
On Mac you can set the path to the Python version to use via **Webots** &rarr; **Preferences** <kbd>⌘</kbd><kbd>,</kbd>.
73-
Your Python path is likely similar to `/Library/Frameworks/Python.framework/Versions/3.9/bin/python3` when using Python 3.9.
72+
Your Python path is likely similar to `/Library/Frameworks/Python.framework/Versions/3.11/bin/python3` when using Python 3.11.
7473
7574
You'll need to ensure a matching version of Python is installed. If you're still
7675
having problems, ask for help in [`#simulator-help`][simulator-help] in

0 commit comments

Comments
 (0)