The main grasp model retriever node. More...
#include "rail_recognition/GraspModelRetriever.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
The main grasp model retriever node.
The grasp model retriever allows for loading stored models 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 array.
Definition in file rail_grasp_model_retriever.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Creates and runs the rail_grasp_model_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_model_retriever.cpp.