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/setting_up_simulator.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@ title: Setting up the simulator
6
6
Setting up the simulator
7
7
========================
8
8
9
-
###Prerequisites
9
+
## Prerequisites
10
10
11
11
You need to download and install [Webots](https://cyberbotics.com/#download) (the download is around 300MB).
12
12
This is the platform we run our simulation in.
13
13
14
14
Version "R2023b" of Webots is supported.
15
15
16
-
####Python Version
16
+
### Python Version
17
17
18
18
You will also need Python installed.
19
19
@@ -26,7 +26,7 @@ You will also need Python installed.
26
26
There are a small number of [external libraries]({{ site.baseurl }}/kit/brain_board/python_libraries) which will be available to your robot code during the competition.
27
27
Note that for local development you will need to install these yourself.
28
28
29
-
###Installing the simulation
29
+
## Installing the simulation
30
30
31
31
1. Create a directory, perhaps called `simulation` where you will store your robot code.
32
32
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.
@@ -49,7 +49,7 @@ You may receive a warning about your computer's GPU not being good enough, which
49
49
On recent versions of macOS you may need to give Webots permission to access the directory where you have extracted the simulation files.
50
50
</div>
51
51
52
-
#### Changing your version of Python
52
+
### Changing your version of Python
53
53
54
54
If webots is not picking any version of Python or is picking up the wrong one then you'll need to change it.
55
55
When this happens Webots will print errors to its console and your robot will not move.
@@ -75,7 +75,7 @@ You'll need to ensure a matching version of Python is installed. If you're still
75
75
having problems, ask for help in [`#simulator-help`][simulator-help] in
76
76
[Discord][discord].
77
77
78
-
### Updates
78
+
## Updates
79
79
80
80
Occasionally, we may release an update to the simulation. To update, you will need to delete the `competition-simulator-<version>` directory, and re-download it using the above link.
0 commit comments