RgbdAssembly.h
Go to the documentation of this file.
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-fuerte-pr2_object_manipulation/doc_stacks/2014-01-03_11-39-44.427894/pr2_object_manipulation/manipulation/rgbd_assembler/srv/RgbdAssembly.srv */
00002 #ifndef RGBD_ASSEMBLER_SERVICE_RGBDASSEMBLY_H
00003 #define RGBD_ASSEMBLER_SERVICE_RGBDASSEMBLY_H
00004 #include <string>
00005 #include <vector>
00006 #include <map>
00007 #include <ostream>
00008 #include "ros/serialization.h"
00009 #include "ros/builtin_message_traits.h"
00010 #include "ros/message_operations.h"
00011 #include "ros/time.h"
00012 
00013 #include "ros/macros.h"
00014 
00015 #include "ros/assert.h"
00016 
00017 #include "ros/service_traits.h"
00018 
00019 
00020 
00021 #include "sensor_msgs/PointCloud2.h"
00022 #include "sensor_msgs/Image.h"
00023 #include "stereo_msgs/DisparityImage.h"
00024 #include "sensor_msgs/CameraInfo.h"
00025 
00026 namespace rgbd_assembler
00027 {
00028 template <class ContainerAllocator>
00029 struct RgbdAssemblyRequest_ {
00030   typedef RgbdAssemblyRequest_<ContainerAllocator> Type;
00031 
00032   RgbdAssemblyRequest_()
00033   {
00034   }
00035 
00036   RgbdAssemblyRequest_(const ContainerAllocator& _alloc)
00037   {
00038   }
00039 
00040 
00041   typedef boost::shared_ptr< ::rgbd_assembler::RgbdAssemblyRequest_<ContainerAllocator> > Ptr;
00042   typedef boost::shared_ptr< ::rgbd_assembler::RgbdAssemblyRequest_<ContainerAllocator>  const> ConstPtr;
00043   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00044 }; // struct RgbdAssemblyRequest
00045 typedef  ::rgbd_assembler::RgbdAssemblyRequest_<std::allocator<void> > RgbdAssemblyRequest;
00046 
00047 typedef boost::shared_ptr< ::rgbd_assembler::RgbdAssemblyRequest> RgbdAssemblyRequestPtr;
00048 typedef boost::shared_ptr< ::rgbd_assembler::RgbdAssemblyRequest const> RgbdAssemblyRequestConstPtr;
00049 
00050 
00051 template <class ContainerAllocator>
00052 struct RgbdAssemblyResponse_ {
00053   typedef RgbdAssemblyResponse_<ContainerAllocator> Type;
00054 
00055   RgbdAssemblyResponse_()
00056   : point_cloud()
00057   , image()
00058   , disparity_image()
00059   , camera_info()
00060   , result(0)
00061   {
00062   }
00063 
00064   RgbdAssemblyResponse_(const ContainerAllocator& _alloc)
00065   : point_cloud(_alloc)
00066   , image(_alloc)
00067   , disparity_image(_alloc)
00068   , camera_info(_alloc)
00069   , result(0)
00070   {
00071   }
00072 
00073   typedef  ::sensor_msgs::PointCloud2_<ContainerAllocator>  _point_cloud_type;
00074    ::sensor_msgs::PointCloud2_<ContainerAllocator>  point_cloud;
00075 
00076   typedef  ::sensor_msgs::Image_<ContainerAllocator>  _image_type;
00077    ::sensor_msgs::Image_<ContainerAllocator>  image;
00078 
00079   typedef  ::stereo_msgs::DisparityImage_<ContainerAllocator>  _disparity_image_type;
00080    ::stereo_msgs::DisparityImage_<ContainerAllocator>  disparity_image;
00081 
00082   typedef  ::sensor_msgs::CameraInfo_<ContainerAllocator>  _camera_info_type;
00083    ::sensor_msgs::CameraInfo_<ContainerAllocator>  camera_info;
00084 
00085   typedef int32_t _result_type;
00086   int32_t result;
00087 
00088   enum { OTHER_ERROR = 1 };
00089   enum { SUCCESS = 2 };
00090 
00091   typedef boost::shared_ptr< ::rgbd_assembler::RgbdAssemblyResponse_<ContainerAllocator> > Ptr;
00092   typedef boost::shared_ptr< ::rgbd_assembler::RgbdAssemblyResponse_<ContainerAllocator>  const> ConstPtr;
00093   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00094 }; // struct RgbdAssemblyResponse
00095 typedef  ::rgbd_assembler::RgbdAssemblyResponse_<std::allocator<void> > RgbdAssemblyResponse;
00096 
00097 typedef boost::shared_ptr< ::rgbd_assembler::RgbdAssemblyResponse> RgbdAssemblyResponsePtr;
00098 typedef boost::shared_ptr< ::rgbd_assembler::RgbdAssemblyResponse const> RgbdAssemblyResponseConstPtr;
00099 
00100 struct RgbdAssembly
00101 {
00102 
00103 typedef RgbdAssemblyRequest Request;
00104 typedef RgbdAssemblyResponse Response;
00105 Request request;
00106 Response response;
00107 
00108 typedef Request RequestType;
00109 typedef Response ResponseType;
00110 }; // struct RgbdAssembly
00111 } // namespace rgbd_assembler
00112 
00113 namespace ros
00114 {
00115 namespace message_traits
00116 {
00117 template<class ContainerAllocator> struct IsMessage< ::rgbd_assembler::RgbdAssemblyRequest_<ContainerAllocator> > : public TrueType {};
00118 template<class ContainerAllocator> struct IsMessage< ::rgbd_assembler::RgbdAssemblyRequest_<ContainerAllocator>  const> : public TrueType {};
00119 template<class ContainerAllocator>
00120 struct MD5Sum< ::rgbd_assembler::RgbdAssemblyRequest_<ContainerAllocator> > {
00121   static const char* value() 
00122   {
00123     return "d41d8cd98f00b204e9800998ecf8427e";
00124   }
00125 
00126   static const char* value(const  ::rgbd_assembler::RgbdAssemblyRequest_<ContainerAllocator> &) { return value(); } 
00127   static const uint64_t static_value1 = 0xd41d8cd98f00b204ULL;
00128   static const uint64_t static_value2 = 0xe9800998ecf8427eULL;
00129 };
00130 
00131 template<class ContainerAllocator>
00132 struct DataType< ::rgbd_assembler::RgbdAssemblyRequest_<ContainerAllocator> > {
00133   static const char* value() 
00134   {
00135     return "rgbd_assembler/RgbdAssemblyRequest";
00136   }
00137 
00138   static const char* value(const  ::rgbd_assembler::RgbdAssemblyRequest_<ContainerAllocator> &) { return value(); } 
00139 };
00140 
00141 template<class ContainerAllocator>
00142 struct Definition< ::rgbd_assembler::RgbdAssemblyRequest_<ContainerAllocator> > {
00143   static const char* value() 
00144   {
00145     return "\n\
00146 \n\
00147 \n\
00148 ";
00149   }
00150 
00151   static const char* value(const  ::rgbd_assembler::RgbdAssemblyRequest_<ContainerAllocator> &) { return value(); } 
00152 };
00153 
00154 template<class ContainerAllocator> struct IsFixedSize< ::rgbd_assembler::RgbdAssemblyRequest_<ContainerAllocator> > : public TrueType {};
00155 } // namespace message_traits
00156 } // namespace ros
00157 
00158 
00159 namespace ros
00160 {
00161 namespace message_traits
00162 {
00163 template<class ContainerAllocator> struct IsMessage< ::rgbd_assembler::RgbdAssemblyResponse_<ContainerAllocator> > : public TrueType {};
00164 template<class ContainerAllocator> struct IsMessage< ::rgbd_assembler::RgbdAssemblyResponse_<ContainerAllocator>  const> : public TrueType {};
00165 template<class ContainerAllocator>
00166 struct MD5Sum< ::rgbd_assembler::RgbdAssemblyResponse_<ContainerAllocator> > {
00167   static const char* value() 
00168   {
00169     return "258b6f93e1876c2777ab914303667a41";
00170   }
00171 
00172   static const char* value(const  ::rgbd_assembler::RgbdAssemblyResponse_<ContainerAllocator> &) { return value(); } 
00173   static const uint64_t static_value1 = 0x258b6f93e1876c27ULL;
00174   static const uint64_t static_value2 = 0x77ab914303667a41ULL;
00175 };
00176 
00177 template<class ContainerAllocator>
00178 struct DataType< ::rgbd_assembler::RgbdAssemblyResponse_<ContainerAllocator> > {
00179   static const char* value() 
00180   {
00181     return "rgbd_assembler/RgbdAssemblyResponse";
00182   }
00183 
00184   static const char* value(const  ::rgbd_assembler::RgbdAssemblyResponse_<ContainerAllocator> &) { return value(); } 
00185 };
00186 
00187 template<class ContainerAllocator>
00188 struct Definition< ::rgbd_assembler::RgbdAssemblyResponse_<ContainerAllocator> > {
00189   static const char* value() 
00190   {
00191     return "\n\
00192 \n\
00193 \n\
00194 \n\
00195 sensor_msgs/PointCloud2 point_cloud\n\
00196 \n\
00197 \n\
00198 sensor_msgs/Image image\n\
00199 \n\
00200 \n\
00201 stereo_msgs/DisparityImage disparity_image\n\
00202 \n\
00203 \n\
00204 sensor_msgs/CameraInfo camera_info\n\
00205 \n\
00206 \n\
00207 int32 OTHER_ERROR = 1\n\
00208 int32 SUCCESS = 2\n\
00209 int32 result\n\
00210 \n\
00211 ================================================================================\n\
00212 MSG: sensor_msgs/PointCloud2\n\
00213 # This message holds a collection of N-dimensional points, which may\n\
00214 # contain additional information such as normals, intensity, etc. The\n\
00215 # point data is stored as a binary blob, its layout described by the\n\
00216 # contents of the \"fields\" array.\n\
00217 \n\
00218 # The point cloud data may be organized 2d (image-like) or 1d\n\
00219 # (unordered). Point clouds organized as 2d images may be produced by\n\
00220 # camera depth sensors such as stereo or time-of-flight.\n\
00221 \n\
00222 # Time of sensor data acquisition, and the coordinate frame ID (for 3d\n\
00223 # points).\n\
00224 Header header\n\
00225 \n\
00226 # 2D structure of the point cloud. If the cloud is unordered, height is\n\
00227 # 1 and width is the length of the point cloud.\n\
00228 uint32 height\n\
00229 uint32 width\n\
00230 \n\
00231 # Describes the channels and their layout in the binary data blob.\n\
00232 PointField[] fields\n\
00233 \n\
00234 bool    is_bigendian # Is this data bigendian?\n\
00235 uint32  point_step   # Length of a point in bytes\n\
00236 uint32  row_step     # Length of a row in bytes\n\
00237 uint8[] data         # Actual point data, size is (row_step*height)\n\
00238 \n\
00239 bool is_dense        # True if there are no invalid points\n\
00240 \n\
00241 ================================================================================\n\
00242 MSG: std_msgs/Header\n\
00243 # Standard metadata for higher-level stamped data types.\n\
00244 # This is generally used to communicate timestamped data \n\
00245 # in a particular coordinate frame.\n\
00246 # \n\
00247 # sequence ID: consecutively increasing ID \n\
00248 uint32 seq\n\
00249 #Two-integer timestamp that is expressed as:\n\
00250 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00251 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00252 # time-handling sugar is provided by the client library\n\
00253 time stamp\n\
00254 #Frame this data is associated with\n\
00255 # 0: no frame\n\
00256 # 1: global frame\n\
00257 string frame_id\n\
00258 \n\
00259 ================================================================================\n\
00260 MSG: sensor_msgs/PointField\n\
00261 # This message holds the description of one point entry in the\n\
00262 # PointCloud2 message format.\n\
00263 uint8 INT8    = 1\n\
00264 uint8 UINT8   = 2\n\
00265 uint8 INT16   = 3\n\
00266 uint8 UINT16  = 4\n\
00267 uint8 INT32   = 5\n\
00268 uint8 UINT32  = 6\n\
00269 uint8 FLOAT32 = 7\n\
00270 uint8 FLOAT64 = 8\n\
00271 \n\
00272 string name      # Name of field\n\
00273 uint32 offset    # Offset from start of point struct\n\
00274 uint8  datatype  # Datatype enumeration, see above\n\
00275 uint32 count     # How many elements in the field\n\
00276 \n\
00277 ================================================================================\n\
00278 MSG: sensor_msgs/Image\n\
00279 # This message contains an uncompressed image\n\
00280 # (0, 0) is at top-left corner of image\n\
00281 #\n\
00282 \n\
00283 Header header        # Header timestamp should be acquisition time of image\n\
00284                      # Header frame_id should be optical frame of camera\n\
00285                      # origin of frame should be optical center of cameara\n\
00286                      # +x should point to the right in the image\n\
00287                      # +y should point down in the image\n\
00288                      # +z should point into to plane of the image\n\
00289                      # If the frame_id here and the frame_id of the CameraInfo\n\
00290                      # message associated with the image conflict\n\
00291                      # the behavior is undefined\n\
00292 \n\
00293 uint32 height         # image height, that is, number of rows\n\
00294 uint32 width          # image width, that is, number of columns\n\
00295 \n\
00296 # The legal values for encoding are in file src/image_encodings.cpp\n\
00297 # If you want to standardize a new string format, join\n\
00298 # ros-users@lists.sourceforge.net and send an email proposing a new encoding.\n\
00299 \n\
00300 string encoding       # Encoding of pixels -- channel meaning, ordering, size\n\
00301                       # taken from the list of strings in src/image_encodings.cpp\n\
00302 \n\
00303 uint8 is_bigendian    # is this data bigendian?\n\
00304 uint32 step           # Full row length in bytes\n\
00305 uint8[] data          # actual matrix data, size is (step * rows)\n\
00306 \n\
00307 ================================================================================\n\
00308 MSG: stereo_msgs/DisparityImage\n\
00309 # Separate header for compatibility with current TimeSynchronizer.\n\
00310 # Likely to be removed in a later release, use image.header instead.\n\
00311 Header header\n\
00312 \n\
00313 # Floating point disparity image. The disparities are pre-adjusted for any\n\
00314 # x-offset between the principal points of the two cameras (in the case\n\
00315 # that they are verged). That is: d = x_l - x_r - (cx_l - cx_r)\n\
00316 sensor_msgs/Image image\n\
00317 \n\
00318 # Stereo geometry. For disparity d, the depth from the camera is Z = fT/d.\n\
00319 float32 f # Focal length, pixels\n\
00320 float32 T # Baseline, world units\n\
00321 \n\
00322 # Subwindow of (potentially) valid disparity values.\n\
00323 sensor_msgs/RegionOfInterest valid_window\n\
00324 \n\
00325 # The range of disparities searched.\n\
00326 # In the disparity image, any disparity less than min_disparity is invalid.\n\
00327 # The disparity search range defines the horopter, or 3D volume that the\n\
00328 # stereo algorithm can \"see\". Points with Z outside of:\n\
00329 #     Z_min = fT / max_disparity\n\
00330 #     Z_max = fT / min_disparity\n\
00331 # could not be found.\n\
00332 float32 min_disparity\n\
00333 float32 max_disparity\n\
00334 \n\
00335 # Smallest allowed disparity increment. The smallest achievable depth range\n\
00336 # resolution is delta_Z = (Z^2/fT)*delta_d.\n\
00337 float32 delta_d\n\
00338 \n\
00339 ================================================================================\n\
00340 MSG: sensor_msgs/RegionOfInterest\n\
00341 # This message is used to specify a region of interest within an image.\n\
00342 #\n\
00343 # When used to specify the ROI setting of the camera when the image was\n\
00344 # taken, the height and width fields should either match the height and\n\
00345 # width fields for the associated image; or height = width = 0\n\
00346 # indicates that the full resolution image was captured.\n\
00347 \n\
00348 uint32 x_offset  # Leftmost pixel of the ROI\n\
00349                  # (0 if the ROI includes the left edge of the image)\n\
00350 uint32 y_offset  # Topmost pixel of the ROI\n\
00351                  # (0 if the ROI includes the top edge of the image)\n\
00352 uint32 height    # Height of ROI\n\
00353 uint32 width     # Width of ROI\n\
00354 \n\
00355 # True if a distinct rectified ROI should be calculated from the \"raw\"\n\
00356 # ROI in this message. Typically this should be False if the full image\n\
00357 # is captured (ROI not used), and True if a subwindow is captured (ROI\n\
00358 # used).\n\
00359 bool do_rectify\n\
00360 \n\
00361 ================================================================================\n\
00362 MSG: sensor_msgs/CameraInfo\n\
00363 # This message defines meta information for a camera. It should be in a\n\
00364 # camera namespace on topic \"camera_info\" and accompanied by up to five\n\
00365 # image topics named:\n\
00366 #\n\
00367 #   image_raw - raw data from the camera driver, possibly Bayer encoded\n\
00368 #   image            - monochrome, distorted\n\
00369 #   image_color      - color, distorted\n\
00370 #   image_rect       - monochrome, rectified\n\
00371 #   image_rect_color - color, rectified\n\
00372 #\n\
00373 # The image_pipeline contains packages (image_proc, stereo_image_proc)\n\
00374 # for producing the four processed image topics from image_raw and\n\
00375 # camera_info. The meaning of the camera parameters are described in\n\
00376 # detail at http://www.ros.org/wiki/image_pipeline/CameraInfo.\n\
00377 #\n\
00378 # The image_geometry package provides a user-friendly interface to\n\
00379 # common operations using this meta information. If you want to, e.g.,\n\
00380 # project a 3d point into image coordinates, we strongly recommend\n\
00381 # using image_geometry.\n\
00382 #\n\
00383 # If the camera is uncalibrated, the matrices D, K, R, P should be left\n\
00384 # zeroed out. In particular, clients may assume that K[0] == 0.0\n\
00385 # indicates an uncalibrated camera.\n\
00386 \n\
00387 #######################################################################\n\
00388 #                     Image acquisition info                          #\n\
00389 #######################################################################\n\
00390 \n\
00391 # Time of image acquisition, camera coordinate frame ID\n\
00392 Header header    # Header timestamp should be acquisition time of image\n\
00393                  # Header frame_id should be optical frame of camera\n\
00394                  # origin of frame should be optical center of camera\n\
00395                  # +x should point to the right in the image\n\
00396                  # +y should point down in the image\n\
00397                  # +z should point into the plane of the image\n\
00398 \n\
00399 \n\
00400 #######################################################################\n\
00401 #                      Calibration Parameters                         #\n\
00402 #######################################################################\n\
00403 # These are fixed during camera calibration. Their values will be the #\n\
00404 # same in all messages until the camera is recalibrated. Note that    #\n\
00405 # self-calibrating systems may \"recalibrate\" frequently.              #\n\
00406 #                                                                     #\n\
00407 # The internal parameters can be used to warp a raw (distorted) image #\n\
00408 # to:                                                                 #\n\
00409 #   1. An undistorted image (requires D and K)                        #\n\
00410 #   2. A rectified image (requires D, K, R)                           #\n\
00411 # The projection matrix P projects 3D points into the rectified image.#\n\
00412 #######################################################################\n\
00413 \n\
00414 # The image dimensions with which the camera was calibrated. Normally\n\
00415 # this will be the full camera resolution in pixels.\n\
00416 uint32 height\n\
00417 uint32 width\n\
00418 \n\
00419 # The distortion model used. Supported models are listed in\n\
00420 # sensor_msgs/distortion_models.h. For most cameras, \"plumb_bob\" - a\n\
00421 # simple model of radial and tangential distortion - is sufficent.\n\
00422 string distortion_model\n\
00423 \n\
00424 # The distortion parameters, size depending on the distortion model.\n\
00425 # For \"plumb_bob\", the 5 parameters are: (k1, k2, t1, t2, k3).\n\
00426 float64[] D\n\
00427 \n\
00428 # Intrinsic camera matrix for the raw (distorted) images.\n\
00429 #     [fx  0 cx]\n\
00430 # K = [ 0 fy cy]\n\
00431 #     [ 0  0  1]\n\
00432 # Projects 3D points in the camera coordinate frame to 2D pixel\n\
00433 # coordinates using the focal lengths (fx, fy) and principal point\n\
00434 # (cx, cy).\n\
00435 float64[9]  K # 3x3 row-major matrix\n\
00436 \n\
00437 # Rectification matrix (stereo cameras only)\n\
00438 # A rotation matrix aligning the camera coordinate system to the ideal\n\
00439 # stereo image plane so that epipolar lines in both stereo images are\n\
00440 # parallel.\n\
00441 float64[9]  R # 3x3 row-major matrix\n\
00442 \n\
00443 # Projection/camera matrix\n\
00444 #     [fx'  0  cx' Tx]\n\
00445 # P = [ 0  fy' cy' Ty]\n\
00446 #     [ 0   0   1   0]\n\
00447 # By convention, this matrix specifies the intrinsic (camera) matrix\n\
00448 #  of the processed (rectified) image. That is, the left 3x3 portion\n\
00449 #  is the normal camera intrinsic matrix for the rectified image.\n\
00450 # It projects 3D points in the camera coordinate frame to 2D pixel\n\
00451 #  coordinates using the focal lengths (fx', fy') and principal point\n\
00452 #  (cx', cy') - these may differ from the values in K.\n\
00453 # For monocular cameras, Tx = Ty = 0. Normally, monocular cameras will\n\
00454 #  also have R = the identity and P[1:3,1:3] = K.\n\
00455 # For a stereo pair, the fourth column [Tx Ty 0]' is related to the\n\
00456 #  position of the optical center of the second camera in the first\n\
00457 #  camera's frame. We assume Tz = 0 so both cameras are in the same\n\
00458 #  stereo image plane. The first camera always has Tx = Ty = 0. For\n\
00459 #  the right (second) camera of a horizontal stereo pair, Ty = 0 and\n\
00460 #  Tx = -fx' * B, where B is the baseline between the cameras.\n\
00461 # Given a 3D point [X Y Z]', the projection (x, y) of the point onto\n\
00462 #  the rectified image is given by:\n\
00463 #  [u v w]' = P * [X Y Z 1]'\n\
00464 #         x = u / w\n\
00465 #         y = v / w\n\
00466 #  This holds for both images of a stereo pair.\n\
00467 float64[12] P # 3x4 row-major matrix\n\
00468 \n\
00469 \n\
00470 #######################################################################\n\
00471 #                      Operational Parameters                         #\n\
00472 #######################################################################\n\
00473 # These define the image region actually captured by the camera       #\n\
00474 # driver. Although they affect the geometry of the output image, they #\n\
00475 # may be changed freely without recalibrating the camera.             #\n\
00476 #######################################################################\n\
00477 \n\
00478 # Binning refers here to any camera setting which combines rectangular\n\
00479 #  neighborhoods of pixels into larger \"super-pixels.\" It reduces the\n\
00480 #  resolution of the output image to\n\
00481 #  (width / binning_x) x (height / binning_y).\n\
00482 # The default values binning_x = binning_y = 0 is considered the same\n\
00483 #  as binning_x = binning_y = 1 (no subsampling).\n\
00484 uint32 binning_x\n\
00485 uint32 binning_y\n\
00486 \n\
00487 # Region of interest (subwindow of full camera resolution), given in\n\
00488 #  full resolution (unbinned) image coordinates. A particular ROI\n\
00489 #  always denotes the same window of pixels on the camera sensor,\n\
00490 #  regardless of binning settings.\n\
00491 # The default setting of roi (all values 0) is considered the same as\n\
00492 #  full resolution (roi.width = width, roi.height = height).\n\
00493 RegionOfInterest roi\n\
00494 \n\
00495 ";
00496   }
00497 
00498   static const char* value(const  ::rgbd_assembler::RgbdAssemblyResponse_<ContainerAllocator> &) { return value(); } 
00499 };
00500 
00501 } // namespace message_traits
00502 } // namespace ros
00503 
00504 namespace ros
00505 {
00506 namespace serialization
00507 {
00508 
00509 template<class ContainerAllocator> struct Serializer< ::rgbd_assembler::RgbdAssemblyRequest_<ContainerAllocator> >
00510 {
00511   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00512   {
00513   }
00514 
00515   ROS_DECLARE_ALLINONE_SERIALIZER;
00516 }; // struct RgbdAssemblyRequest_
00517 } // namespace serialization
00518 } // namespace ros
00519 
00520 
00521 namespace ros
00522 {
00523 namespace serialization
00524 {
00525 
00526 template<class ContainerAllocator> struct Serializer< ::rgbd_assembler::RgbdAssemblyResponse_<ContainerAllocator> >
00527 {
00528   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00529   {
00530     stream.next(m.point_cloud);
00531     stream.next(m.image);
00532     stream.next(m.disparity_image);
00533     stream.next(m.camera_info);
00534     stream.next(m.result);
00535   }
00536 
00537   ROS_DECLARE_ALLINONE_SERIALIZER;
00538 }; // struct RgbdAssemblyResponse_
00539 } // namespace serialization
00540 } // namespace ros
00541 
00542 namespace ros
00543 {
00544 namespace service_traits
00545 {
00546 template<>
00547 struct MD5Sum<rgbd_assembler::RgbdAssembly> {
00548   static const char* value() 
00549   {
00550     return "258b6f93e1876c2777ab914303667a41";
00551   }
00552 
00553   static const char* value(const rgbd_assembler::RgbdAssembly&) { return value(); } 
00554 };
00555 
00556 template<>
00557 struct DataType<rgbd_assembler::RgbdAssembly> {
00558   static const char* value() 
00559   {
00560     return "rgbd_assembler/RgbdAssembly";
00561   }
00562 
00563   static const char* value(const rgbd_assembler::RgbdAssembly&) { return value(); } 
00564 };
00565 
00566 template<class ContainerAllocator>
00567 struct MD5Sum<rgbd_assembler::RgbdAssemblyRequest_<ContainerAllocator> > {
00568   static const char* value() 
00569   {
00570     return "258b6f93e1876c2777ab914303667a41";
00571   }
00572 
00573   static const char* value(const rgbd_assembler::RgbdAssemblyRequest_<ContainerAllocator> &) { return value(); } 
00574 };
00575 
00576 template<class ContainerAllocator>
00577 struct DataType<rgbd_assembler::RgbdAssemblyRequest_<ContainerAllocator> > {
00578   static const char* value() 
00579   {
00580     return "rgbd_assembler/RgbdAssembly";
00581   }
00582 
00583   static const char* value(const rgbd_assembler::RgbdAssemblyRequest_<ContainerAllocator> &) { return value(); } 
00584 };
00585 
00586 template<class ContainerAllocator>
00587 struct MD5Sum<rgbd_assembler::RgbdAssemblyResponse_<ContainerAllocator> > {
00588   static const char* value() 
00589   {
00590     return "258b6f93e1876c2777ab914303667a41";
00591   }
00592 
00593   static const char* value(const rgbd_assembler::RgbdAssemblyResponse_<ContainerAllocator> &) { return value(); } 
00594 };
00595 
00596 template<class ContainerAllocator>
00597 struct DataType<rgbd_assembler::RgbdAssemblyResponse_<ContainerAllocator> > {
00598   static const char* value() 
00599   {
00600     return "rgbd_assembler/RgbdAssembly";
00601   }
00602 
00603   static const char* value(const rgbd_assembler::RgbdAssemblyResponse_<ContainerAllocator> &) { return value(); } 
00604 };
00605 
00606 } // namespace service_traits
00607 } // namespace ros
00608 
00609 #endif // RGBD_ASSEMBLER_SERVICE_RGBDASSEMBLY_H
00610 


rgbd_assembler
Author(s): Jeannette Bohg
autogenerated on Fri Jan 3 2014 12:02:05