Skip to content

Commit a4aa897

Browse files
committed
review comments - brain board
1 parent 67d1412 commit a4aa897

File tree

6 files changed

+18
-19
lines changed

6 files changed

+18
-19
lines changed

_data/sidebar_tree.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ tree:
3838
- url: /programming/robot_api/
3939
title: Robot API
4040
tree:
41-
- url: /programming/robot_api/metadata
42-
title: Metadata
41+
- url: /programming/robot_api/comp_mode
42+
title: Competition Mode
4343
- url: /programming/leds
4444
title: Brain Board LED API
4545
- url: /programming/motors
@@ -105,7 +105,7 @@ tree:
105105
- url: /tutorials/using_the_simulator
106106
title: Using the simulator
107107
- url: /tutorials/update_brain
108-
title: How to update your robot
108+
title: Updating your brain board
109109
- url: /competitor_resources/
110110
title: Resources
111111
tree:

kit/brain_board/robot_os.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ title: Student Robotics OS
77
# Student Robotics OS
88

99
The Raspberry Pi runs a custom operating system that contains the Student Robotics software.
10+
It's based on [Raspberry Pi OS](https://www.raspberrypi.com/documentation/computers/os.html) (`2023-05-03`).
1011
The OS contains a set of pre-installed python libraries that you can use, the list of which can be found [here](./python_libraries).
1112

1213

kit/brain_board/wifi.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ It will initially have a name starting with `robot-ZZZ` followed by some random
1919
You can now connect to your robot in the same way you normally connect to a WiFi network.
2020
You will need a WiFi key to be able to connect and you can find this inside `robot-settings.toml` on the USB drive containing your code.
2121

22-
<div class="info">
23-
If there is no <code>robot-settings.toml</code> on your USB drive, you can generate one by first running any code on your robot.
24-
For more information see our docs on <a href="{{ site.baseurl }}/kit/brain_board#robot-settings">Robot Settings</a>.
22+
<div class="info" markdown="1">
23+
If there is no `robot-settings.toml` on your USB drive, you can generate one by first running any code on your robot.
24+
For more information see our docs on [Robot Settings]({{ site.baseurl }}/kit/brain_board#robot-settings).
2525
</div>
2626

2727
These details can also be printed using:
@@ -57,3 +57,4 @@ Changing the starting zone allows you to test how your robot handles being start
5757
Changing mode applies from the next time your code runs.
5858

5959
The WiFi interface will only be fully accessible when your robot is started in dev mode and will be restricted in competition mode.
60+
See the [competition mode]({{ site.baseurl }}/programming/robot_api/comp_mode) page for details of what competition mode is and what limitations it imposes.

programming/robot_api/comp_mode.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: page
3+
title: Competition Mode
4+
---
5+
6+
# Competition Mode
7+
8+
TODO

programming/robot_api/metadata.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

tutorials/update_brain.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: page
3-
title: How to update your robot
3+
title: Updating your brain board
44
---
55

66
{% comment %}
@@ -11,8 +11,7 @@ The below will automatically calculate the latest version number, to be used whe
1111
{% assign latest_version = latest_version.version %}
1212

1313

14-
How to update your robot
15-
========================
14+
# Updating your brain board
1615

1716
The SD card is located on the underside of the board underneath the green power connector.
1817
Grab the SD card with your fingers and simply pull it out of the slot.

0 commit comments

Comments
 (0)