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
Copy file name to clipboardExpand all lines: coffee_ws/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,7 +184,7 @@ ros2 run coffee_voice_agent voice_agent_node
184
184
Receives text to be spoken and sends it to the TTS engine.
185
185
In the LLM flow, all it does is receive the output from the LLM and send it to the TTS engine.
186
186
```
187
-
ros2 run effector_nodes tts_node
187
+
ros2 run coffee_voice_service tts_node
188
188
```
189
189
190
190
`tts_node` explicitly handles the calls to Eleven Labs or Fish Audio. It run a `ROS2 Service` that makes a synchronous call to the server. An example service call is provided here:
0 commit comments