File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
behavior_nodes/behavior_nodes/language_model_processor_node Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 LANGUAGE_MODEL_PROCESSOR_STATUS_TOPIC
1919)
2020from coffee_interfaces .srv import ChatService , DispenseCoffee
21- from coffee_control_msgs .srv import CoffeeCommand
21+ from coffee_machine_control_msgs .srv import CoffeeCommand
2222import concurrent .futures
2323import asyncio
2424
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments