RobotecAI / rai

RAI is a multi-vendor agent framework for robotics, utilizing Langchain and ROS 2 tools to perform complex actions, defined scenarios, free interface execution, log summaries, voice interaction and more.
Apache License 2.0
163 stars 18 forks source link

Move ASR & TTS api to rai core #309

Open maciejmajek opened 2 weeks ago

maciejmajek commented 2 weeks ago

Is your feature request related to a problem? Please describe. Currently, ASR and TTS features are implemented in RAI_ASR and RAI_TTS ROS 2 packages. This makes it hard to test these features outside of ROS 2.

Describe the solution you'd like The api should be moved to the core rai package. Benefits:

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.