Skip to content

Commit 5af99fa

Browse files
authored
Merge pull request #689 from srobo/SR2026-updats
Updates for SR2026 Microgames
2 parents 1e5bbe7 + d08c6a6 commit 5af99fa

File tree

10 files changed

+653
-78
lines changed

10 files changed

+653
-78
lines changed

_data/sidebar_tree.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ tree:
4141
title: PyCharm
4242
- url: /tutorials/editors/vscode
4343
title: Visual Studio Code
44+
- url: /tutorials/editors/remote-debug
45+
title: VS Code Remote Debugging
4446
- url: /tutorials/update_brain
4547
title: Updating your brain board
4648
- url: /tutorials/discord
@@ -139,8 +141,8 @@ tree:
139141
- url: /competitor_resources/
140142
title: Resources
141143
tree:
142-
- url: /competitor_resources/pre_kickstart_activities
143-
title: Pre-Kickstart Activities
144+
- url: /competitor_resources/simulator_activities
145+
title: Simulator Activities
144146
- url: /competitor_resources/microgames
145147
title: Microgames
146148
- url: /competitor_resources/markers

competitor_resources/pre_kickstart_activities.md

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
redirect_from:
3+
- /competitor_resources/pre_kickstart_activities
4+
layout: page
5+
title: Simulator Activities
6+
---
7+
8+
# Simulator Activities
9+
10+
We have created a set of activities to introduce the concepts of autonomous robotics that can be completed without a kit or this year's game being announced.
11+
They use a special version of our simulator for a set of activities intended to be completed between registration and Kickstart.
12+
These will teach some core concepts of robotics and introduce some basic sensors that teams could use on their physical robots.
13+
14+
We recommend you work through them as a team, so you can learn from each other.
15+
If you have any issues, just ask us on [Discord]({{ site.baseurl}}/tutorials/discord).
16+
17+
You can access the [the activities here](https://drive.google.com/file/d/1HdddMfZFeciXrP_EHFU5HUefce51VO_7/preview).
18+
19+
## The Simulated Robot
20+
21+
The robot used for the simulator activities differs from the robot used in the regular simulator to have more of a focus on sensing the environment around the robot and lacks any mechanisms for picking up other objects.
22+
23+
All sensors attached to the Arduino are the same, but there are no servos on this robot.
24+
25+
## Example Game: Tin Can Rally
26+
27+
To allow us to demonstrate the utility of various sensors, the simulator is set up for a game called Tin Can Rally.
28+
In this game, the robot must navigate around a course avoiding the tin cans placed around the course.
29+
30+
Below is the diagram of the arena:
31+
32+
![arena diagram]({{ site.baseurl}}/resources/simulator/fig-arena.svg)
131 KB
Binary file not shown.

0 commit comments

Comments
 (0)