amazon-archives / aws-robomaker-sample-application-persondetection

Use AWS RoboMaker and demonstrate the use of Amazon Rekognition to recognize people's faces and Amazon Polly to synthesize speech.
MIT No Attribution
25 stars 18 forks source link

Update path to tts.voicer #56

Closed mm318 closed 4 years ago

mm318 commented 4 years ago

With https://github.com/aws-robotics/tts-ros2/pull/13, voicer.py was moved from under tts to tts.service. So after the next bloom release of tts-ros2, this package needs to be updated with references to tts.voicer replaced with tts.scripts.voicer.

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.73. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

mm318 commented 4 years ago

The aforementioned fix was part of the version 2.0.2 release.