The main grasp retriever node. More...
#include "rail_grasp_collection/GraspRetriever.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
The main grasp retriever node.
The grasp retriever allows for loading stored grasps from the grasp database training set. An action server is started as the main entry point to grasp retrieval. A latched topic is used to publish the resulting point cloud and pose.
Definition in file rail_grasp_retriever.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Creates and runs the rail_grasp_retriever node.
argc | argument count that is passed to ros::init. |
argv | arguments that are passed to ros::init. |
Definition at line 25 of file rail_grasp_retriever.cpp.