Skip to content

Commit 53f1195

Browse files
authored
Merge pull request #661 from srobo/more-virtual-league-detail
More detail on what the Virtual League is
2 parents 37106c0 + 561cbf4 commit 53f1195

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

robots_101/programme_structure.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,21 @@ as volunteers able to help with the kits and hands-on guidance with your robot.
7070
## Virtual League
7171

7272
The Virtual League is often the first chance you'll have to test your strategies
73-
against other teams. You'll [submit][code-submitter] your robot code for running
74-
against other teams in the [simulator][simulator]. The matches are livestreamed
75-
on our [YouTube Channel][youtube] and you'll get a copy of your robot's logs
76-
afterwards so you can continue to improve it.
73+
against other teams. The Virtual League plays the same game as the physical
74+
competition, though takes place in the [simulator][simulator]. You'll write
75+
code for a [simulated robot][simulated-robot] which both supports the same
76+
programming interface as your physical robot and has a wide array of sensors.
77+
78+
This allows you to use the simulator and the Virtual League to learn about
79+
writing code for a robot as well as developing the code for your physical robot
80+
before it's fully built. The Virtual League is thus a both a first test of your
81+
code as well as an early opportunity to explore strategies for competing against
82+
other teams.
83+
84+
Shortly before the event you'll [submit][code-submitter] your robot code so the
85+
matches can be simulated. The matches are then livestreamed on our
86+
[YouTube Channel][youtube]. Afterwards you'll get a copy of your simulated
87+
robot's logs so you can continue to improve your code.
7788

7889
## Competition
7990

@@ -100,6 +111,7 @@ afternoon you'll advance into the knockout stages, and can go on to win prizes.
100111
[kit]: {{ site.baseurl }}/kit/
101112
[discord]: {{ site.baseurl }}/tutorials/discord
102113
[tech-days]: {{ site.baseurl }}/robots_101/tech_days
114+
[simulated-robot]: {{ site.baseurl }}/simulator/simulated_robot
103115
[code-submitter]: {{ site.baseurl }}/tutorials/code_submitter
104116
[simulator]: {{ site.baseurl }}/simulator/
105117
[youtube]: https://www.youtube.com/@studentrobotics

0 commit comments

Comments
 (0)