File tree Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 1
1
# Basic set of required packages. If you need to run on a real system (NOT in STUB mode)
2
2
# install the packages in `requirements.txt` too.
3
3
4
- absl-py==0.4 .1
4
+ absl-py==0.8 .1
5
5
apiai==1.2.3
6
6
astor==0.7.1
7
7
Babel==2.5.3
@@ -10,21 +10,21 @@ chardet==3.0.4
10
10
click==6.7
11
11
clickclick==1.2.2
12
12
connexion==1.4.2
13
- Flask==1.0.2
14
- Flask-Babel==0.11 .2
15
- Flask-Cors==3.0.4
13
+ Flask==1.1.1
14
+ Flask-Babel==0.12 .2
15
+ Flask-Cors==3.0.8
16
16
gast==0.2.0
17
17
grpcio==1.15.0
18
18
idna==2.6
19
19
inflection==0.3.1
20
20
itsdangerous==0.24
21
- Jinja2==2.10
21
+ Jinja2==2.10.3
22
22
jsonschema==2.6.0
23
23
Markdown==2.6.11
24
24
MarkupSafe==1.0
25
- numpy==1.14.3
25
+ numpy==1.17.4
26
26
opencv-contrib-python==3.4.3.18
27
- pigpio==1.40.post1
27
+ pigpio==1.44
28
28
Pillow==6.2.0
29
29
protobuf==3.6.1
30
30
Pypubsub==4.0.0
@@ -35,11 +35,11 @@ requests==2.20.0
35
35
six==1.11.0
36
36
smbus2==0.2.0
37
37
swagger-spec-validator==2.3.1
38
- tensorboard==1.11 .0
39
- tensorflow==1.11 .0
38
+ tensorboard==1.14 .0
39
+ tensorflow==1.14 .0
40
40
termcolor==1.1.0
41
41
tinydb==3.12.1
42
42
urllib3==1.23
43
43
Werkzeug==0.15.3
44
- setuptools==39.1.0
44
+ setuptools==42.0.1
45
45
cachetools==3.0.0
Original file line number Diff line number Diff line change @@ -130,7 +130,10 @@ def stop(self):
130
130
# updating state
131
131
self ._is_moving = False
132
132
# restoring callback
133
- self ._wheelsAxle_lock .release ()
133
+ try :
134
+ self ._wheelsAxle_lock .release ()
135
+ except RuntimeError :
136
+ pass
134
137
135
138
# CALLBACK
136
139
def cancel_callback (self ):
You can’t perform that action at this time.
0 commit comments