Skip to content

Commit 52ad31d

Browse files
committed
Update parent README to reference new package name coffee_voice_service
1 parent 15efa64 commit 52ad31d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

coffee_ws/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ ros2 run coffee_voice_agent voice_agent_node
184184
Receives text to be spoken and sends it to the TTS engine.
185185
In the LLM flow, all it does is receive the output from the LLM and send it to the TTS engine.
186186
```
187-
ros2 run effector_nodes tts_node
187+
ros2 run coffee_voice_service tts_node
188188
```
189189

190190
`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:
@@ -244,7 +244,7 @@ sudo docker run -it --rm -v /dev:/dev --privileged --net=host microros/micro-ros
244244
## Window 2
245245

246246
```
247-
ros2 run effector_nodes tts_node
247+
ros2 run coffee_voice_service tts_node
248248
249249
ros2 run coffee_machine_control coffee_machine_control_node --ros-args -p use_mock_machine:=true -p "mac_address:=''"
250250
@@ -303,7 +303,7 @@ ros2 run perception_nodes voice_intent_node
303303
304304
ros2 run behavior_nodes language_model_processor_node
305305
306-
ros2 run effector_nodes tts_node
306+
ros2 run coffee_voice_service tts_node
307307
```
308308

309309
# ROS2 Package Creation Compatibility

0 commit comments

Comments
 (0)