$search
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-electric-srs_public/doc_stacks/2013-03-05_12-22-34.333426/srs_public/srs_interaction_primitives/srv/GetObject.srv */ 00002 #ifndef SRS_INTERACTION_PRIMITIVES_SERVICE_GETOBJECT_H 00003 #define SRS_INTERACTION_PRIMITIVES_SERVICE_GETOBJECT_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 "geometry_msgs/Pose.h" 00022 #include "geometry_msgs/Point.h" 00023 #include "std_msgs/ColorRGBA.h" 00024 #include "arm_navigation_msgs/Shape.h" 00025 00026 namespace srs_interaction_primitives 00027 { 00028 template <class ContainerAllocator> 00029 struct GetObjectRequest_ { 00030 typedef GetObjectRequest_<ContainerAllocator> Type; 00031 00032 GetObjectRequest_() 00033 : name() 00034 { 00035 } 00036 00037 GetObjectRequest_(const ContainerAllocator& _alloc) 00038 : name(_alloc) 00039 { 00040 } 00041 00042 typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > _name_type; 00043 std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > name; 00044 00045 00046 private: 00047 static const char* __s_getDataType_() { return "srs_interaction_primitives/GetObjectRequest"; } 00048 public: 00049 ROS_DEPRECATED static const std::string __s_getDataType() { return __s_getDataType_(); } 00050 00051 ROS_DEPRECATED const std::string __getDataType() const { return __s_getDataType_(); } 00052 00053 private: 00054 static const char* __s_getMD5Sum_() { return "c1f3d28f1b044c871e6eff2e9fc3c667"; } 00055 public: 00056 ROS_DEPRECATED static const std::string __s_getMD5Sum() { return __s_getMD5Sum_(); } 00057 00058 ROS_DEPRECATED const std::string __getMD5Sum() const { return __s_getMD5Sum_(); } 00059 00060 private: 00061 static const char* __s_getServerMD5Sum_() { return "7c08f0daa3c4ac24107c8efb6bd05731"; } 00062 public: 00063 ROS_DEPRECATED static const std::string __s_getServerMD5Sum() { return __s_getServerMD5Sum_(); } 00064 00065 ROS_DEPRECATED const std::string __getServerMD5Sum() const { return __s_getServerMD5Sum_(); } 00066 00067 private: 00068 static const char* __s_getMessageDefinition_() { return "string name\n\ 00069 \n\ 00070 "; } 00071 public: 00072 ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); } 00073 00074 ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); } 00075 00076 ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const 00077 { 00078 ros::serialization::OStream stream(write_ptr, 1000000000); 00079 ros::serialization::serialize(stream, name); 00080 return stream.getData(); 00081 } 00082 00083 ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr) 00084 { 00085 ros::serialization::IStream stream(read_ptr, 1000000000); 00086 ros::serialization::deserialize(stream, name); 00087 return stream.getData(); 00088 } 00089 00090 ROS_DEPRECATED virtual uint32_t serializationLength() const 00091 { 00092 uint32_t size = 0; 00093 size += ros::serialization::serializationLength(name); 00094 return size; 00095 } 00096 00097 typedef boost::shared_ptr< ::srs_interaction_primitives::GetObjectRequest_<ContainerAllocator> > Ptr; 00098 typedef boost::shared_ptr< ::srs_interaction_primitives::GetObjectRequest_<ContainerAllocator> const> ConstPtr; 00099 boost::shared_ptr<std::map<std::string, std::string> > __connection_header; 00100 }; // struct GetObjectRequest 00101 typedef ::srs_interaction_primitives::GetObjectRequest_<std::allocator<void> > GetObjectRequest; 00102 00103 typedef boost::shared_ptr< ::srs_interaction_primitives::GetObjectRequest> GetObjectRequestPtr; 00104 typedef boost::shared_ptr< ::srs_interaction_primitives::GetObjectRequest const> GetObjectRequestConstPtr; 00105 00106 00107 template <class ContainerAllocator> 00108 struct GetObjectResponse_ { 00109 typedef GetObjectResponse_<ContainerAllocator> Type; 00110 00111 GetObjectResponse_() 00112 : name() 00113 , frame_id() 00114 , pose_type(0) 00115 , pose() 00116 , bounding_box_lwh() 00117 , description() 00118 , color() 00119 , shape() 00120 , resource() 00121 , use_material(false) 00122 { 00123 } 00124 00125 GetObjectResponse_(const ContainerAllocator& _alloc) 00126 : name(_alloc) 00127 , frame_id(_alloc) 00128 , pose_type(0) 00129 , pose(_alloc) 00130 , bounding_box_lwh(_alloc) 00131 , description(_alloc) 00132 , color(_alloc) 00133 , shape(_alloc) 00134 , resource(_alloc) 00135 , use_material(false) 00136 { 00137 } 00138 00139 typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > _name_type; 00140 std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > name; 00141 00142 typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > _frame_id_type; 00143 std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > frame_id; 00144 00145 typedef uint8_t _pose_type_type; 00146 uint8_t pose_type; 00147 00148 typedef ::geometry_msgs::Pose_<ContainerAllocator> _pose_type; 00149 ::geometry_msgs::Pose_<ContainerAllocator> pose; 00150 00151 typedef ::geometry_msgs::Point_<ContainerAllocator> _bounding_box_lwh_type; 00152 ::geometry_msgs::Point_<ContainerAllocator> bounding_box_lwh; 00153 00154 typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > _description_type; 00155 std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > description; 00156 00157 typedef ::std_msgs::ColorRGBA_<ContainerAllocator> _color_type; 00158 ::std_msgs::ColorRGBA_<ContainerAllocator> color; 00159 00160 typedef ::arm_navigation_msgs::Shape_<ContainerAllocator> _shape_type; 00161 ::arm_navigation_msgs::Shape_<ContainerAllocator> shape; 00162 00163 typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > _resource_type; 00164 std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > resource; 00165 00166 typedef uint8_t _use_material_type; 00167 uint8_t use_material; 00168 00169 00170 private: 00171 static const char* __s_getDataType_() { return "srs_interaction_primitives/GetObjectResponse"; } 00172 public: 00173 ROS_DEPRECATED static const std::string __s_getDataType() { return __s_getDataType_(); } 00174 00175 ROS_DEPRECATED const std::string __getDataType() const { return __s_getDataType_(); } 00176 00177 private: 00178 static const char* __s_getMD5Sum_() { return "43a7bc01135e2b4adaa47ac266dc05ad"; } 00179 public: 00180 ROS_DEPRECATED static const std::string __s_getMD5Sum() { return __s_getMD5Sum_(); } 00181 00182 ROS_DEPRECATED const std::string __getMD5Sum() const { return __s_getMD5Sum_(); } 00183 00184 private: 00185 static const char* __s_getServerMD5Sum_() { return "7c08f0daa3c4ac24107c8efb6bd05731"; } 00186 public: 00187 ROS_DEPRECATED static const std::string __s_getServerMD5Sum() { return __s_getServerMD5Sum_(); } 00188 00189 ROS_DEPRECATED const std::string __getServerMD5Sum() const { return __s_getServerMD5Sum_(); } 00190 00191 private: 00192 static const char* __s_getMessageDefinition_() { return "string name\n\ 00193 string frame_id\n\ 00194 uint8 pose_type\n\ 00195 geometry_msgs/Pose pose\n\ 00196 geometry_msgs/Point bounding_box_lwh\n\ 00197 string description\n\ 00198 std_msgs/ColorRGBA color\n\ 00199 arm_navigation_msgs/Shape shape\n\ 00200 string resource\n\ 00201 bool use_material\n\ 00202 \n\ 00203 \n\ 00204 ================================================================================\n\ 00205 MSG: geometry_msgs/Pose\n\ 00206 # A representation of pose in free space, composed of postion and orientation. \n\ 00207 Point position\n\ 00208 Quaternion orientation\n\ 00209 \n\ 00210 ================================================================================\n\ 00211 MSG: geometry_msgs/Point\n\ 00212 # This contains the position of a point in free space\n\ 00213 float64 x\n\ 00214 float64 y\n\ 00215 float64 z\n\ 00216 \n\ 00217 ================================================================================\n\ 00218 MSG: geometry_msgs/Quaternion\n\ 00219 # This represents an orientation in free space in quaternion form.\n\ 00220 \n\ 00221 float64 x\n\ 00222 float64 y\n\ 00223 float64 z\n\ 00224 float64 w\n\ 00225 \n\ 00226 ================================================================================\n\ 00227 MSG: std_msgs/ColorRGBA\n\ 00228 float32 r\n\ 00229 float32 g\n\ 00230 float32 b\n\ 00231 float32 a\n\ 00232 \n\ 00233 ================================================================================\n\ 00234 MSG: arm_navigation_msgs/Shape\n\ 00235 byte SPHERE=0\n\ 00236 byte BOX=1\n\ 00237 byte CYLINDER=2\n\ 00238 byte MESH=3\n\ 00239 \n\ 00240 byte type\n\ 00241 \n\ 00242 \n\ 00243 #### define sphere, box, cylinder ####\n\ 00244 # the origin of each shape is considered at the shape's center\n\ 00245 \n\ 00246 # for sphere\n\ 00247 # radius := dimensions[0]\n\ 00248 \n\ 00249 # for cylinder\n\ 00250 # radius := dimensions[0]\n\ 00251 # length := dimensions[1]\n\ 00252 # the length is along the Z axis\n\ 00253 \n\ 00254 # for box\n\ 00255 # size_x := dimensions[0]\n\ 00256 # size_y := dimensions[1]\n\ 00257 # size_z := dimensions[2]\n\ 00258 float64[] dimensions\n\ 00259 \n\ 00260 \n\ 00261 #### define mesh ####\n\ 00262 \n\ 00263 # list of triangles; triangle k is defined by tre vertices located\n\ 00264 # at indices triangles[3k], triangles[3k+1], triangles[3k+2]\n\ 00265 int32[] triangles\n\ 00266 geometry_msgs/Point[] vertices\n\ 00267 \n\ 00268 "; } 00269 public: 00270 ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); } 00271 00272 ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); } 00273 00274 ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const 00275 { 00276 ros::serialization::OStream stream(write_ptr, 1000000000); 00277 ros::serialization::serialize(stream, name); 00278 ros::serialization::serialize(stream, frame_id); 00279 ros::serialization::serialize(stream, pose_type); 00280 ros::serialization::serialize(stream, pose); 00281 ros::serialization::serialize(stream, bounding_box_lwh); 00282 ros::serialization::serialize(stream, description); 00283 ros::serialization::serialize(stream, color); 00284 ros::serialization::serialize(stream, shape); 00285 ros::serialization::serialize(stream, resource); 00286 ros::serialization::serialize(stream, use_material); 00287 return stream.getData(); 00288 } 00289 00290 ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr) 00291 { 00292 ros::serialization::IStream stream(read_ptr, 1000000000); 00293 ros::serialization::deserialize(stream, name); 00294 ros::serialization::deserialize(stream, frame_id); 00295 ros::serialization::deserialize(stream, pose_type); 00296 ros::serialization::deserialize(stream, pose); 00297 ros::serialization::deserialize(stream, bounding_box_lwh); 00298 ros::serialization::deserialize(stream, description); 00299 ros::serialization::deserialize(stream, color); 00300 ros::serialization::deserialize(stream, shape); 00301 ros::serialization::deserialize(stream, resource); 00302 ros::serialization::deserialize(stream, use_material); 00303 return stream.getData(); 00304 } 00305 00306 ROS_DEPRECATED virtual uint32_t serializationLength() const 00307 { 00308 uint32_t size = 0; 00309 size += ros::serialization::serializationLength(name); 00310 size += ros::serialization::serializationLength(frame_id); 00311 size += ros::serialization::serializationLength(pose_type); 00312 size += ros::serialization::serializationLength(pose); 00313 size += ros::serialization::serializationLength(bounding_box_lwh); 00314 size += ros::serialization::serializationLength(description); 00315 size += ros::serialization::serializationLength(color); 00316 size += ros::serialization::serializationLength(shape); 00317 size += ros::serialization::serializationLength(resource); 00318 size += ros::serialization::serializationLength(use_material); 00319 return size; 00320 } 00321 00322 typedef boost::shared_ptr< ::srs_interaction_primitives::GetObjectResponse_<ContainerAllocator> > Ptr; 00323 typedef boost::shared_ptr< ::srs_interaction_primitives::GetObjectResponse_<ContainerAllocator> const> ConstPtr; 00324 boost::shared_ptr<std::map<std::string, std::string> > __connection_header; 00325 }; // struct GetObjectResponse 00326 typedef ::srs_interaction_primitives::GetObjectResponse_<std::allocator<void> > GetObjectResponse; 00327 00328 typedef boost::shared_ptr< ::srs_interaction_primitives::GetObjectResponse> GetObjectResponsePtr; 00329 typedef boost::shared_ptr< ::srs_interaction_primitives::GetObjectResponse const> GetObjectResponseConstPtr; 00330 00331 struct GetObject 00332 { 00333 00334 typedef GetObjectRequest Request; 00335 typedef GetObjectResponse Response; 00336 Request request; 00337 Response response; 00338 00339 typedef Request RequestType; 00340 typedef Response ResponseType; 00341 }; // struct GetObject 00342 } // namespace srs_interaction_primitives 00343 00344 namespace ros 00345 { 00346 namespace message_traits 00347 { 00348 template<class ContainerAllocator> struct IsMessage< ::srs_interaction_primitives::GetObjectRequest_<ContainerAllocator> > : public TrueType {}; 00349 template<class ContainerAllocator> struct IsMessage< ::srs_interaction_primitives::GetObjectRequest_<ContainerAllocator> const> : public TrueType {}; 00350 template<class ContainerAllocator> 00351 struct MD5Sum< ::srs_interaction_primitives::GetObjectRequest_<ContainerAllocator> > { 00352 static const char* value() 00353 { 00354 return "c1f3d28f1b044c871e6eff2e9fc3c667"; 00355 } 00356 00357 static const char* value(const ::srs_interaction_primitives::GetObjectRequest_<ContainerAllocator> &) { return value(); } 00358 static const uint64_t static_value1 = 0xc1f3d28f1b044c87ULL; 00359 static const uint64_t static_value2 = 0x1e6eff2e9fc3c667ULL; 00360 }; 00361 00362 template<class ContainerAllocator> 00363 struct DataType< ::srs_interaction_primitives::GetObjectRequest_<ContainerAllocator> > { 00364 static const char* value() 00365 { 00366 return "srs_interaction_primitives/GetObjectRequest"; 00367 } 00368 00369 static const char* value(const ::srs_interaction_primitives::GetObjectRequest_<ContainerAllocator> &) { return value(); } 00370 }; 00371 00372 template<class ContainerAllocator> 00373 struct Definition< ::srs_interaction_primitives::GetObjectRequest_<ContainerAllocator> > { 00374 static const char* value() 00375 { 00376 return "string name\n\ 00377 \n\ 00378 "; 00379 } 00380 00381 static const char* value(const ::srs_interaction_primitives::GetObjectRequest_<ContainerAllocator> &) { return value(); } 00382 }; 00383 00384 } // namespace message_traits 00385 } // namespace ros 00386 00387 00388 namespace ros 00389 { 00390 namespace message_traits 00391 { 00392 template<class ContainerAllocator> struct IsMessage< ::srs_interaction_primitives::GetObjectResponse_<ContainerAllocator> > : public TrueType {}; 00393 template<class ContainerAllocator> struct IsMessage< ::srs_interaction_primitives::GetObjectResponse_<ContainerAllocator> const> : public TrueType {}; 00394 template<class ContainerAllocator> 00395 struct MD5Sum< ::srs_interaction_primitives::GetObjectResponse_<ContainerAllocator> > { 00396 static const char* value() 00397 { 00398 return "43a7bc01135e2b4adaa47ac266dc05ad"; 00399 } 00400 00401 static const char* value(const ::srs_interaction_primitives::GetObjectResponse_<ContainerAllocator> &) { return value(); } 00402 static const uint64_t static_value1 = 0x43a7bc01135e2b4aULL; 00403 static const uint64_t static_value2 = 0xdaa47ac266dc05adULL; 00404 }; 00405 00406 template<class ContainerAllocator> 00407 struct DataType< ::srs_interaction_primitives::GetObjectResponse_<ContainerAllocator> > { 00408 static const char* value() 00409 { 00410 return "srs_interaction_primitives/GetObjectResponse"; 00411 } 00412 00413 static const char* value(const ::srs_interaction_primitives::GetObjectResponse_<ContainerAllocator> &) { return value(); } 00414 }; 00415 00416 template<class ContainerAllocator> 00417 struct Definition< ::srs_interaction_primitives::GetObjectResponse_<ContainerAllocator> > { 00418 static const char* value() 00419 { 00420 return "string name\n\ 00421 string frame_id\n\ 00422 uint8 pose_type\n\ 00423 geometry_msgs/Pose pose\n\ 00424 geometry_msgs/Point bounding_box_lwh\n\ 00425 string description\n\ 00426 std_msgs/ColorRGBA color\n\ 00427 arm_navigation_msgs/Shape shape\n\ 00428 string resource\n\ 00429 bool use_material\n\ 00430 \n\ 00431 \n\ 00432 ================================================================================\n\ 00433 MSG: geometry_msgs/Pose\n\ 00434 # A representation of pose in free space, composed of postion and orientation. \n\ 00435 Point position\n\ 00436 Quaternion orientation\n\ 00437 \n\ 00438 ================================================================================\n\ 00439 MSG: geometry_msgs/Point\n\ 00440 # This contains the position of a point in free space\n\ 00441 float64 x\n\ 00442 float64 y\n\ 00443 float64 z\n\ 00444 \n\ 00445 ================================================================================\n\ 00446 MSG: geometry_msgs/Quaternion\n\ 00447 # This represents an orientation in free space in quaternion form.\n\ 00448 \n\ 00449 float64 x\n\ 00450 float64 y\n\ 00451 float64 z\n\ 00452 float64 w\n\ 00453 \n\ 00454 ================================================================================\n\ 00455 MSG: std_msgs/ColorRGBA\n\ 00456 float32 r\n\ 00457 float32 g\n\ 00458 float32 b\n\ 00459 float32 a\n\ 00460 \n\ 00461 ================================================================================\n\ 00462 MSG: arm_navigation_msgs/Shape\n\ 00463 byte SPHERE=0\n\ 00464 byte BOX=1\n\ 00465 byte CYLINDER=2\n\ 00466 byte MESH=3\n\ 00467 \n\ 00468 byte type\n\ 00469 \n\ 00470 \n\ 00471 #### define sphere, box, cylinder ####\n\ 00472 # the origin of each shape is considered at the shape's center\n\ 00473 \n\ 00474 # for sphere\n\ 00475 # radius := dimensions[0]\n\ 00476 \n\ 00477 # for cylinder\n\ 00478 # radius := dimensions[0]\n\ 00479 # length := dimensions[1]\n\ 00480 # the length is along the Z axis\n\ 00481 \n\ 00482 # for box\n\ 00483 # size_x := dimensions[0]\n\ 00484 # size_y := dimensions[1]\n\ 00485 # size_z := dimensions[2]\n\ 00486 float64[] dimensions\n\ 00487 \n\ 00488 \n\ 00489 #### define mesh ####\n\ 00490 \n\ 00491 # list of triangles; triangle k is defined by tre vertices located\n\ 00492 # at indices triangles[3k], triangles[3k+1], triangles[3k+2]\n\ 00493 int32[] triangles\n\ 00494 geometry_msgs/Point[] vertices\n\ 00495 \n\ 00496 "; 00497 } 00498 00499 static const char* value(const ::srs_interaction_primitives::GetObjectResponse_<ContainerAllocator> &) { return value(); } 00500 }; 00501 00502 } // namespace message_traits 00503 } // namespace ros 00504 00505 namespace ros 00506 { 00507 namespace serialization 00508 { 00509 00510 template<class ContainerAllocator> struct Serializer< ::srs_interaction_primitives::GetObjectRequest_<ContainerAllocator> > 00511 { 00512 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m) 00513 { 00514 stream.next(m.name); 00515 } 00516 00517 ROS_DECLARE_ALLINONE_SERIALIZER; 00518 }; // struct GetObjectRequest_ 00519 } // namespace serialization 00520 } // namespace ros 00521 00522 00523 namespace ros 00524 { 00525 namespace serialization 00526 { 00527 00528 template<class ContainerAllocator> struct Serializer< ::srs_interaction_primitives::GetObjectResponse_<ContainerAllocator> > 00529 { 00530 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m) 00531 { 00532 stream.next(m.name); 00533 stream.next(m.frame_id); 00534 stream.next(m.pose_type); 00535 stream.next(m.pose); 00536 stream.next(m.bounding_box_lwh); 00537 stream.next(m.description); 00538 stream.next(m.color); 00539 stream.next(m.shape); 00540 stream.next(m.resource); 00541 stream.next(m.use_material); 00542 } 00543 00544 ROS_DECLARE_ALLINONE_SERIALIZER; 00545 }; // struct GetObjectResponse_ 00546 } // namespace serialization 00547 } // namespace ros 00548 00549 namespace ros 00550 { 00551 namespace service_traits 00552 { 00553 template<> 00554 struct MD5Sum<srs_interaction_primitives::GetObject> { 00555 static const char* value() 00556 { 00557 return "7c08f0daa3c4ac24107c8efb6bd05731"; 00558 } 00559 00560 static const char* value(const srs_interaction_primitives::GetObject&) { return value(); } 00561 }; 00562 00563 template<> 00564 struct DataType<srs_interaction_primitives::GetObject> { 00565 static const char* value() 00566 { 00567 return "srs_interaction_primitives/GetObject"; 00568 } 00569 00570 static const char* value(const srs_interaction_primitives::GetObject&) { return value(); } 00571 }; 00572 00573 template<class ContainerAllocator> 00574 struct MD5Sum<srs_interaction_primitives::GetObjectRequest_<ContainerAllocator> > { 00575 static const char* value() 00576 { 00577 return "7c08f0daa3c4ac24107c8efb6bd05731"; 00578 } 00579 00580 static const char* value(const srs_interaction_primitives::GetObjectRequest_<ContainerAllocator> &) { return value(); } 00581 }; 00582 00583 template<class ContainerAllocator> 00584 struct DataType<srs_interaction_primitives::GetObjectRequest_<ContainerAllocator> > { 00585 static const char* value() 00586 { 00587 return "srs_interaction_primitives/GetObject"; 00588 } 00589 00590 static const char* value(const srs_interaction_primitives::GetObjectRequest_<ContainerAllocator> &) { return value(); } 00591 }; 00592 00593 template<class ContainerAllocator> 00594 struct MD5Sum<srs_interaction_primitives::GetObjectResponse_<ContainerAllocator> > { 00595 static const char* value() 00596 { 00597 return "7c08f0daa3c4ac24107c8efb6bd05731"; 00598 } 00599 00600 static const char* value(const srs_interaction_primitives::GetObjectResponse_<ContainerAllocator> &) { return value(); } 00601 }; 00602 00603 template<class ContainerAllocator> 00604 struct DataType<srs_interaction_primitives::GetObjectResponse_<ContainerAllocator> > { 00605 static const char* value() 00606 { 00607 return "srs_interaction_primitives/GetObject"; 00608 } 00609 00610 static const char* value(const srs_interaction_primitives::GetObjectResponse_<ContainerAllocator> &) { return value(); } 00611 }; 00612 00613 } // namespace service_traits 00614 } // namespace ros 00615 00616 #endif // SRS_INTERACTION_PRIMITIVES_SERVICE_GETOBJECT_H 00617