update bridges and add bridge examples (speech/controller and robot)

This commit is contained in:
Brian Delhaisse
2019-06-22 03:23:09 +02:00
parent 7b876780fc
commit 1926238a64
22 changed files with 620 additions and 172 deletions
+1 -1
View File
@@ -33,4 +33,4 @@ interface = SpeechTranslatorInterface(verbose=True, from_lang=args.lang, target_
# run the interface
while True:
data = interface.run()
data = interface.step()