#include <ros/ros.h>#include <actionlib/client/simple_action_client.h>#include <sensor_msgs/Image.h>#include <sensor_msgs/CameraInfo.h>#include <stereo_msgs/DisparityImage.h>#include <visualization_msgs/Marker.h>#include <tabletop_object_detector/TabletopSegmentation.h>#include <string>#include <vector>#include <ostream>#include "ros/serialization.h"#include "ros/builtin_message_traits.h"#include "ros/message_operations.h"#include "ros/message.h"#include "ros/time.h"#include "ros/service_traits.h"#include "tabletop_object_detector/Table.h"#include "sensor_msgs/PointCloud.h"#include <tf/transform_listener.h>#include "object_segmentation_gui/ObjectSegmentationGuiAction.h"

Go to the source code of this file.
Classes | |
| class | TabletopObjectSegmenterGui |
Functions | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 269 of file tabletop_object_segmentation_gui_node.cpp.