You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 inScenarioStateBase
. 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.The text was updated successfully, but these errors were encountered: