Skip to content

Commit 4b05d1c

Browse files
authored
Merge pull request #629 from srobo/sim-release
Update the simulator details for the new release
2 parents c697f2b + 01b1bb7 commit 4b05d1c

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

kit/brain_board/python_libraries.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,9 @@ The following python libraries are installed and available on the brain board:
4747
### Simulator differences
4848

4949
Generally we will try to keep the libraries available in the simulator the same as what is available on the physical robot.
50-
The list below outlines the differences.
50+
However, the versions of the libraries differ slightly to allow for the simulator to run on a wider range of systems.
51+
The list below outlines the libraries not available in the simulator:
5152

5253
<!-- cspell:disable -->
5354
* `debugpy` is not available in the simulator
54-
* `flask` is not available in the simulator
55-
* `opencv` is not available in the simulator
56-
* `sr-robot3` that comes with the simulator has the same API but is different to the one available on pypi
5755
<!-- cspell:enable -->

simulator/setting_up_simulator.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ 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.8+ and Webots R2023b.
12+
First you need to install Python 3, between 3.9 and 3.12, and Webots R2023b.
13+
Python 3.13 is not currently supported by the simulator.
1314

1415
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.
1516
![python download site]({{ site.baseurl }}/images/content/simulator/python-download.png)
@@ -21,7 +22,7 @@ To install Webots, you can download the latest version from the [Webots website]
2122

2223
## Simulator Bundle
2324

24-
Once you have installed these, you need to download our [simulator bundle](https://github.com/srobo/sbot_simulator/releases/download/2025.1.0/sbot-simulator-2025.1.0.zip).
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).
2526
This is a zip file containing the arena and the necessary files to allow the sr-robot3 library to be used in the simulator.
2627

2728
<div class="info" markdown="1">

0 commit comments

Comments
 (0)