Skip to content

Commit b9f38ab

Browse files
committed
Add command list for terminal windows
1 parent b04c098 commit b9f38ab

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

coffee_ws/README.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,39 @@ We can make a call to the service as follows:
186186
ros2 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
```
192223
ros2 run coffee_head eye_tracking
193224
ros2 run coffee_face coffee_eyes

0 commit comments

Comments
 (0)