Skip to content

Commit 87c2b66

Browse files
authored
Merge pull request #558 from srobo/sr2024-simulator
Initial release of the simulator for SR2024
2 parents 8b6ed4e + 3c6ef17 commit 87c2b66

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

simulator/setting_up_simulator.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,8 @@ pip install -r competition-simulator-<version>/libraries.txt
4444

4545
## Installing the simulation
4646

47-
The simulation for the SR2024 competition will be released at Kickstart.
48-
49-
<!--
50-
5147
1. Create a directory, perhaps called `simulation` where you will store your robot code.
52-
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.
48+
2. [Download the simulation](https://github.com/srobo/competition-simulator/releases/download/sr2024.1/competition-simulator-sr2024.1.zip), the latest version is sr2024.1, released on 2023-10-21.
5349
3. Unzip the simulation as a folder inside the folder you created in the first step:
5450
```
5551
simulation
@@ -66,8 +62,6 @@ The simulation for the SR2024 competition will be released at Kickstart.
6662
6763
You may receive a warning about your computer's GPU not being good enough, which can be ignored.
6864
69-
-->
70-
7165
<div class="info">
7266
On recent versions of macOS you may need to give Webots permission to access the directory where you have extracted the simulation files.
7367
</div>

0 commit comments

Comments
 (0)