#include <ros/ros.h>
#include "pr2_interactive_object_detection/pr2_interactive_object_detection_backend.h"
#include "pr2_interactive_object_detection/GraspableObjectList.h"
#include <household_objects_database_msgs/GetModelDescription.h>
#include <household_objects_database_msgs/GetModelMesh.h>
#include <sensor_msgs/Image.h>
#include <sensor_msgs/CameraInfo.h>
#include <sensor_msgs/PointCloud2.h>
#include <stereo_msgs/DisparityImage.h>
#include <object_segmentation_gui/ObjectSegmentationGuiAction.h>
#include <tabletop_object_detector/marker_generator.h>
#include <tabletop_object_detector/TabletopDetection.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 1040 of file pr2_interactive_object_detection_backend.cpp.