Closed mfussi66 closed 1 year ago
CI failed on Windows.
The CI failure on Windows seems unrelated to this PR anyhow.
Yep, this is the error:
Failures
- curl (exited 1) - curl not installed. An error occurred during installation:
The remote server returned an error: (504) Gateway Timeout. Gateway Timeout
Enjoy using Chocolatey? Explore more amazing features to take your
experience to the next level at
https://chocolatey.org/compare
Error: Process completed with exit code 1.
Maybe there's an upstream issue with Chocolatey?
Maybe there's an upstream issue with Chocolatey?
Maybe. It's a bit random anyway. I'll try to re-launch the failed jobs later.
This PR adds two new modules:
fakeGoogleSpeech
andfakeGoogleSpeechProcess
, that can be used when it is not possible to use the originalgoogleSpeech
andgoogleSpeechProcess
modules, since they rely on connection with Google. The fake modules do not perform any actions, they only make sure to open the ports needed bymanagerTUG
. Nonetheless, a user could send an RPC tofakeGoogleSpeechProcess
with a phrase, and it will return a positive reply.Together with the fake modules, a docker image and compose file are added, so there can be a clearer separation.
Keeping the PR in draft until https://github.com/robotology/assistive-rehab/pull/325 is merged, so I can rebase first.