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
GitHub parses markdown differently than kramdown (used by Jekyll
on GitHub Pages) does. This change ensures that this block looks
similar on GitHub as it does in the docs.
Copy file name to clipboardExpand all lines: simulator/index.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,16 +37,17 @@ local development you will need to install these yourself.
37
37
1. Create a directory, perhaps called `simulation` where you will store your robot code.
38
38
2.[Download the simulation](https://github.com/srobo/competition-simulator/releases/download/sr2023.4/competition-simulator-sr2023.4.zip), the latest version is sr2023.4, released on 2023-02-15.
39
39
3. Unzip the simulation as a subdirectory of the directory you created in the first step:
40
-
```
41
-
simulation
42
-
├── competition-simulator-<version>
43
-
│ ├── ...
44
-
│ └─ worlds
45
-
│ └── Arena.wbt
46
-
└── robot.py
47
-
```
48
-
If there is not an existing `robot.py` an example one will be created when the simulator first runs.
49
-
3. Using the Webots IDE, open the `worlds/Arena.wbt` file.
40
+
```
41
+
simulation
42
+
├── competition-simulator-<version>
43
+
│ ├── ...
44
+
│ └─ worlds
45
+
│ └── Arena.wbt
46
+
└── robot.py
47
+
```
48
+
If there is not an existing `robot.py` an example one will be created when the simulator first runs.
49
+
50
+
4. Using the Webots IDE, open the `worlds/Arena.wbt` file.
50
51
51
52
You may receive a warning about your computer's GPU not being good enough, which can be ignored.
0 commit comments