Skip to content

Commit 0126dea

Browse files
committed
Add coffee control node
1 parent 331fb23 commit 0126dea

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

coffee_ws/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,14 @@ sudo docker run -it --rm -v /dev:/dev --privileged --net=host microros/micro-ros
103103
ros2 run coffee_joystick joystick_control
104104
```
105105

106+
## Launching Coffee Control Node
107+
```
108+
ros2 run coffee_control coffee_control_node --ros-args -p mac_address:=<your_machine_mac>
109+
```
110+
111+
Or use the launch file (recommended)
112+
ros2 launch coffee_control coffee_control.launch.py # Uses default MAC: 9C:95:6E:61:B6:2C
113+
ros2 launch coffee_control coffee_control.launch.py mac_address:=<your_machine_mac>
106114

107115
## Launching Dialogue System
108116

0 commit comments

Comments
 (0)