1 #ifndef AA_FACEDETECTION_H
2 #define AA_FACEDETECTION_H
5 #include "opencv_apps/FaceArrayStamped.h"
6 #include "look_caresses_pkg/platform_control.h"
11 int detectedFaceConsec;
12 ros::Publisher pubPlat;
13 ros::Subscriber subImageDetectRight;
14 ros::Subscriber subImageDetectLeft;
17 void subImgDetectCallbackRight(
const opencv_apps::FaceArrayStamped &msgFacesRight);
18 void subImgDetectCallbackLeft(
const opencv_apps::FaceArrayStamped &msgFacesLeft);
27 #endif // AA_FACEDETECTION_H
int main()
The main for face detection task. It make MiRo turns around z axis until a face is visible in both ca...
Aa_faceDetection(ros::NodeHandle nh, ros::Publisher pubPlat)
Costructor for phase Aa task.