Skip to content

Commit da1efa8

Browse files
authored
Merge pull request #684 from srobo/sr2026-sim-update
Update simulator information for pre-Kickstart
2 parents 4c114c2 + b64d05f commit da1efa8

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

competitor_resources/pre_kickstart_activities.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@ title: Pre-Kickstart Activities
55

66
# Pre-Kickstart Activities
77

8-
The pre-Kickstart activities are a new concept we are introducing for SR2025. They use our simulator for a set of activities intended to be completed between registration and Kickstart. These will teach some core concepts of robotics and introduce some basic sensors that teams could use on their physical robots.
8+
The pre-Kickstart activities were first included for SR2025 to introduce the concepts of autonomous robotics that can be completed prior to receiving your kit or this year's game being announced. They use our simulator for a set of activities intended to be completed between registration and Kickstart. These will teach some core concepts of robotics and introduce some basic sensors that teams could use on their physical robots.
99

1010
We recommend you work through them as a team, so you can learn from each other.
1111
If you have any issues, just ask us on [Discord](/docs/tutorials/discord).
1212

13-
You can access the [the activities here](https://docs.google.com/document/d/18Kt72gt__4len23zyeAXD-qkSsHw72Il7PjfBgGqwnU/preview).
13+
This year's activities will be available shortly and we will contact all team supervisors when they are released.
14+
15+
## The Simulated Robot
16+
17+
The robot used for the pre-Kickstart 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.
18+
19+
All sensors attached to the Arduino are the same, but there are no servos on this robot.

simulator/setting_up_simulator.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Setting up the Simulator
99
## Required Software
1010

1111
In order to use the simulator a few set-up steps need to be done.
12-
First you need to install Python 3, between 3.9 and 3.12, and Webots R2023b.
12+
First you need to install Python 3, between 3.9 and 3.12, and Webots R2025a.
1313
Python 3.13 is not currently supported by the simulator.
1414

1515
To install Python, you can download the latest version from the [Python website](https://www.python.org/downloads/). If you have already installed Python from a package manager, such as homebrew on MacOS, apt on Ubuntu, or the Windows store on Windows, you can skip this step.
@@ -22,11 +22,11 @@ To install Webots, you can download the latest version from the [Webots website]
2222

2323
## Simulator Bundle
2424

25-
Once you have installed these, you need to download our [simulator bundle](https://github.com/srobo/sbot_simulator/releases/download/2025.1.1/sbot-simulator-2025.1.1.zip).
25+
Once you have installed these, you need to download our simulator bundle. The bundle for the main competition will be released at Kickstart.
2626
This is a zip file containing the arena and the necessary files to allow the sr-robot3 library to be used in the simulator.
2727

2828
<div class="info" markdown="1">
29-
The simulator bundle used for the [Pre-Kickstart Activities]({{ site.baseurl }}/competitor_resources/pre_kickstart_activities) is available [here](https://github.com/srobo/sbot_simulator/releases/download/2025.0.1/sbot-simulator-2025.0.1.zip).
29+
The simulator bundle used for the [Pre-Kickstart Activities]({{ site.baseurl }}/competitor_resources/pre_kickstart_activities) is available [here](https://github.com/srobo/sbot_simulator/releases/download/2026.0.1/sbot-simulator-2026.0.1.zip).
3030
</div>
3131

3232
Once this has downloaded, extract the contents to an empty folder.

0 commit comments

Comments
 (0)