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