File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ title: Available Python Libraries
4
4
---
5
5
6
6
<!-- Simulator libraries https://github.com/srobo/competition-simulator/blob/main/libraries.txt -->
7
- <!-- Robot image libraries https://github.com/srobo/robot-image/blob/main/libraries.txt -->
8
- <!-- Robot image requirements https://github.com/srobo/robot-image/blob/main/requirements.txt -->
7
+ <!-- Robot image libraries https://github.com/srobo/robot-image/blob/main/files/python/ libraries.txt -->
8
+ <!-- Robot image requirements https://github.com/srobo/robot-image/blob/main/files/python/ requirements.txt -->
9
9
10
10
# Available Python Libraries
11
11
@@ -43,7 +43,9 @@ Generally we will try to keep the libraries available in the simulator the same
43
43
The list below outlines the differences.
44
44
45
45
<!-- cspell:disable -->
46
+ * ` debugpy ` is not available in the simulator
46
47
* ` flask ` is not available in the simulator
47
48
* ` opencv ` is not available in the simulator
49
+ * ` sr-robot3 ` that comes with the simulator has the same API but is different to the one available on pypi
48
50
<!-- cspell:enable -->
49
51
You can’t perform that action at this time.
0 commit comments