#include <ros/ros.h>
#include <ros/service.h>
#include <fanuc_grinding_comparison/ComparisonService.h>
Go to the source code of this file.
Functions | |
bool | comparison (fanuc_grinding_comparison::ComparisonService::Request &req, fanuc_grinding_comparison::ComparisonService::Response &res) |
int | main (int argc, char **argv) |
Variables | |
boost::shared_ptr< ros::NodeHandle > | node |
bool comparison | ( | fanuc_grinding_comparison::ComparisonService::Request & | req, |
fanuc_grinding_comparison::ComparisonService::Response & | res | ||
) |
This is the service function that is called whenever a request is received
req[int] | |
res[out] |
Definition at line 22 of file comparison.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 33 of file comparison.cpp.
Definition at line 14 of file comparison.cpp.