$search
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-electric-cob_environment_perception/doc_stacks/2013-03-01_14-40-06.190572/cob_environment_perception/cob_3d_mapping_msgs/srv/GetGeometryMap.srv */ 00002 #ifndef COB_3D_MAPPING_MSGS_SERVICE_GETGEOMETRYMAP_H 00003 #define COB_3D_MAPPING_MSGS_SERVICE_GETGEOMETRYMAP_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 "cob_3d_mapping_msgs/ShapeArray.h" 00022 00023 namespace cob_3d_mapping_msgs 00024 { 00025 template <class ContainerAllocator> 00026 struct GetGeometryMapRequest_ { 00027 typedef GetGeometryMapRequest_<ContainerAllocator> Type; 00028 00029 GetGeometryMapRequest_() 00030 { 00031 } 00032 00033 GetGeometryMapRequest_(const ContainerAllocator& _alloc) 00034 { 00035 } 00036 00037 00038 private: 00039 static const char* __s_getDataType_() { return "cob_3d_mapping_msgs/GetGeometryMapRequest"; } 00040 public: 00041 ROS_DEPRECATED static const std::string __s_getDataType() { return __s_getDataType_(); } 00042 00043 ROS_DEPRECATED const std::string __getDataType() const { return __s_getDataType_(); } 00044 00045 private: 00046 static const char* __s_getMD5Sum_() { return "d41d8cd98f00b204e9800998ecf8427e"; } 00047 public: 00048 ROS_DEPRECATED static const std::string __s_getMD5Sum() { return __s_getMD5Sum_(); } 00049 00050 ROS_DEPRECATED const std::string __getMD5Sum() const { return __s_getMD5Sum_(); } 00051 00052 private: 00053 static const char* __s_getServerMD5Sum_() { return "f0bf8d67881fb4de54c9e8a9fee43e78"; } 00054 public: 00055 ROS_DEPRECATED static const std::string __s_getServerMD5Sum() { return __s_getServerMD5Sum_(); } 00056 00057 ROS_DEPRECATED const std::string __getServerMD5Sum() const { return __s_getServerMD5Sum_(); } 00058 00059 private: 00060 static const char* __s_getMessageDefinition_() { return "\n\ 00061 "; } 00062 public: 00063 ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); } 00064 00065 ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); } 00066 00067 ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const 00068 { 00069 ros::serialization::OStream stream(write_ptr, 1000000000); 00070 return stream.getData(); 00071 } 00072 00073 ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr) 00074 { 00075 ros::serialization::IStream stream(read_ptr, 1000000000); 00076 return stream.getData(); 00077 } 00078 00079 ROS_DEPRECATED virtual uint32_t serializationLength() const 00080 { 00081 uint32_t size = 0; 00082 return size; 00083 } 00084 00085 typedef boost::shared_ptr< ::cob_3d_mapping_msgs::GetGeometryMapRequest_<ContainerAllocator> > Ptr; 00086 typedef boost::shared_ptr< ::cob_3d_mapping_msgs::GetGeometryMapRequest_<ContainerAllocator> const> ConstPtr; 00087 boost::shared_ptr<std::map<std::string, std::string> > __connection_header; 00088 }; // struct GetGeometryMapRequest 00089 typedef ::cob_3d_mapping_msgs::GetGeometryMapRequest_<std::allocator<void> > GetGeometryMapRequest; 00090 00091 typedef boost::shared_ptr< ::cob_3d_mapping_msgs::GetGeometryMapRequest> GetGeometryMapRequestPtr; 00092 typedef boost::shared_ptr< ::cob_3d_mapping_msgs::GetGeometryMapRequest const> GetGeometryMapRequestConstPtr; 00093 00094 00095 template <class ContainerAllocator> 00096 struct GetGeometryMapResponse_ { 00097 typedef GetGeometryMapResponse_<ContainerAllocator> Type; 00098 00099 GetGeometryMapResponse_() 00100 : map() 00101 { 00102 } 00103 00104 GetGeometryMapResponse_(const ContainerAllocator& _alloc) 00105 : map(_alloc) 00106 { 00107 } 00108 00109 typedef ::cob_3d_mapping_msgs::ShapeArray_<ContainerAllocator> _map_type; 00110 ::cob_3d_mapping_msgs::ShapeArray_<ContainerAllocator> map; 00111 00112 00113 private: 00114 static const char* __s_getDataType_() { return "cob_3d_mapping_msgs/GetGeometryMapResponse"; } 00115 public: 00116 ROS_DEPRECATED static const std::string __s_getDataType() { return __s_getDataType_(); } 00117 00118 ROS_DEPRECATED const std::string __getDataType() const { return __s_getDataType_(); } 00119 00120 private: 00121 static const char* __s_getMD5Sum_() { return "f0bf8d67881fb4de54c9e8a9fee43e78"; } 00122 public: 00123 ROS_DEPRECATED static const std::string __s_getMD5Sum() { return __s_getMD5Sum_(); } 00124 00125 ROS_DEPRECATED const std::string __getMD5Sum() const { return __s_getMD5Sum_(); } 00126 00127 private: 00128 static const char* __s_getServerMD5Sum_() { return "f0bf8d67881fb4de54c9e8a9fee43e78"; } 00129 public: 00130 ROS_DEPRECATED static const std::string __s_getServerMD5Sum() { return __s_getServerMD5Sum_(); } 00131 00132 ROS_DEPRECATED const std::string __getServerMD5Sum() const { return __s_getServerMD5Sum_(); } 00133 00134 private: 00135 static const char* __s_getMessageDefinition_() { return "cob_3d_mapping_msgs/ShapeArray map\n\ 00136 \n\ 00137 \n\ 00138 ================================================================================\n\ 00139 MSG: cob_3d_mapping_msgs/ShapeArray\n\ 00140 # An array of poses with a header for global reference.\n\ 00141 \n\ 00142 Header header\n\ 00143 \n\ 00144 cob_3d_mapping_msgs/Shape[] shapes\n\ 00145 ================================================================================\n\ 00146 MSG: std_msgs/Header\n\ 00147 # Standard metadata for higher-level stamped data types.\n\ 00148 # This is generally used to communicate timestamped data \n\ 00149 # in a particular coordinate frame.\n\ 00150 # \n\ 00151 # sequence ID: consecutively increasing ID \n\ 00152 uint32 seq\n\ 00153 #Two-integer timestamp that is expressed as:\n\ 00154 # * stamp.secs: seconds (stamp_secs) since epoch\n\ 00155 # * stamp.nsecs: nanoseconds since stamp_secs\n\ 00156 # time-handling sugar is provided by the client library\n\ 00157 time stamp\n\ 00158 #Frame this data is associated with\n\ 00159 # 0: no frame\n\ 00160 # 1: global frame\n\ 00161 string frame_id\n\ 00162 \n\ 00163 ================================================================================\n\ 00164 MSG: cob_3d_mapping_msgs/Shape\n\ 00165 Header header\n\ 00166 \n\ 00167 uint8 POLYGON=0\n\ 00168 uint8 LINE=1\n\ 00169 uint8 CURVED=2\n\ 00170 uint8 MESH=3\n\ 00171 uint8 OTHER=4\n\ 00172 uint8 CYLINDER=5\n\ 00173 # potential extensions: SPHERE, CYLINDER, BOX\n\ 00174 \n\ 00175 uint8 type\n\ 00176 \n\ 00177 \n\ 00178 int32 id\n\ 00179 # define shape parameters\n\ 00180 # for plane\n\ 00181 # normal vector = params[0],params[1],params[2]\n\ 00182 # d = params[3]\n\ 00183 # for line\n\ 00184 # direction vector = params[0],params[1],params[2]\n\ 00185 #\n\ 00186 #for cylinder\n\ 00187 # symmetry axis = params[0],params[1],params[2]\n\ 00188 # z axis = params[3], params[4], params[5]\n\ 00189 # origin = params[6], params[7], params[8]\n\ 00190 # radius = params[9]\n\ 00191 # \n\ 00192 float64[] params\n\ 00193 \n\ 00194 sensor_msgs/PointCloud2[] points\n\ 00195 \n\ 00196 #### define mesh ####\n\ 00197 # each three entries form a triangle; indices of points are stored\n\ 00198 int32[] vertices\n\ 00199 \n\ 00200 geometry_msgs/Point32 centroid\n\ 00201 std_msgs/ColorRGBA color\n\ 00202 bool[] holes\n\ 00203 \n\ 00204 ================================================================================\n\ 00205 MSG: sensor_msgs/PointCloud2\n\ 00206 # This message holds a collection of N-dimensional points, which may\n\ 00207 # contain additional information such as normals, intensity, etc. The\n\ 00208 # point data is stored as a binary blob, its layout described by the\n\ 00209 # contents of the \"fields\" array.\n\ 00210 \n\ 00211 # The point cloud data may be organized 2d (image-like) or 1d\n\ 00212 # (unordered). Point clouds organized as 2d images may be produced by\n\ 00213 # camera depth sensors such as stereo or time-of-flight.\n\ 00214 \n\ 00215 # Time of sensor data acquisition, and the coordinate frame ID (for 3d\n\ 00216 # points).\n\ 00217 Header header\n\ 00218 \n\ 00219 # 2D structure of the point cloud. If the cloud is unordered, height is\n\ 00220 # 1 and width is the length of the point cloud.\n\ 00221 uint32 height\n\ 00222 uint32 width\n\ 00223 \n\ 00224 # Describes the channels and their layout in the binary data blob.\n\ 00225 PointField[] fields\n\ 00226 \n\ 00227 bool is_bigendian # Is this data bigendian?\n\ 00228 uint32 point_step # Length of a point in bytes\n\ 00229 uint32 row_step # Length of a row in bytes\n\ 00230 uint8[] data # Actual point data, size is (row_step*height)\n\ 00231 \n\ 00232 bool is_dense # True if there are no invalid points\n\ 00233 \n\ 00234 ================================================================================\n\ 00235 MSG: sensor_msgs/PointField\n\ 00236 # This message holds the description of one point entry in the\n\ 00237 # PointCloud2 message format.\n\ 00238 uint8 INT8 = 1\n\ 00239 uint8 UINT8 = 2\n\ 00240 uint8 INT16 = 3\n\ 00241 uint8 UINT16 = 4\n\ 00242 uint8 INT32 = 5\n\ 00243 uint8 UINT32 = 6\n\ 00244 uint8 FLOAT32 = 7\n\ 00245 uint8 FLOAT64 = 8\n\ 00246 \n\ 00247 string name # Name of field\n\ 00248 uint32 offset # Offset from start of point struct\n\ 00249 uint8 datatype # Datatype enumeration, see above\n\ 00250 uint32 count # How many elements in the field\n\ 00251 \n\ 00252 ================================================================================\n\ 00253 MSG: geometry_msgs/Point32\n\ 00254 # This contains the position of a point in free space(with 32 bits of precision).\n\ 00255 # It is recommeded to use Point wherever possible instead of Point32. \n\ 00256 # \n\ 00257 # This recommendation is to promote interoperability. \n\ 00258 #\n\ 00259 # This message is designed to take up less space when sending\n\ 00260 # lots of points at once, as in the case of a PointCloud. \n\ 00261 \n\ 00262 float32 x\n\ 00263 float32 y\n\ 00264 float32 z\n\ 00265 ================================================================================\n\ 00266 MSG: std_msgs/ColorRGBA\n\ 00267 float32 r\n\ 00268 float32 g\n\ 00269 float32 b\n\ 00270 float32 a\n\ 00271 \n\ 00272 "; } 00273 public: 00274 ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); } 00275 00276 ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); } 00277 00278 ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const 00279 { 00280 ros::serialization::OStream stream(write_ptr, 1000000000); 00281 ros::serialization::serialize(stream, map); 00282 return stream.getData(); 00283 } 00284 00285 ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr) 00286 { 00287 ros::serialization::IStream stream(read_ptr, 1000000000); 00288 ros::serialization::deserialize(stream, map); 00289 return stream.getData(); 00290 } 00291 00292 ROS_DEPRECATED virtual uint32_t serializationLength() const 00293 { 00294 uint32_t size = 0; 00295 size += ros::serialization::serializationLength(map); 00296 return size; 00297 } 00298 00299 typedef boost::shared_ptr< ::cob_3d_mapping_msgs::GetGeometryMapResponse_<ContainerAllocator> > Ptr; 00300 typedef boost::shared_ptr< ::cob_3d_mapping_msgs::GetGeometryMapResponse_<ContainerAllocator> const> ConstPtr; 00301 boost::shared_ptr<std::map<std::string, std::string> > __connection_header; 00302 }; // struct GetGeometryMapResponse 00303 typedef ::cob_3d_mapping_msgs::GetGeometryMapResponse_<std::allocator<void> > GetGeometryMapResponse; 00304 00305 typedef boost::shared_ptr< ::cob_3d_mapping_msgs::GetGeometryMapResponse> GetGeometryMapResponsePtr; 00306 typedef boost::shared_ptr< ::cob_3d_mapping_msgs::GetGeometryMapResponse const> GetGeometryMapResponseConstPtr; 00307 00308 struct GetGeometryMap 00309 { 00310 00311 typedef GetGeometryMapRequest Request; 00312 typedef GetGeometryMapResponse Response; 00313 Request request; 00314 Response response; 00315 00316 typedef Request RequestType; 00317 typedef Response ResponseType; 00318 }; // struct GetGeometryMap 00319 } // namespace cob_3d_mapping_msgs 00320 00321 namespace ros 00322 { 00323 namespace message_traits 00324 { 00325 template<class ContainerAllocator> struct IsMessage< ::cob_3d_mapping_msgs::GetGeometryMapRequest_<ContainerAllocator> > : public TrueType {}; 00326 template<class ContainerAllocator> struct IsMessage< ::cob_3d_mapping_msgs::GetGeometryMapRequest_<ContainerAllocator> const> : public TrueType {}; 00327 template<class ContainerAllocator> 00328 struct MD5Sum< ::cob_3d_mapping_msgs::GetGeometryMapRequest_<ContainerAllocator> > { 00329 static const char* value() 00330 { 00331 return "d41d8cd98f00b204e9800998ecf8427e"; 00332 } 00333 00334 static const char* value(const ::cob_3d_mapping_msgs::GetGeometryMapRequest_<ContainerAllocator> &) { return value(); } 00335 static const uint64_t static_value1 = 0xd41d8cd98f00b204ULL; 00336 static const uint64_t static_value2 = 0xe9800998ecf8427eULL; 00337 }; 00338 00339 template<class ContainerAllocator> 00340 struct DataType< ::cob_3d_mapping_msgs::GetGeometryMapRequest_<ContainerAllocator> > { 00341 static const char* value() 00342 { 00343 return "cob_3d_mapping_msgs/GetGeometryMapRequest"; 00344 } 00345 00346 static const char* value(const ::cob_3d_mapping_msgs::GetGeometryMapRequest_<ContainerAllocator> &) { return value(); } 00347 }; 00348 00349 template<class ContainerAllocator> 00350 struct Definition< ::cob_3d_mapping_msgs::GetGeometryMapRequest_<ContainerAllocator> > { 00351 static const char* value() 00352 { 00353 return "\n\ 00354 "; 00355 } 00356 00357 static const char* value(const ::cob_3d_mapping_msgs::GetGeometryMapRequest_<ContainerAllocator> &) { return value(); } 00358 }; 00359 00360 template<class ContainerAllocator> struct IsFixedSize< ::cob_3d_mapping_msgs::GetGeometryMapRequest_<ContainerAllocator> > : public TrueType {}; 00361 } // namespace message_traits 00362 } // namespace ros 00363 00364 00365 namespace ros 00366 { 00367 namespace message_traits 00368 { 00369 template<class ContainerAllocator> struct IsMessage< ::cob_3d_mapping_msgs::GetGeometryMapResponse_<ContainerAllocator> > : public TrueType {}; 00370 template<class ContainerAllocator> struct IsMessage< ::cob_3d_mapping_msgs::GetGeometryMapResponse_<ContainerAllocator> const> : public TrueType {}; 00371 template<class ContainerAllocator> 00372 struct MD5Sum< ::cob_3d_mapping_msgs::GetGeometryMapResponse_<ContainerAllocator> > { 00373 static const char* value() 00374 { 00375 return "f0bf8d67881fb4de54c9e8a9fee43e78"; 00376 } 00377 00378 static const char* value(const ::cob_3d_mapping_msgs::GetGeometryMapResponse_<ContainerAllocator> &) { return value(); } 00379 static const uint64_t static_value1 = 0xf0bf8d67881fb4deULL; 00380 static const uint64_t static_value2 = 0x54c9e8a9fee43e78ULL; 00381 }; 00382 00383 template<class ContainerAllocator> 00384 struct DataType< ::cob_3d_mapping_msgs::GetGeometryMapResponse_<ContainerAllocator> > { 00385 static const char* value() 00386 { 00387 return "cob_3d_mapping_msgs/GetGeometryMapResponse"; 00388 } 00389 00390 static const char* value(const ::cob_3d_mapping_msgs::GetGeometryMapResponse_<ContainerAllocator> &) { return value(); } 00391 }; 00392 00393 template<class ContainerAllocator> 00394 struct Definition< ::cob_3d_mapping_msgs::GetGeometryMapResponse_<ContainerAllocator> > { 00395 static const char* value() 00396 { 00397 return "cob_3d_mapping_msgs/ShapeArray map\n\ 00398 \n\ 00399 \n\ 00400 ================================================================================\n\ 00401 MSG: cob_3d_mapping_msgs/ShapeArray\n\ 00402 # An array of poses with a header for global reference.\n\ 00403 \n\ 00404 Header header\n\ 00405 \n\ 00406 cob_3d_mapping_msgs/Shape[] shapes\n\ 00407 ================================================================================\n\ 00408 MSG: std_msgs/Header\n\ 00409 # Standard metadata for higher-level stamped data types.\n\ 00410 # This is generally used to communicate timestamped data \n\ 00411 # in a particular coordinate frame.\n\ 00412 # \n\ 00413 # sequence ID: consecutively increasing ID \n\ 00414 uint32 seq\n\ 00415 #Two-integer timestamp that is expressed as:\n\ 00416 # * stamp.secs: seconds (stamp_secs) since epoch\n\ 00417 # * stamp.nsecs: nanoseconds since stamp_secs\n\ 00418 # time-handling sugar is provided by the client library\n\ 00419 time stamp\n\ 00420 #Frame this data is associated with\n\ 00421 # 0: no frame\n\ 00422 # 1: global frame\n\ 00423 string frame_id\n\ 00424 \n\ 00425 ================================================================================\n\ 00426 MSG: cob_3d_mapping_msgs/Shape\n\ 00427 Header header\n\ 00428 \n\ 00429 uint8 POLYGON=0\n\ 00430 uint8 LINE=1\n\ 00431 uint8 CURVED=2\n\ 00432 uint8 MESH=3\n\ 00433 uint8 OTHER=4\n\ 00434 uint8 CYLINDER=5\n\ 00435 # potential extensions: SPHERE, CYLINDER, BOX\n\ 00436 \n\ 00437 uint8 type\n\ 00438 \n\ 00439 \n\ 00440 int32 id\n\ 00441 # define shape parameters\n\ 00442 # for plane\n\ 00443 # normal vector = params[0],params[1],params[2]\n\ 00444 # d = params[3]\n\ 00445 # for line\n\ 00446 # direction vector = params[0],params[1],params[2]\n\ 00447 #\n\ 00448 #for cylinder\n\ 00449 # symmetry axis = params[0],params[1],params[2]\n\ 00450 # z axis = params[3], params[4], params[5]\n\ 00451 # origin = params[6], params[7], params[8]\n\ 00452 # radius = params[9]\n\ 00453 # \n\ 00454 float64[] params\n\ 00455 \n\ 00456 sensor_msgs/PointCloud2[] points\n\ 00457 \n\ 00458 #### define mesh ####\n\ 00459 # each three entries form a triangle; indices of points are stored\n\ 00460 int32[] vertices\n\ 00461 \n\ 00462 geometry_msgs/Point32 centroid\n\ 00463 std_msgs/ColorRGBA color\n\ 00464 bool[] holes\n\ 00465 \n\ 00466 ================================================================================\n\ 00467 MSG: sensor_msgs/PointCloud2\n\ 00468 # This message holds a collection of N-dimensional points, which may\n\ 00469 # contain additional information such as normals, intensity, etc. The\n\ 00470 # point data is stored as a binary blob, its layout described by the\n\ 00471 # contents of the \"fields\" array.\n\ 00472 \n\ 00473 # The point cloud data may be organized 2d (image-like) or 1d\n\ 00474 # (unordered). Point clouds organized as 2d images may be produced by\n\ 00475 # camera depth sensors such as stereo or time-of-flight.\n\ 00476 \n\ 00477 # Time of sensor data acquisition, and the coordinate frame ID (for 3d\n\ 00478 # points).\n\ 00479 Header header\n\ 00480 \n\ 00481 # 2D structure of the point cloud. If the cloud is unordered, height is\n\ 00482 # 1 and width is the length of the point cloud.\n\ 00483 uint32 height\n\ 00484 uint32 width\n\ 00485 \n\ 00486 # Describes the channels and their layout in the binary data blob.\n\ 00487 PointField[] fields\n\ 00488 \n\ 00489 bool is_bigendian # Is this data bigendian?\n\ 00490 uint32 point_step # Length of a point in bytes\n\ 00491 uint32 row_step # Length of a row in bytes\n\ 00492 uint8[] data # Actual point data, size is (row_step*height)\n\ 00493 \n\ 00494 bool is_dense # True if there are no invalid points\n\ 00495 \n\ 00496 ================================================================================\n\ 00497 MSG: sensor_msgs/PointField\n\ 00498 # This message holds the description of one point entry in the\n\ 00499 # PointCloud2 message format.\n\ 00500 uint8 INT8 = 1\n\ 00501 uint8 UINT8 = 2\n\ 00502 uint8 INT16 = 3\n\ 00503 uint8 UINT16 = 4\n\ 00504 uint8 INT32 = 5\n\ 00505 uint8 UINT32 = 6\n\ 00506 uint8 FLOAT32 = 7\n\ 00507 uint8 FLOAT64 = 8\n\ 00508 \n\ 00509 string name # Name of field\n\ 00510 uint32 offset # Offset from start of point struct\n\ 00511 uint8 datatype # Datatype enumeration, see above\n\ 00512 uint32 count # How many elements in the field\n\ 00513 \n\ 00514 ================================================================================\n\ 00515 MSG: geometry_msgs/Point32\n\ 00516 # This contains the position of a point in free space(with 32 bits of precision).\n\ 00517 # It is recommeded to use Point wherever possible instead of Point32. \n\ 00518 # \n\ 00519 # This recommendation is to promote interoperability. \n\ 00520 #\n\ 00521 # This message is designed to take up less space when sending\n\ 00522 # lots of points at once, as in the case of a PointCloud. \n\ 00523 \n\ 00524 float32 x\n\ 00525 float32 y\n\ 00526 float32 z\n\ 00527 ================================================================================\n\ 00528 MSG: std_msgs/ColorRGBA\n\ 00529 float32 r\n\ 00530 float32 g\n\ 00531 float32 b\n\ 00532 float32 a\n\ 00533 \n\ 00534 "; 00535 } 00536 00537 static const char* value(const ::cob_3d_mapping_msgs::GetGeometryMapResponse_<ContainerAllocator> &) { return value(); } 00538 }; 00539 00540 } // namespace message_traits 00541 } // namespace ros 00542 00543 namespace ros 00544 { 00545 namespace serialization 00546 { 00547 00548 template<class ContainerAllocator> struct Serializer< ::cob_3d_mapping_msgs::GetGeometryMapRequest_<ContainerAllocator> > 00549 { 00550 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m) 00551 { 00552 } 00553 00554 ROS_DECLARE_ALLINONE_SERIALIZER; 00555 }; // struct GetGeometryMapRequest_ 00556 } // namespace serialization 00557 } // namespace ros 00558 00559 00560 namespace ros 00561 { 00562 namespace serialization 00563 { 00564 00565 template<class ContainerAllocator> struct Serializer< ::cob_3d_mapping_msgs::GetGeometryMapResponse_<ContainerAllocator> > 00566 { 00567 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m) 00568 { 00569 stream.next(m.map); 00570 } 00571 00572 ROS_DECLARE_ALLINONE_SERIALIZER; 00573 }; // struct GetGeometryMapResponse_ 00574 } // namespace serialization 00575 } // namespace ros 00576 00577 namespace ros 00578 { 00579 namespace service_traits 00580 { 00581 template<> 00582 struct MD5Sum<cob_3d_mapping_msgs::GetGeometryMap> { 00583 static const char* value() 00584 { 00585 return "f0bf8d67881fb4de54c9e8a9fee43e78"; 00586 } 00587 00588 static const char* value(const cob_3d_mapping_msgs::GetGeometryMap&) { return value(); } 00589 }; 00590 00591 template<> 00592 struct DataType<cob_3d_mapping_msgs::GetGeometryMap> { 00593 static const char* value() 00594 { 00595 return "cob_3d_mapping_msgs/GetGeometryMap"; 00596 } 00597 00598 static const char* value(const cob_3d_mapping_msgs::GetGeometryMap&) { return value(); } 00599 }; 00600 00601 template<class ContainerAllocator> 00602 struct MD5Sum<cob_3d_mapping_msgs::GetGeometryMapRequest_<ContainerAllocator> > { 00603 static const char* value() 00604 { 00605 return "f0bf8d67881fb4de54c9e8a9fee43e78"; 00606 } 00607 00608 static const char* value(const cob_3d_mapping_msgs::GetGeometryMapRequest_<ContainerAllocator> &) { return value(); } 00609 }; 00610 00611 template<class ContainerAllocator> 00612 struct DataType<cob_3d_mapping_msgs::GetGeometryMapRequest_<ContainerAllocator> > { 00613 static const char* value() 00614 { 00615 return "cob_3d_mapping_msgs/GetGeometryMap"; 00616 } 00617 00618 static const char* value(const cob_3d_mapping_msgs::GetGeometryMapRequest_<ContainerAllocator> &) { return value(); } 00619 }; 00620 00621 template<class ContainerAllocator> 00622 struct MD5Sum<cob_3d_mapping_msgs::GetGeometryMapResponse_<ContainerAllocator> > { 00623 static const char* value() 00624 { 00625 return "f0bf8d67881fb4de54c9e8a9fee43e78"; 00626 } 00627 00628 static const char* value(const cob_3d_mapping_msgs::GetGeometryMapResponse_<ContainerAllocator> &) { return value(); } 00629 }; 00630 00631 template<class ContainerAllocator> 00632 struct DataType<cob_3d_mapping_msgs::GetGeometryMapResponse_<ContainerAllocator> > { 00633 static const char* value() 00634 { 00635 return "cob_3d_mapping_msgs/GetGeometryMap"; 00636 } 00637 00638 static const char* value(const cob_3d_mapping_msgs::GetGeometryMapResponse_<ContainerAllocator> &) { return value(); } 00639 }; 00640 00641 } // namespace service_traits 00642 } // namespace ros 00643 00644 #endif // COB_3D_MAPPING_MSGS_SERVICE_GETGEOMETRYMAP_H 00645