The main grasp collector node. More...
#include "rail_grasp_collection/GraspCollector.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
The main grasp collector node.
The grasp collector is responsible for capturing and storing grasps. An action server is started is the main entry point to grasp collecting.
Definition in file rail_grasp_collection.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Creates and runs the rail_grasp_collection node.
argc | argument count that is passed to ros::init. |
argv | arguments that are passed to ros::init. |
Definition at line 24 of file rail_grasp_collection.cpp.