March 2018
Intermediate to advanced
1396 pages
42h 14m
English
As we discussed, the track.yaml file contains ROS parameters, which are required by the face_tracker_node. Here are the contents of track.yaml:
image_input_topic: "/usb_cam/image_raw"
face_detected_image_topic: "/face_detector/raw_image"
haar_file_face:
"/home/robot/ros_robotics_projects_ws/
src/face_tracker_pkg/data/face.xml"
face_tracking: 1
display_original_image: 1
display_tracking_image: 1
You can change all the parameters according to your needs. Especially, you may need to change haar_file_face, which is the path of the Haar face file. If we set face_tracking:1, it will enable face tracking, otherwise not. Also, if you want to display the original and face-tracking image, you can set the flag here.