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