Skip to content

Commit 28fb22d

Browse files
committed
Update reference to coffee_control
1 parent d204c16 commit 28fb22d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

coffee_ws/src/behavior_nodes/behavior_nodes/language_model_processor_node/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
LANGUAGE_MODEL_PROCESSOR_STATUS_TOPIC
1919
)
2020
from coffee_interfaces.srv import ChatService, DispenseCoffee
21-
from coffee_control_msgs.srv import CoffeeCommand
21+
from coffee_machine_control_msgs.srv import CoffeeCommand
2222
import concurrent.futures
2323
import asyncio
2424

coffee_ws/src/coffee_voice_agent/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export VOICE_AGENT_TEMPERATURE="0.7" # Optional LLM temperature
3838
### ROS2 Dependencies
3939
- `rclpy`
4040
- `std_msgs`
41-
- `coffee_control_msgs`
41+
- `coffee_machine_control_msgs`
4242
- `coffee_expressions_msgs`
4343

4444
### Python Dependencies
@@ -80,7 +80,7 @@ ros2 run coffee_voice_agent voice_agent_node
8080

8181
### Integration Topics
8282
- Publishes to `/robot/affective_state` for expression system
83-
- Can subscribe to `/coffee_control/status` for machine updates
83+
- Can subscribe to `/coffee_machine/get_status` for machine updates
8484

8585
## Virtual Requests
8686

coffee_ws/src/coffee_voice_agent/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<depend>rclpy</depend>
1111
<depend>std_msgs</depend>
12-
<depend>coffee_control_msgs</depend>
12+
<depend>coffee_machine_control_msgs</depend>
1313
<depend>coffee_expressions_msgs</depend>
1414

1515
<test_depend>ament_copyright</test_depend>

0 commit comments

Comments
 (0)