#include <ros/ros.h>#include "tabletop_object_detector/SegmentObjectInHand.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 "sensor_msgs/PointCloud2.h"

Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| Pings the segment object in hand service and broadcasts the result. | |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Pings the segment object in hand service and broadcasts the result.
Definition at line 41 of file ping_segment_object_in_hand.cpp.