Skip to content

Commit de0399a

Browse files
committed
Let competitors request external libraries in the simulator
We've decided to allow the inclusion of libraries, so document a way that teams can request them.
1 parent dcf1fc8 commit de0399a

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

competition-simulator/index.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This simulation is based in [Webots](https://cyberbotics.com/#download), which w
2121

2222
#### Python Version
2323

24-
You will also need Python installed. Additional external libraries are not supported.
24+
You will also need Python installed.
2525

2626
| Platform | Supported Python Version |
2727
|----------|--------------------------|
@@ -31,6 +31,11 @@ You will also need Python installed. Additional external libraries are not suppo
3131

3232
In the competition, Python 3.7 will be used.
3333

34+
Currently no [external libraries]({{ site.baseurl}}/programming/python/libraries)
35+
are provided, however if there are libraries which you need you can request
36+
their inclusion [via the forums](/forum) (please include a link to the package
37+
on [PyPI](https://pypi.org/)).
38+
3439
### Installing the simulation
3540

3641
1. [Download the simulation](https://github.com/srobo/competition-simulator/releases/download/0.2.0/competition-simulator-0.2.0.zip), and unzip it somewhere on your computer.
@@ -107,4 +112,4 @@ speeds (▶▶ and ▶▶▶).
107112

108113
These differences mean that your code will need to use a different mechanism to
109114
find the current time or to sleep within the simulation. Find out more by
110-
heading over to the [programming docs on time](./programming#time).
115+
heading over to the [programming docs on time](./programming#time).

programming/python/libraries.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ title: Included Python Libraries
66
Included Libraries
77
==================
88

9+
Competition Simulator
10+
---------------------
11+
12+
The competition simulator currently doesn't include any packages other than the
13+
standard library. If there is library you would like included, please let us
14+
know [via the forums](/forum) and include a link to the package on
15+
[PyPI](https://pypi.org/).
16+
17+
Robot Kit
18+
---------
19+
920
The following python libraries are installed and available for use in your robot's software:
1021

1122
* [Babel 1.3.3](http://babel.pocoo.org/)

0 commit comments

Comments
 (0)