#include <ros/ros.h>
#include <actionlib/server/simple_action_server.h>
#include <simple_grasping/shape_grasp_planner.h>
#include <grasping_msgs/GraspPlanningAction.h>
Go to the source code of this file.
Classes | |
class | GraspPlannerNode |
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 66 of file grasp_planner_node.cpp.