RAPP Platform
v0.6.0
RAPP Platform is a collection of ROS nodes and back-end processes that aim to deliver ready-to-use generic services to robots
|
Uptakes the task of setting up the ROS service callbacks towards qr detection. More...
#include <qr_detection.h>
Public Member Functions | |
QrDetection (void) | |
Default constructor. More... | |
bool | qrDetectionCallback (rapp_platform_ros_communications::QrDetectionRosSrv::Request &req, rapp_platform_ros_communications::QrDetectionRosSrv::Response &res) |
The qr detection ROS service callback. More... | |
Private Attributes | |
ros::NodeHandle | nh_ |
QrDetector | qr_detector_ |
ros::ServiceServer | qrDetectionService_ |
std::string | qrDetectionTopic_ |
Uptakes the task of setting up the ROS service callbacks towards qr detection.
Definition at line 31 of file qr_detection.h.
QrDetection::QrDetection | ( | void | ) |
Default constructor.
Definition at line 23 of file qr_detection.cpp.
bool QrDetection::qrDetectionCallback | ( | rapp_platform_ros_communications::QrDetectionRosSrv::Request & | req, |
rapp_platform_ros_communications::QrDetectionRosSrv::Response & | res | ||
) |
The qr detection ROS service callback.
req | [rapp_platform_ros_communications::QrDetectionRosSrv::Request&] The service request |
res | [rapp_platform_ros_communications::QrDetectionRosSrv::Response&] The service response |
Definition at line 40 of file qr_detection.cpp.
|
private |
< The ROS node handle The service server
Definition at line 53 of file qr_detection.h.
|
private |
Definition at line 62 of file qr_detection.h.
|
private |
Topic nomeclarure. Holds the qr detection ROS service topic URI
Definition at line 56 of file qr_detection.h.
|
private |
Object of QrDetection type
Definition at line 59 of file qr_detection.h.