18 #ifndef RAPP_HUMAN_DETECTION_NODE
19 #define RAPP_HUMAN_DETECTION_NODE
23 #include <rapp_platform_ros_communications/HumanDetectionRosSrv.h>
47 rapp_platform_ros_communications::HumanDetectionRosSrv::Request& req,
48 rapp_platform_ros_communications::HumanDetectionRosSrv::Response& res
65 #endif // RAPP_HUMAN_DETECTION_NODE
Class that implements a human detection algorithm based on a Haar cascade classifier.
HumanDetector human_detector_
HumanDetection(void)
Default constructor.
bool humanDetectionCallback(rapp_platform_ros_communications::HumanDetectionRosSrv::Request &req, rapp_platform_ros_communications::HumanDetectionRosSrv::Response &res)
Serves the human detection ROS service callback.
std::string humanDetectionTopic_
Class HumanDetection uptakes the task of handling the ROS service callbacks.
ros::ServiceServer humanDetectionService_