Skip to content

Commit e734b79

Browse files
committed
Improve Radio page heading structure
This will more easily allow for more headings to be added.
1 parent 9bffd17 commit e734b79

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

programming/sr/radio/index.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@ layout: page
33
title: Radio
44
---
55

6-
Radio
7-
=====
6+
# Radio
87

98
<div class="info">
109
This documentation refers to a feature which is only available within the simulator.
1110
</div>
1211

13-
The `sr.robot` library contains support for detecting radio transmitters with the simulated radio unit on the robot.
14-
Radio transmitters are attached to various items in the Student Robotics arena.
15-
Each transmitter encodes their identity in a machine-readable way, which means that robots can identify these objects.
12+
The `sr.robot` library contains support for using a simulated radio unit on the robot.
13+
Radio transmitters and receivers are attached to various items in the Student Robotics arena.
14+
Each transmitter encodes their identity in a machine-readable way, which means that receivers can identify these objects.
15+
16+
## [Detecting other stations](#detecting-other-stations) {#detecting-other-stations}
1617

1718
Using the signal strength and bearing of the received radio signals, you are able to
1819
determine the distance and direction of a transmitter in 3D space relative to
@@ -50,12 +51,11 @@ while True:
5051
))
5152
~~~~~
5253

54+
<!-- TODO: radio tranmission here -->
5355

54-
[Objects of the Radio System](#radio_objects) {#radio_objects}
55-
===================================
56+
## [Objects of the Radio System](#radio_objects) {#radio_objects}
5657

57-
[`Target`](#Target) {#Target}
58-
----------
58+
### [`Target`](#Target) {#Target}
5959

6060
A `Target` object contains information about a _detected_ transmitter.
6161
It has the following attributes:
@@ -69,8 +69,7 @@ signal_strength
6969
bearing
7070
: A float giving the angle to the `Target` in radians.
7171

72-
[`TargetInfo`](#TargetInfo) {#TargetInfo}
73-
--------------
72+
### [`TargetInfo`](#TargetInfo) {#TargetInfo}
7473

7574
The `TargetInfo` object contains information about a transmitter.
7675
It has the following attributes:

0 commit comments

Comments
 (0)