@@ -10,43 +10,50 @@ Robot Kit
10
10
---------
11
11
12
12
The following python libraries are installed and available for use in your robot's software:
13
+ <!-- cspell:disable -->
13
14
14
- * [ astoria 0.10.0] ( https://pypi.org/project/astoria )
15
+ * [ april-vision 1.0.2] ( https://pypi.org/project/april-vision )
16
+ * [ astoria 0.11.1] ( https://pypi.org/project/astoria )
15
17
* [ cached-property 1.5.2] ( https://pypi.org/project/cached-property )
16
18
* [ click 8.1.2] ( https://pypi.org/project/click )
17
19
* [ cycler 0.11.0] ( https://pypi.org/project/cycler )
18
20
* [ dateutil 2.8.2] ( https://pypi.org/project/python-dateutil )
21
+ * [ debugpy 1.6.3] ( https://pypi.org/project/debugpy )
19
22
* [ dbus-next 0.2.3] ( https://pypi.org/project/dbus-next )
20
23
* [ docopt 0.6.2] ( https://pypi.org/project/docopt )
21
24
* [ gmqtt 0.6.11] ( https://pypi.org/project/gmqtt )
22
25
* [ gpg 1.17.1] ( https://pypi.org/project/gpg )
23
26
* [ iniparse 0.5] ( https://pypi.org/project/iniparse )
24
27
* [ j5 1.1.2] ( https://pypi.org/project/j5 )
25
- * [ j5-zoloto 0.4.0] ( https://pypi.org/project/j5-zoloto )
26
- * [ kchd 0.4.0] ( https://pypi.org/project/kchd )
28
+ * [ kchd 0.4.1] ( https://pypi.org/project/kchd )
27
29
* [ matplotlib 3.5.1] ( https://pypi.org/project/matplotlib )
28
30
* [ numpy 1.22.3] ( https://pypi.org/project/numpy )
29
31
* opencv 4.5.5
32
+ * [ paho-mqtt 1.6.1] ( https://pypi.org/project/paho-mqtt )
30
33
* [ pandas 1.4.2] ( https://pypi.org/project/pandas )
31
- * [ pillow 9.0.1] ( https://pypi.org/project/Pillow )
34
+ * [ Pillow 9.0.1] ( https://pypi.org/project/Pillow )
35
+ * [ prompt-toolkit 3.0.24] ( https://pypi.org/project/prompt-toolkit )
36
+ * [ pyapriltags 3.3.0.post2] ( https://pypi.org/project/pyapriltags )
32
37
* [ pydantic 1.9.1] ( https://pypi.org/project/pydantic )
33
- * [ pygobject 3.42.0] ( https://pypi.org/project/PyGObject )
38
+ * [ PyGObject 3.42.0] ( https://pypi.org/project/PyGObject )
34
39
* [ pyparsing 3.0.7] ( https://pypi.org/project/pyparsing )
35
40
* [ pyquaternion 0.9.9] ( https://pypi.org/project/pyquaternion )
36
41
* [ pyserial 3.5] ( https://pypi.org/project/pyserial )
37
42
* [ pytz 2022.1] ( https://pypi.org/project/pytz )
38
43
* [ pyudev 0.23.2] ( https://pypi.org/project/pyudev )
39
44
* [ pyusb 1.2.1] ( https://pypi.org/project/pyusb )
40
45
* [ pyyaml 6.0] ( https://pypi.org/project/PyYAML )
41
- * [ rpi.gpio 0.7.0] ( https://pypi.org/project/rpi.gpio )
46
+ * [ RPi.GPIO 0.7.0] ( https://pypi.org/project/rpi.gpio )
47
+ * [ rtui 0.1.1] ( https://pypi.org/project/rtui )
42
48
* [ setuptools 59.5.0] ( https://pypi.org/project/setuptools )
43
49
* [ six 1.16.0] ( https://pypi.org/project/six )
44
- * [ sr.robot3 2023.0.4 ] ( https://pypi.org/project/sr.robot3 )
50
+ * [ sr.robot3 2023.2.0 ] ( https://pypi.org/project/sr.robot3 )
45
51
* [ tomli 2.0.1] ( https://pypi.org/project/tomli )
46
52
* [ tomli-w 1.0.0] ( https://pypi.org/project/tomli-w )
47
53
* [ typing-extensions 3.10.0.0] ( https://pypi.org/project/typing-extensions )
48
54
* [ udiskie 2.3.3] ( https://pypi.org/project/udiskie )
49
55
* [ zoloto 0.8.0] ( https://pypi.org/project/zoloto )
56
+ <!-- cspell:enable -->
50
57
51
58
If you wish to use a library that isn't listed above, get in contact with us on Discord and have a chat with us about it.
52
59
@@ -58,11 +65,13 @@ competition. Note that for local development you will need to install these
58
65
yourself.
59
66
60
67
<!-- updating this list? Also update https://github.com/srobo/competition-simulator/blob/master/libraries.txt -->
68
+ <!-- cspell:disable -->
61
69
62
70
* [ matplotlib 3.5.1] ( https://pypi.org/project/matplotlib/3.5.1/ )
63
71
* [ numpy 1.22.3] ( https://pypi.org/project/numpy/1.22.3/ )
64
72
* [ pandas 1.4.2] ( https://pypi.org/project/pandas/1.4.2/ )
65
73
* [ typing-extensions 3.10.0.0] ( https://pypi.org/project/typing-extensions/3.10.0.0/ )
74
+ <!-- cspell:enable -->
66
75
67
76
If there are other libraries you would like included, please get in contact with
68
77
us on Discord and have a chat with us about it.
0 commit comments