Skip to content

Commit d62d7c7

Browse files
committed
Update README
1 parent 85e3a4f commit d62d7c7

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

coffee_ws/README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ ros-source
77
ros2 launch coffee_head all_nodes.launch.py
88
```
99

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.
1715

1816
Commands to launch separate nodes:
1917

0 commit comments

Comments
 (0)