Skip to content

Commit 34cd285

Browse files
committed
Bump the simulation to sr2023.3
This adds support for Webots R2023a.
1 parent 7f0160e commit 34cd285

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

simulator/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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+
Only versions "R2022b" and "R2023a" of Webots are supported.
1818

1919
#### Python Version
2020

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

3535
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)
36+
2. [Download the simulation](https://github.com/srobo/competition-simulator/releases/download/sr2023.3/competition-simulator-sr2023.3.zip)
3737
and unzip it as a subdirectory of that directory:
3838
```
3939
simulation

0 commit comments

Comments
 (0)