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