#include <string>#include <stdio.h>#include <execinfo.h>#include <signal.h>#include <stdlib.h>#include <unistd.h>#include <ros/ros.h>#include <grasp_planning_graspit_ros/LogBindingROS.h>#include <grasp_planning_graspit_ros/GraspItServices.h>
Go to the source code of this file.
Functions | |
| void | handler (int sig) | 
| int | main (int argc, char **argv) | 
| void | print_trace (void) | 
| void handler | ( | int | sig | ) | 
Definition at line 58 of file grasp_planning_service.cpp.
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 65 of file grasp_planning_service.cpp.
| void print_trace | ( | void | ) | 
Helper method to print the trace in case of a SIG* event
Definition at line 39 of file grasp_planning_service.cpp.