File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,9 @@ title: Simulator
14
14
15
15
You need to download and install [ Webots] ( https://cyberbotics.com/#download ) (the download is around 300MB).
16
16
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".
18
20
19
21
#### Python Version
20
22
@@ -33,7 +35,7 @@ local development you will need to install these yourself.
33
35
### Installing the simulation
34
36
35
37
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 )
37
39
and unzip it as a subdirectory of that directory:
38
40
```
39
41
simulation
You can’t perform that action at this time.
0 commit comments