Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Method for speech synthesis in the action SM base class #20

Open
alex-mitrevski opened this issue Mar 12, 2020 · 0 comments
Open

Method for speech synthesis in the action SM base class #20

alex-mitrevski opened this issue Mar 12, 2020 · 0 comments

Comments

@alex-mitrevski
Copy link
Member

Problem description

In order to make our actions more interactive/interpretable to outside observers, it might make sense to have a generic way of synthesising speech from within the actions. Right now, this has to be done by creating an appropriate publisher in every action where this functionality is desired.

Suggested solution

Add a say method to the action base class just like in ScenarioStateBase. This however means that the action base class should ideally be moved to the ros package in this repository since we do speech synthesis through ROS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant