00001
00002 #ifndef OBJECT_SEGMENTATION_GUI_MESSAGE_OBJECTSEGMENTATIONGUIACTIONRESULT_H
00003 #define OBJECT_SEGMENTATION_GUI_MESSAGE_OBJECTSEGMENTATIONGUIACTIONRESULT_H
00004 #include <string>
00005 #include <vector>
00006 #include <ostream>
00007 #include "ros/serialization.h"
00008 #include "ros/builtin_message_traits.h"
00009 #include "ros/message_operations.h"
00010 #include "ros/message.h"
00011 #include "ros/time.h"
00012
00013 #include "std_msgs/Header.h"
00014 #include "actionlib_msgs/GoalStatus.h"
00015 #include "object_segmentation_gui/ObjectSegmentationGuiResult.h"
00016
00017 namespace object_segmentation_gui
00018 {
00019 template <class ContainerAllocator>
00020 struct ObjectSegmentationGuiActionResult_ : public ros::Message
00021 {
00022 typedef ObjectSegmentationGuiActionResult_<ContainerAllocator> Type;
00023
00024 ObjectSegmentationGuiActionResult_()
00025 : header()
00026 , status()
00027 , result()
00028 {
00029 }
00030
00031 ObjectSegmentationGuiActionResult_(const ContainerAllocator& _alloc)
00032 : header(_alloc)
00033 , status(_alloc)
00034 , result(_alloc)
00035 {
00036 }
00037
00038 typedef ::std_msgs::Header_<ContainerAllocator> _header_type;
00039 ::std_msgs::Header_<ContainerAllocator> header;
00040
00041 typedef ::actionlib_msgs::GoalStatus_<ContainerAllocator> _status_type;
00042 ::actionlib_msgs::GoalStatus_<ContainerAllocator> status;
00043
00044 typedef ::object_segmentation_gui::ObjectSegmentationGuiResult_<ContainerAllocator> _result_type;
00045 ::object_segmentation_gui::ObjectSegmentationGuiResult_<ContainerAllocator> result;
00046
00047
00048 private:
00049 static const char* __s_getDataType_() { return "object_segmentation_gui/ObjectSegmentationGuiActionResult"; }
00050 public:
00051 ROS_DEPRECATED static const std::string __s_getDataType() { return __s_getDataType_(); }
00052
00053 ROS_DEPRECATED const std::string __getDataType() const { return __s_getDataType_(); }
00054
00055 private:
00056 static const char* __s_getMD5Sum_() { return "cc714201d66909436687fe31c7901317"; }
00057 public:
00058 ROS_DEPRECATED static const std::string __s_getMD5Sum() { return __s_getMD5Sum_(); }
00059
00060 ROS_DEPRECATED const std::string __getMD5Sum() const { return __s_getMD5Sum_(); }
00061
00062 private:
00063 static const char* __s_getMessageDefinition_() { return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00064 \n\
00065 Header header\n\
00066 actionlib_msgs/GoalStatus status\n\
00067 ObjectSegmentationGuiResult result\n\
00068 \n\
00069 ================================================================================\n\
00070 MSG: std_msgs/Header\n\
00071 # Standard metadata for higher-level stamped data types.\n\
00072 # This is generally used to communicate timestamped data \n\
00073 # in a particular coordinate frame.\n\
00074 # \n\
00075 # sequence ID: consecutively increasing ID \n\
00076 uint32 seq\n\
00077 #Two-integer timestamp that is expressed as:\n\
00078 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00079 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00080 # time-handling sugar is provided by the client library\n\
00081 time stamp\n\
00082 #Frame this data is associated with\n\
00083 # 0: no frame\n\
00084 # 1: global frame\n\
00085 string frame_id\n\
00086 \n\
00087 ================================================================================\n\
00088 MSG: actionlib_msgs/GoalStatus\n\
00089 GoalID goal_id\n\
00090 uint8 status\n\
00091 uint8 PENDING = 0 # The goal has yet to be processed by the action server\n\
00092 uint8 ACTIVE = 1 # The goal is currently being processed by the action server\n\
00093 uint8 PREEMPTED = 2 # The goal received a cancel request after it started executing\n\
00094 # and has since completed its execution (Terminal State)\n\
00095 uint8 SUCCEEDED = 3 # The goal was achieved successfully by the action server (Terminal State)\n\
00096 uint8 ABORTED = 4 # The goal was aborted during execution by the action server due\n\
00097 # to some failure (Terminal State)\n\
00098 uint8 REJECTED = 5 # The goal was rejected by the action server without being processed,\n\
00099 # because the goal was unattainable or invalid (Terminal State)\n\
00100 uint8 PREEMPTING = 6 # The goal received a cancel request after it started executing\n\
00101 # and has not yet completed execution\n\
00102 uint8 RECALLING = 7 # The goal received a cancel request before it started executing,\n\
00103 # but the action server has not yet confirmed that the goal is canceled\n\
00104 uint8 RECALLED = 8 # The goal received a cancel request before it started executing\n\
00105 # and was successfully cancelled (Terminal State)\n\
00106 uint8 LOST = 9 # An action client can determine that a goal is LOST. This should not be\n\
00107 # sent over the wire by an action server\n\
00108 \n\
00109 #Allow for the user to associate a string with GoalStatus for debugging\n\
00110 string text\n\
00111 \n\
00112 \n\
00113 ================================================================================\n\
00114 MSG: actionlib_msgs/GoalID\n\
00115 # The stamp should store the time at which this goal was requested.\n\
00116 # It is used by an action server when it tries to preempt all\n\
00117 # goals that were requested before a certain time\n\
00118 time stamp\n\
00119 \n\
00120 # The id provides a way to associate feedback and\n\
00121 # result message with specific goal requests. The id\n\
00122 # specified must be unique.\n\
00123 string id\n\
00124 \n\
00125 \n\
00126 ================================================================================\n\
00127 MSG: object_segmentation_gui/ObjectSegmentationGuiResult\n\
00128 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00129 # The information for the plane that has been detected\n\
00130 tabletop_object_detector/Table table\n\
00131 \n\
00132 # The raw clusters detected in the scan \n\
00133 sensor_msgs/PointCloud[] clusters\n\
00134 \n\
00135 # Whether the detection has succeeded or failed\n\
00136 int32 NO_CLOUD_RECEIVED = 1\n\
00137 int32 NO_TABLE = 2\n\
00138 int32 OTHER_ERROR = 3\n\
00139 int32 SUCCESS = 4\n\
00140 int32 result\n\
00141 \n\
00142 \n\
00143 ================================================================================\n\
00144 MSG: tabletop_object_detector/Table\n\
00145 # Informs that a planar table has been detected at a given location\n\
00146 \n\
00147 # The pose gives you the transform that take you to the coordinate system\n\
00148 # of the table, with the origin somewhere in the table plane and the \n\
00149 # z axis normal to the plane\n\
00150 geometry_msgs/PoseStamped pose\n\
00151 \n\
00152 # These values give you the observed extents of the table, along x and y,\n\
00153 # in the table's own coordinate system (above)\n\
00154 # there is no guarantee that the origin of the table coordinate system is\n\
00155 # inside the boundary defined by these values. \n\
00156 float32 x_min\n\
00157 float32 x_max\n\
00158 float32 y_min\n\
00159 float32 y_max\n\
00160 \n\
00161 # There is no guarantee that the table doe NOT extend further than these \n\
00162 # values; this is just as far as we've observed it.\n\
00163 \n\
00164 ================================================================================\n\
00165 MSG: geometry_msgs/PoseStamped\n\
00166 # A Pose with reference coordinate frame and timestamp\n\
00167 Header header\n\
00168 Pose pose\n\
00169 \n\
00170 ================================================================================\n\
00171 MSG: geometry_msgs/Pose\n\
00172 # A representation of pose in free space, composed of postion and orientation. \n\
00173 Point position\n\
00174 Quaternion orientation\n\
00175 \n\
00176 ================================================================================\n\
00177 MSG: geometry_msgs/Point\n\
00178 # This contains the position of a point in free space\n\
00179 float64 x\n\
00180 float64 y\n\
00181 float64 z\n\
00182 \n\
00183 ================================================================================\n\
00184 MSG: geometry_msgs/Quaternion\n\
00185 # This represents an orientation in free space in quaternion form.\n\
00186 \n\
00187 float64 x\n\
00188 float64 y\n\
00189 float64 z\n\
00190 float64 w\n\
00191 \n\
00192 ================================================================================\n\
00193 MSG: sensor_msgs/PointCloud\n\
00194 # This message holds a collection of 3d points, plus optional additional\n\
00195 # information about each point.\n\
00196 \n\
00197 # Time of sensor data acquisition, coordinate frame ID.\n\
00198 Header header\n\
00199 \n\
00200 # Array of 3d points. Each Point32 should be interpreted as a 3d point\n\
00201 # in the frame given in the header.\n\
00202 geometry_msgs/Point32[] points\n\
00203 \n\
00204 # Each channel should have the same number of elements as points array,\n\
00205 # and the data in each channel should correspond 1:1 with each point.\n\
00206 # Channel names in common practice are listed in ChannelFloat32.msg.\n\
00207 ChannelFloat32[] channels\n\
00208 \n\
00209 ================================================================================\n\
00210 MSG: geometry_msgs/Point32\n\
00211 # This contains the position of a point in free space(with 32 bits of precision).\n\
00212 # It is recommeded to use Point wherever possible instead of Point32. \n\
00213 # \n\
00214 # This recommendation is to promote interoperability. \n\
00215 #\n\
00216 # This message is designed to take up less space when sending\n\
00217 # lots of points at once, as in the case of a PointCloud. \n\
00218 \n\
00219 float32 x\n\
00220 float32 y\n\
00221 float32 z\n\
00222 ================================================================================\n\
00223 MSG: sensor_msgs/ChannelFloat32\n\
00224 # This message is used by the PointCloud message to hold optional data\n\
00225 # associated with each point in the cloud. The length of the values\n\
00226 # array should be the same as the length of the points array in the\n\
00227 # PointCloud, and each value should be associated with the corresponding\n\
00228 # point.\n\
00229 \n\
00230 # Channel names in existing practice include:\n\
00231 # \"u\", \"v\" - row and column (respectively) in the left stereo image.\n\
00232 # This is opposite to usual conventions but remains for\n\
00233 # historical reasons. The newer PointCloud2 message has no\n\
00234 # such problem.\n\
00235 # \"rgb\" - For point clouds produced by color stereo cameras. uint8\n\
00236 # (R,G,B) values packed into the least significant 24 bits,\n\
00237 # in order.\n\
00238 # \"intensity\" - laser or pixel intensity.\n\
00239 # \"distance\"\n\
00240 \n\
00241 # The channel name should give semantics of the channel (e.g.\n\
00242 # \"intensity\" instead of \"value\").\n\
00243 string name\n\
00244 \n\
00245 # The values array should be 1-1 with the elements of the associated\n\
00246 # PointCloud.\n\
00247 float32[] values\n\
00248 \n\
00249 "; }
00250 public:
00251 ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); }
00252
00253 ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); }
00254
00255 ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const
00256 {
00257 ros::serialization::OStream stream(write_ptr, 1000000000);
00258 ros::serialization::serialize(stream, header);
00259 ros::serialization::serialize(stream, status);
00260 ros::serialization::serialize(stream, result);
00261 return stream.getData();
00262 }
00263
00264 ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr)
00265 {
00266 ros::serialization::IStream stream(read_ptr, 1000000000);
00267 ros::serialization::deserialize(stream, header);
00268 ros::serialization::deserialize(stream, status);
00269 ros::serialization::deserialize(stream, result);
00270 return stream.getData();
00271 }
00272
00273 ROS_DEPRECATED virtual uint32_t serializationLength() const
00274 {
00275 uint32_t size = 0;
00276 size += ros::serialization::serializationLength(header);
00277 size += ros::serialization::serializationLength(status);
00278 size += ros::serialization::serializationLength(result);
00279 return size;
00280 }
00281
00282 typedef boost::shared_ptr< ::object_segmentation_gui::ObjectSegmentationGuiActionResult_<ContainerAllocator> > Ptr;
00283 typedef boost::shared_ptr< ::object_segmentation_gui::ObjectSegmentationGuiActionResult_<ContainerAllocator> const> ConstPtr;
00284 };
00285 typedef ::object_segmentation_gui::ObjectSegmentationGuiActionResult_<std::allocator<void> > ObjectSegmentationGuiActionResult;
00286
00287 typedef boost::shared_ptr< ::object_segmentation_gui::ObjectSegmentationGuiActionResult> ObjectSegmentationGuiActionResultPtr;
00288 typedef boost::shared_ptr< ::object_segmentation_gui::ObjectSegmentationGuiActionResult const> ObjectSegmentationGuiActionResultConstPtr;
00289
00290
00291 template<typename ContainerAllocator>
00292 std::ostream& operator<<(std::ostream& s, const ::object_segmentation_gui::ObjectSegmentationGuiActionResult_<ContainerAllocator> & v)
00293 {
00294 ros::message_operations::Printer< ::object_segmentation_gui::ObjectSegmentationGuiActionResult_<ContainerAllocator> >::stream(s, "", v);
00295 return s;}
00296
00297 }
00298
00299 namespace ros
00300 {
00301 namespace message_traits
00302 {
00303 template<class ContainerAllocator>
00304 struct MD5Sum< ::object_segmentation_gui::ObjectSegmentationGuiActionResult_<ContainerAllocator> > {
00305 static const char* value()
00306 {
00307 return "cc714201d66909436687fe31c7901317";
00308 }
00309
00310 static const char* value(const ::object_segmentation_gui::ObjectSegmentationGuiActionResult_<ContainerAllocator> &) { return value(); }
00311 static const uint64_t static_value1 = 0xcc714201d6690943ULL;
00312 static const uint64_t static_value2 = 0x6687fe31c7901317ULL;
00313 };
00314
00315 template<class ContainerAllocator>
00316 struct DataType< ::object_segmentation_gui::ObjectSegmentationGuiActionResult_<ContainerAllocator> > {
00317 static const char* value()
00318 {
00319 return "object_segmentation_gui/ObjectSegmentationGuiActionResult";
00320 }
00321
00322 static const char* value(const ::object_segmentation_gui::ObjectSegmentationGuiActionResult_<ContainerAllocator> &) { return value(); }
00323 };
00324
00325 template<class ContainerAllocator>
00326 struct Definition< ::object_segmentation_gui::ObjectSegmentationGuiActionResult_<ContainerAllocator> > {
00327 static const char* value()
00328 {
00329 return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00330 \n\
00331 Header header\n\
00332 actionlib_msgs/GoalStatus status\n\
00333 ObjectSegmentationGuiResult result\n\
00334 \n\
00335 ================================================================================\n\
00336 MSG: std_msgs/Header\n\
00337 # Standard metadata for higher-level stamped data types.\n\
00338 # This is generally used to communicate timestamped data \n\
00339 # in a particular coordinate frame.\n\
00340 # \n\
00341 # sequence ID: consecutively increasing ID \n\
00342 uint32 seq\n\
00343 #Two-integer timestamp that is expressed as:\n\
00344 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00345 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00346 # time-handling sugar is provided by the client library\n\
00347 time stamp\n\
00348 #Frame this data is associated with\n\
00349 # 0: no frame\n\
00350 # 1: global frame\n\
00351 string frame_id\n\
00352 \n\
00353 ================================================================================\n\
00354 MSG: actionlib_msgs/GoalStatus\n\
00355 GoalID goal_id\n\
00356 uint8 status\n\
00357 uint8 PENDING = 0 # The goal has yet to be processed by the action server\n\
00358 uint8 ACTIVE = 1 # The goal is currently being processed by the action server\n\
00359 uint8 PREEMPTED = 2 # The goal received a cancel request after it started executing\n\
00360 # and has since completed its execution (Terminal State)\n\
00361 uint8 SUCCEEDED = 3 # The goal was achieved successfully by the action server (Terminal State)\n\
00362 uint8 ABORTED = 4 # The goal was aborted during execution by the action server due\n\
00363 # to some failure (Terminal State)\n\
00364 uint8 REJECTED = 5 # The goal was rejected by the action server without being processed,\n\
00365 # because the goal was unattainable or invalid (Terminal State)\n\
00366 uint8 PREEMPTING = 6 # The goal received a cancel request after it started executing\n\
00367 # and has not yet completed execution\n\
00368 uint8 RECALLING = 7 # The goal received a cancel request before it started executing,\n\
00369 # but the action server has not yet confirmed that the goal is canceled\n\
00370 uint8 RECALLED = 8 # The goal received a cancel request before it started executing\n\
00371 # and was successfully cancelled (Terminal State)\n\
00372 uint8 LOST = 9 # An action client can determine that a goal is LOST. This should not be\n\
00373 # sent over the wire by an action server\n\
00374 \n\
00375 #Allow for the user to associate a string with GoalStatus for debugging\n\
00376 string text\n\
00377 \n\
00378 \n\
00379 ================================================================================\n\
00380 MSG: actionlib_msgs/GoalID\n\
00381 # The stamp should store the time at which this goal was requested.\n\
00382 # It is used by an action server when it tries to preempt all\n\
00383 # goals that were requested before a certain time\n\
00384 time stamp\n\
00385 \n\
00386 # The id provides a way to associate feedback and\n\
00387 # result message with specific goal requests. The id\n\
00388 # specified must be unique.\n\
00389 string id\n\
00390 \n\
00391 \n\
00392 ================================================================================\n\
00393 MSG: object_segmentation_gui/ObjectSegmentationGuiResult\n\
00394 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00395 # The information for the plane that has been detected\n\
00396 tabletop_object_detector/Table table\n\
00397 \n\
00398 # The raw clusters detected in the scan \n\
00399 sensor_msgs/PointCloud[] clusters\n\
00400 \n\
00401 # Whether the detection has succeeded or failed\n\
00402 int32 NO_CLOUD_RECEIVED = 1\n\
00403 int32 NO_TABLE = 2\n\
00404 int32 OTHER_ERROR = 3\n\
00405 int32 SUCCESS = 4\n\
00406 int32 result\n\
00407 \n\
00408 \n\
00409 ================================================================================\n\
00410 MSG: tabletop_object_detector/Table\n\
00411 # Informs that a planar table has been detected at a given location\n\
00412 \n\
00413 # The pose gives you the transform that take you to the coordinate system\n\
00414 # of the table, with the origin somewhere in the table plane and the \n\
00415 # z axis normal to the plane\n\
00416 geometry_msgs/PoseStamped pose\n\
00417 \n\
00418 # These values give you the observed extents of the table, along x and y,\n\
00419 # in the table's own coordinate system (above)\n\
00420 # there is no guarantee that the origin of the table coordinate system is\n\
00421 # inside the boundary defined by these values. \n\
00422 float32 x_min\n\
00423 float32 x_max\n\
00424 float32 y_min\n\
00425 float32 y_max\n\
00426 \n\
00427 # There is no guarantee that the table doe NOT extend further than these \n\
00428 # values; this is just as far as we've observed it.\n\
00429 \n\
00430 ================================================================================\n\
00431 MSG: geometry_msgs/PoseStamped\n\
00432 # A Pose with reference coordinate frame and timestamp\n\
00433 Header header\n\
00434 Pose pose\n\
00435 \n\
00436 ================================================================================\n\
00437 MSG: geometry_msgs/Pose\n\
00438 # A representation of pose in free space, composed of postion and orientation. \n\
00439 Point position\n\
00440 Quaternion orientation\n\
00441 \n\
00442 ================================================================================\n\
00443 MSG: geometry_msgs/Point\n\
00444 # This contains the position of a point in free space\n\
00445 float64 x\n\
00446 float64 y\n\
00447 float64 z\n\
00448 \n\
00449 ================================================================================\n\
00450 MSG: geometry_msgs/Quaternion\n\
00451 # This represents an orientation in free space in quaternion form.\n\
00452 \n\
00453 float64 x\n\
00454 float64 y\n\
00455 float64 z\n\
00456 float64 w\n\
00457 \n\
00458 ================================================================================\n\
00459 MSG: sensor_msgs/PointCloud\n\
00460 # This message holds a collection of 3d points, plus optional additional\n\
00461 # information about each point.\n\
00462 \n\
00463 # Time of sensor data acquisition, coordinate frame ID.\n\
00464 Header header\n\
00465 \n\
00466 # Array of 3d points. Each Point32 should be interpreted as a 3d point\n\
00467 # in the frame given in the header.\n\
00468 geometry_msgs/Point32[] points\n\
00469 \n\
00470 # Each channel should have the same number of elements as points array,\n\
00471 # and the data in each channel should correspond 1:1 with each point.\n\
00472 # Channel names in common practice are listed in ChannelFloat32.msg.\n\
00473 ChannelFloat32[] channels\n\
00474 \n\
00475 ================================================================================\n\
00476 MSG: geometry_msgs/Point32\n\
00477 # This contains the position of a point in free space(with 32 bits of precision).\n\
00478 # It is recommeded to use Point wherever possible instead of Point32. \n\
00479 # \n\
00480 # This recommendation is to promote interoperability. \n\
00481 #\n\
00482 # This message is designed to take up less space when sending\n\
00483 # lots of points at once, as in the case of a PointCloud. \n\
00484 \n\
00485 float32 x\n\
00486 float32 y\n\
00487 float32 z\n\
00488 ================================================================================\n\
00489 MSG: sensor_msgs/ChannelFloat32\n\
00490 # This message is used by the PointCloud message to hold optional data\n\
00491 # associated with each point in the cloud. The length of the values\n\
00492 # array should be the same as the length of the points array in the\n\
00493 # PointCloud, and each value should be associated with the corresponding\n\
00494 # point.\n\
00495 \n\
00496 # Channel names in existing practice include:\n\
00497 # \"u\", \"v\" - row and column (respectively) in the left stereo image.\n\
00498 # This is opposite to usual conventions but remains for\n\
00499 # historical reasons. The newer PointCloud2 message has no\n\
00500 # such problem.\n\
00501 # \"rgb\" - For point clouds produced by color stereo cameras. uint8\n\
00502 # (R,G,B) values packed into the least significant 24 bits,\n\
00503 # in order.\n\
00504 # \"intensity\" - laser or pixel intensity.\n\
00505 # \"distance\"\n\
00506 \n\
00507 # The channel name should give semantics of the channel (e.g.\n\
00508 # \"intensity\" instead of \"value\").\n\
00509 string name\n\
00510 \n\
00511 # The values array should be 1-1 with the elements of the associated\n\
00512 # PointCloud.\n\
00513 float32[] values\n\
00514 \n\
00515 ";
00516 }
00517
00518 static const char* value(const ::object_segmentation_gui::ObjectSegmentationGuiActionResult_<ContainerAllocator> &) { return value(); }
00519 };
00520
00521 template<class ContainerAllocator> struct HasHeader< ::object_segmentation_gui::ObjectSegmentationGuiActionResult_<ContainerAllocator> > : public TrueType {};
00522 template<class ContainerAllocator> struct HasHeader< const ::object_segmentation_gui::ObjectSegmentationGuiActionResult_<ContainerAllocator> > : public TrueType {};
00523 }
00524 }
00525
00526 namespace ros
00527 {
00528 namespace serialization
00529 {
00530
00531 template<class ContainerAllocator> struct Serializer< ::object_segmentation_gui::ObjectSegmentationGuiActionResult_<ContainerAllocator> >
00532 {
00533 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00534 {
00535 stream.next(m.header);
00536 stream.next(m.status);
00537 stream.next(m.result);
00538 }
00539
00540 ROS_DECLARE_ALLINONE_SERIALIZER;
00541 };
00542 }
00543 }
00544
00545 namespace ros
00546 {
00547 namespace message_operations
00548 {
00549
00550 template<class ContainerAllocator>
00551 struct Printer< ::object_segmentation_gui::ObjectSegmentationGuiActionResult_<ContainerAllocator> >
00552 {
00553 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::object_segmentation_gui::ObjectSegmentationGuiActionResult_<ContainerAllocator> & v)
00554 {
00555 s << indent << "header: ";
00556 s << std::endl;
00557 Printer< ::std_msgs::Header_<ContainerAllocator> >::stream(s, indent + " ", v.header);
00558 s << indent << "status: ";
00559 s << std::endl;
00560 Printer< ::actionlib_msgs::GoalStatus_<ContainerAllocator> >::stream(s, indent + " ", v.status);
00561 s << indent << "result: ";
00562 s << std::endl;
00563 Printer< ::object_segmentation_gui::ObjectSegmentationGuiResult_<ContainerAllocator> >::stream(s, indent + " ", v.result);
00564 }
00565 };
00566
00567
00568 }
00569 }
00570
00571 #endif // OBJECT_SEGMENTATION_GUI_MESSAGE_OBJECTSEGMENTATIONGUIACTIONRESULT_H
00572