Skip to content

Commit e678a0a

Browse files
committed
Updates ahead of the SR2023 simulator
This is mostly updating for Webots R2022b, however the underlying simulation is not ready yet so we don't have a world file to publish. This change is mostly so we can link to this page without giving misleading information about the state of the simulator.
1 parent e22c49f commit e678a0a

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

simulator/index.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,33 @@ title: Simulator
1212

1313
### Prerequisites
1414

15-
You need to download and install [Webots](https://cyberbotics.com/#download) (the download is around 400MB). This is the platform we run our simulation in. We recommend version "R2021b" of Webots.
15+
You need to download and install [Webots](https://cyberbotics.com/#download) (the download is around 300MB).
16+
This is the platform we run our simulation in.
17+
Only version "R2022b" of Webots is supported.
1618

1719
#### Python Version
1820

1921
You will also need Python installed.
2022

2123
| Platform | Supported Python Version |
2224
|----------|--------------------------|
23-
| Windows | 3.7-3.9 (64-bit) |
24-
| macOS | 3.7-3.9 |
25-
| Linux | 3.7-3.9 |
25+
| Windows | 3.8-3.10 (64-bit) |
26+
| macOS | 3.8-3.10 |
27+
| Linux | 3.8-3.10 |
2628

2729
### Installing the simulation
2830

31+
The simulation for SR2023 is not yet available, it will be made available during [Kickstart](https://studentrobotics.org/events/sr2023/southampton-kickstart/).
32+
33+
<!--
34+
2935
1. [Download the simulation](https://github.com/srobo/competition-simulator/releases/download/sr2022.2/competition-simulator-sr2022.2.zip), and unzip it somewhere on your computer.
3036
2. Using the Webots IDE, open the `worlds/Arena.wbt` file.
3137
3238
You may receive a warning about your computer's GPU not being good enough, which can be ignored.
3339
40+
-->
41+
3442
#### Changing your version of Python
3543

3644
If webots is picking up the incorrect version of Python, you'll need to change it.

0 commit comments

Comments
 (0)