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
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,12 @@ Commands to launch all of the nodes:
10
10
source ../ros-source.sh
11
11
colcon build
12
12
ros-source
13
-
ros2 launch coffee_head all_nodes.launch.py
13
+
# Note: coffee_head package was split into coffee_head_control and coffee_vision
14
+
# Launch individual nodes as needed - see sections below
14
15
```
15
16
16
-
- Camera node handles opening the camera, tracking faces (`src/coffee_head/coffee_head/camera_node.py`).
17
-
- 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`).
17
+
- Camera node handles opening the camera, tracking faces (`src/coffee_vision/coffee_vision/camera_node.py`).
18
+
- 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_control/coffee_head_control/head_tracking.py`).
18
19
- Subscribes to the camera node.
19
20
- Coffee Expression show the latest version of the eye shapes with a new topic message (`src/coffee_expressions/coffee_expressions/plaipin_expressive_eyes.py`)
20
21
- Coffee Eyes shows the eye visuals for the Coffee Buddy robot, (`src/coffee_face/coffee_face/coffee_eyes.py`).
0 commit comments