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 11# Basic set of required packages. If you need to run on a real system (NOT in STUB mode)
22# install the packages in `requirements.txt` too.
33
4- absl-py==0.4 .1
4+ absl-py==0.8 .1
55apiai==1.2.3
66astor==0.7.1
77Babel==2.5.3
@@ -10,21 +10,21 @@ chardet==3.0.4
1010click==6.7
1111clickclick==1.2.2
1212connexion==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
1616gast==0.2.0
1717grpcio==1.15.0
1818idna==2.6
1919inflection==0.3.1
2020itsdangerous==0.24
21- Jinja2==2.10
21+ Jinja2==2.10.3
2222jsonschema==2.6.0
2323Markdown==2.6.11
2424MarkupSafe==1.0
25- numpy==1.14.3
25+ numpy==1.17.4
2626opencv-contrib-python==3.4.3.18
27- pigpio==1.40.post1
27+ pigpio==1.44
2828Pillow==6.2.0
2929protobuf==3.6.1
3030Pypubsub==4.0.0
@@ -35,11 +35,11 @@ requests==2.20.0
3535six==1.11.0
3636smbus2==0.2.0
3737swagger-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
4040termcolor==1.1.0
4141tinydb==3.12.1
4242urllib3==1.23
4343Werkzeug==0.15.3
44- setuptools==39.1.0
44+ setuptools==42.0.1
4545cachetools==3.0.0
Original file line number Diff line number Diff line change @@ -130,7 +130,10 @@ def stop(self):
130130 # updating state
131131 self ._is_moving = False
132132 # restoring callback
133- self ._wheelsAxle_lock .release ()
133+ try :
134+ self ._wheelsAxle_lock .release ()
135+ except RuntimeError :
136+ pass
134137
135138 # CALLBACK
136139 def cancel_callback (self ):
You can’t perform that action at this time.
0 commit comments