File tree Expand file tree Collapse file tree 1 file changed +32
-1
lines changed
Expand file tree Collapse file tree 1 file changed +32
-1
lines changed Original file line number Diff line number Diff line change @@ -186,8 +186,39 @@ We can make a call to the service as follows:
186186ros2 service call /chat coffee_interfaces/srv/ChatService "{prompt: 'Hello there, what are you doing here?'}"
187187```
188188
189+ # Terminal Window set up
189190
190- ## Miscellaneous
191+ ## Window 1
192+
193+ ```
194+ ros2 run coffee_head camera_node
195+
196+ ros2 run coffee_expressions plaipin_expressive_eyes
197+
198+ ros2 run dynamixel_sdk_examples read_write_node
199+
200+ ros2 launch coffee_expressions_state_manager state_manager.launch.py
201+
202+ ros2 run coffee_head head_tracking
203+
204+ sudo docker run -it --rm -v /dev:/dev --privileged --net=host microros/micro-ros-agent:jazzy serial --dev /dev/ttyUSB1 -v6
205+
206+ ```
207+
208+ ## Window 2
209+
210+ ```
211+ ros2 run effector_nodes tts_node
212+
213+ ros2 run coffee_control coffee_control_node --ros-args -p use_mock_machine:=true -p "mac_address:=''"
214+
215+ ros2 run behavior_nodes language_model_processor_node
216+
217+ ros2 launch perception_nodes voice_intent.launch.py use_vad:=true vad_silence_duration:=1500
218+ ```
219+
220+
221+ # Miscellaneous
191222```
192223ros2 run coffee_head eye_tracking
193224ros2 run coffee_face coffee_eyes
You can’t perform that action at this time.
0 commit comments