You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: coffee_ws/README.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,11 @@ ros-source
7
7
ros2 launch coffee_head all_nodes.launch.py
8
8
```
9
9
10
-
- Camera node handles opening the camera, tracking faces (src/coffee_head/coffee_head/camera_node.py).
11
-
12
-
- Head tracking handles the PID controller, and is in coordination with the camera node to move the motors to center the detected face in frame (src/coffee_head/coffee_head/head_tracking.py).
13
-
-- Subscribes to the camera node.
14
-
15
-
- Coffee Eyes shows the eye visuals for the Coffee Buddy robot, (src/coffee_face/coffee_face/coffee_eyes.py).
16
-
-- Subscribes to the camera node to adjust eye position in window.
10
+
- Camera node handles opening the camera, tracking faces (`src/coffee_head/coffee_head/camera_node.py`).
11
+
- Head tracking handles the PID controller, and is in coordination with the camera node to move the motors to center the detected face in frame (`src/coffee_head/coffee_head/head_tracking.py`).
12
+
- Subscribes to the camera node.
13
+
- Coffee Eyes shows the eye visuals for the Coffee Buddy robot, (`src/coffee_face/coffee_face/coffee_eyes.py`).
14
+
- Subscribes to the camera node to adjust eye position in window.
0 commit comments