#include <grasp_planning_graspit/GraspItSceneManagerHeadless.h>
#include <grasp_planning_graspit/EigenGraspPlanner.h>
#include <grasp_planning_graspit/EigenGraspResult.h>
#include <string>
#include <vector>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Tutorial on how to load a world and run the Eigengrasp planner. |
int main | ( | int | argc, |
char ** | argv | ||
) |
Tutorial on how to load a world and run the Eigengrasp planner.
Definition at line 32 of file simple_planning_tutorial.cpp.