We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 331fb23 commit 0126deaCopy full SHA for 0126dea
coffee_ws/README.md
@@ -103,6 +103,14 @@ sudo docker run -it --rm -v /dev:/dev --privileged --net=host microros/micro-ros
103
ros2 run coffee_joystick joystick_control
104
```
105
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>
114
115
## Launching Dialogue System
116
0 commit comments