You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: simulator/index.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,19 @@ You will also need Python installed.
28
28
29
29
### Installing the simulation
30
30
31
-
1.[Download the simulation](https://github.com/srobo/competition-simulator/releases/download/sr2023.1/competition-simulator-sr2023.1.zip), and unzip it somewhere on your computer.
32
-
2. Using the Webots IDE, open the `worlds/Arena.wbt` file.
31
+
1. Create a directory, perhaps called `simulation` where you will store your robot code.
32
+
2.[Download the simulation](https://github.com/srobo/competition-simulator/releases/download/sr2023.1/competition-simulator-sr2023.1.zip)
33
+
and unzip it as a subdirectory of that directory:
34
+
```
35
+
simulation
36
+
├── competition-simulator-<version>
37
+
│ ├── ...
38
+
│ └─ worlds
39
+
│ └── Arena.wbt
40
+
└── robot.py
41
+
```
42
+
If there is not an existing `robot.py` an example one will be created when the simulator first runs.
43
+
3. Using the Webots IDE, open the `worlds/Arena.wbt` file.
33
44
34
45
You may receive a warning about your computer's GPU not being good enough, which can be ignored.
0 commit comments