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