We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d55c0fa commit d8741f4Copy full SHA for d8741f4
programming/sr/radio/index.md
@@ -51,7 +51,20 @@ while True:
51
))
52
~~~~~
53
54
-<!-- TODO: radio tranmission here -->
+## [Claiming Territories](#claiming-territories) {#claiming-territories}
55
+
56
+When your radio's antenna is within a territory, you are within range to claim it.
57
+You can claim that territory using your robot's radio:
58
59
+~~~~ python
60
+R.radio.claim_territory()
61
+~~~~
62
63
+This function takes a couple of seconds to complete and you must stay within
64
+range of the territory for the whole duration it is running for your claim to
65
+succeed.
66
67
+No information is returned from `claim_territory`.
68
69
## [Objects of the Radio System](#radio_objects) {#radio_objects}
70
0 commit comments