Skip to content

Commit 4483aa6

Browse files
committed
Merge branch 'simulator-sr2023.3'
2 parents ad47d67 + d907bd3 commit 4483aa6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

simulator/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ title: Simulator
1414

1515
You need to download and install [Webots](https://cyberbotics.com/#download) (the download is around 300MB).
1616
This is the platform we run our simulation in.
17-
Only version "R2022b" of Webots is supported.
17+
18+
Versions "R2022b" and "R2023a" of Webots are supported.
19+
*Note*: versions of the simulation prior to sr2023.3 did not support Webots "R2023a".
1820

1921
#### Python Version
2022

@@ -33,7 +35,7 @@ local development you will need to install these yourself.
3335
### Installing the simulation
3436

3537
1. Create a directory, perhaps called `simulation` where you will store your robot code.
36-
2. [Download the simulation](https://github.com/srobo/competition-simulator/releases/download/sr2023.2/competition-simulator-sr2023.2.zip)
38+
2. [Download the simulation](https://github.com/srobo/competition-simulator/releases/download/sr2023.3/competition-simulator-sr2023.3.zip)
3739
and unzip it as a subdirectory of that directory:
3840
```
3941
simulation

0 commit comments

Comments
 (0)