Go to the documentation of this file.00001
00002 #ifndef SRS_ASSISTED_ARM_NAVIGATION_MSGS_SERVICE_ARMNAVREMOVECOLLOBJECTS_H
00003 #define SRS_ASSISTED_ARM_NAVIGATION_MSGS_SERVICE_ARMNAVREMOVECOLLOBJECTS_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 "srs_assisted_arm_navigation_msgs/CollisionObject.h"
00022
00023 namespace srs_assisted_arm_navigation_msgs
00024 {
00025 template <class ContainerAllocator>
00026 struct ArmNavRemoveCollObjectsRequest_ {
00027 typedef ArmNavRemoveCollObjectsRequest_<ContainerAllocator> Type;
00028
00029 ArmNavRemoveCollObjectsRequest_()
00030 {
00031 }
00032
00033 ArmNavRemoveCollObjectsRequest_(const ContainerAllocator& _alloc)
00034 {
00035 }
00036
00037
00038 typedef boost::shared_ptr< ::srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjectsRequest_<ContainerAllocator> > Ptr;
00039 typedef boost::shared_ptr< ::srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjectsRequest_<ContainerAllocator> const> ConstPtr;
00040 boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00041 };
00042 typedef ::srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjectsRequest_<std::allocator<void> > ArmNavRemoveCollObjectsRequest;
00043
00044 typedef boost::shared_ptr< ::srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjectsRequest> ArmNavRemoveCollObjectsRequestPtr;
00045 typedef boost::shared_ptr< ::srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjectsRequest const> ArmNavRemoveCollObjectsRequestConstPtr;
00046
00047
00048 template <class ContainerAllocator>
00049 struct ArmNavRemoveCollObjectsResponse_ {
00050 typedef ArmNavRemoveCollObjectsResponse_<ContainerAllocator> Type;
00051
00052 ArmNavRemoveCollObjectsResponse_()
00053 : objects()
00054 {
00055 }
00056
00057 ArmNavRemoveCollObjectsResponse_(const ContainerAllocator& _alloc)
00058 : objects(_alloc)
00059 {
00060 }
00061
00062 typedef std::vector< ::srs_assisted_arm_navigation_msgs::CollisionObject_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::srs_assisted_arm_navigation_msgs::CollisionObject_<ContainerAllocator> >::other > _objects_type;
00063 std::vector< ::srs_assisted_arm_navigation_msgs::CollisionObject_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::srs_assisted_arm_navigation_msgs::CollisionObject_<ContainerAllocator> >::other > objects;
00064
00065
00066 typedef boost::shared_ptr< ::srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjectsResponse_<ContainerAllocator> > Ptr;
00067 typedef boost::shared_ptr< ::srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjectsResponse_<ContainerAllocator> const> ConstPtr;
00068 boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00069 };
00070 typedef ::srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjectsResponse_<std::allocator<void> > ArmNavRemoveCollObjectsResponse;
00071
00072 typedef boost::shared_ptr< ::srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjectsResponse> ArmNavRemoveCollObjectsResponsePtr;
00073 typedef boost::shared_ptr< ::srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjectsResponse const> ArmNavRemoveCollObjectsResponseConstPtr;
00074
00075 struct ArmNavRemoveCollObjects
00076 {
00077
00078 typedef ArmNavRemoveCollObjectsRequest Request;
00079 typedef ArmNavRemoveCollObjectsResponse Response;
00080 Request request;
00081 Response response;
00082
00083 typedef Request RequestType;
00084 typedef Response ResponseType;
00085 };
00086 }
00087
00088 namespace ros
00089 {
00090 namespace message_traits
00091 {
00092 template<class ContainerAllocator> struct IsMessage< ::srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjectsRequest_<ContainerAllocator> > : public TrueType {};
00093 template<class ContainerAllocator> struct IsMessage< ::srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjectsRequest_<ContainerAllocator> const> : public TrueType {};
00094 template<class ContainerAllocator>
00095 struct MD5Sum< ::srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjectsRequest_<ContainerAllocator> > {
00096 static const char* value()
00097 {
00098 return "d41d8cd98f00b204e9800998ecf8427e";
00099 }
00100
00101 static const char* value(const ::srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjectsRequest_<ContainerAllocator> &) { return value(); }
00102 static const uint64_t static_value1 = 0xd41d8cd98f00b204ULL;
00103 static const uint64_t static_value2 = 0xe9800998ecf8427eULL;
00104 };
00105
00106 template<class ContainerAllocator>
00107 struct DataType< ::srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjectsRequest_<ContainerAllocator> > {
00108 static const char* value()
00109 {
00110 return "srs_assisted_arm_navigation_msgs/ArmNavRemoveCollObjectsRequest";
00111 }
00112
00113 static const char* value(const ::srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjectsRequest_<ContainerAllocator> &) { return value(); }
00114 };
00115
00116 template<class ContainerAllocator>
00117 struct Definition< ::srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjectsRequest_<ContainerAllocator> > {
00118 static const char* value()
00119 {
00120 return "\n\
00121 ";
00122 }
00123
00124 static const char* value(const ::srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjectsRequest_<ContainerAllocator> &) { return value(); }
00125 };
00126
00127 template<class ContainerAllocator> struct IsFixedSize< ::srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjectsRequest_<ContainerAllocator> > : public TrueType {};
00128 }
00129 }
00130
00131
00132 namespace ros
00133 {
00134 namespace message_traits
00135 {
00136 template<class ContainerAllocator> struct IsMessage< ::srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjectsResponse_<ContainerAllocator> > : public TrueType {};
00137 template<class ContainerAllocator> struct IsMessage< ::srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjectsResponse_<ContainerAllocator> const> : public TrueType {};
00138 template<class ContainerAllocator>
00139 struct MD5Sum< ::srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjectsResponse_<ContainerAllocator> > {
00140 static const char* value()
00141 {
00142 return "60f3515a4f43a52c1d9b2b6dddaf2949";
00143 }
00144
00145 static const char* value(const ::srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjectsResponse_<ContainerAllocator> &) { return value(); }
00146 static const uint64_t static_value1 = 0x60f3515a4f43a52cULL;
00147 static const uint64_t static_value2 = 0x1d9b2b6dddaf2949ULL;
00148 };
00149
00150 template<class ContainerAllocator>
00151 struct DataType< ::srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjectsResponse_<ContainerAllocator> > {
00152 static const char* value()
00153 {
00154 return "srs_assisted_arm_navigation_msgs/ArmNavRemoveCollObjectsResponse";
00155 }
00156
00157 static const char* value(const ::srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjectsResponse_<ContainerAllocator> &) { return value(); }
00158 };
00159
00160 template<class ContainerAllocator>
00161 struct Definition< ::srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjectsResponse_<ContainerAllocator> > {
00162 static const char* value()
00163 {
00164 return "CollisionObject[] objects\n\
00165 \n\
00166 \n\
00167 ================================================================================\n\
00168 MSG: srs_assisted_arm_navigation_msgs/CollisionObject\n\
00169 string name\n\
00170 string id\n\
00171 geometry_msgs/PoseStamped pose\n\
00172 geometry_msgs/Point bb_lwh\n\
00173 bool allow_collision\n\
00174 bool attached\n\
00175 bool allow_pregrasps\n\
00176 \n\
00177 ================================================================================\n\
00178 MSG: geometry_msgs/PoseStamped\n\
00179 # A Pose with reference coordinate frame and timestamp\n\
00180 Header header\n\
00181 Pose pose\n\
00182 \n\
00183 ================================================================================\n\
00184 MSG: std_msgs/Header\n\
00185 # Standard metadata for higher-level stamped data types.\n\
00186 # This is generally used to communicate timestamped data \n\
00187 # in a particular coordinate frame.\n\
00188 # \n\
00189 # sequence ID: consecutively increasing ID \n\
00190 uint32 seq\n\
00191 #Two-integer timestamp that is expressed as:\n\
00192 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00193 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00194 # time-handling sugar is provided by the client library\n\
00195 time stamp\n\
00196 #Frame this data is associated with\n\
00197 # 0: no frame\n\
00198 # 1: global frame\n\
00199 string frame_id\n\
00200 \n\
00201 ================================================================================\n\
00202 MSG: geometry_msgs/Pose\n\
00203 # A representation of pose in free space, composed of postion and orientation. \n\
00204 Point position\n\
00205 Quaternion orientation\n\
00206 \n\
00207 ================================================================================\n\
00208 MSG: geometry_msgs/Point\n\
00209 # This contains the position of a point in free space\n\
00210 float64 x\n\
00211 float64 y\n\
00212 float64 z\n\
00213 \n\
00214 ================================================================================\n\
00215 MSG: geometry_msgs/Quaternion\n\
00216 # This represents an orientation in free space in quaternion form.\n\
00217 \n\
00218 float64 x\n\
00219 float64 y\n\
00220 float64 z\n\
00221 float64 w\n\
00222 \n\
00223 ";
00224 }
00225
00226 static const char* value(const ::srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjectsResponse_<ContainerAllocator> &) { return value(); }
00227 };
00228
00229 }
00230 }
00231
00232 namespace ros
00233 {
00234 namespace serialization
00235 {
00236
00237 template<class ContainerAllocator> struct Serializer< ::srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjectsRequest_<ContainerAllocator> >
00238 {
00239 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00240 {
00241 }
00242
00243 ROS_DECLARE_ALLINONE_SERIALIZER;
00244 };
00245 }
00246 }
00247
00248
00249 namespace ros
00250 {
00251 namespace serialization
00252 {
00253
00254 template<class ContainerAllocator> struct Serializer< ::srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjectsResponse_<ContainerAllocator> >
00255 {
00256 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00257 {
00258 stream.next(m.objects);
00259 }
00260
00261 ROS_DECLARE_ALLINONE_SERIALIZER;
00262 };
00263 }
00264 }
00265
00266 namespace ros
00267 {
00268 namespace service_traits
00269 {
00270 template<>
00271 struct MD5Sum<srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjects> {
00272 static const char* value()
00273 {
00274 return "60f3515a4f43a52c1d9b2b6dddaf2949";
00275 }
00276
00277 static const char* value(const srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjects&) { return value(); }
00278 };
00279
00280 template<>
00281 struct DataType<srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjects> {
00282 static const char* value()
00283 {
00284 return "srs_assisted_arm_navigation_msgs/ArmNavRemoveCollObjects";
00285 }
00286
00287 static const char* value(const srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjects&) { return value(); }
00288 };
00289
00290 template<class ContainerAllocator>
00291 struct MD5Sum<srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjectsRequest_<ContainerAllocator> > {
00292 static const char* value()
00293 {
00294 return "60f3515a4f43a52c1d9b2b6dddaf2949";
00295 }
00296
00297 static const char* value(const srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjectsRequest_<ContainerAllocator> &) { return value(); }
00298 };
00299
00300 template<class ContainerAllocator>
00301 struct DataType<srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjectsRequest_<ContainerAllocator> > {
00302 static const char* value()
00303 {
00304 return "srs_assisted_arm_navigation_msgs/ArmNavRemoveCollObjects";
00305 }
00306
00307 static const char* value(const srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjectsRequest_<ContainerAllocator> &) { return value(); }
00308 };
00309
00310 template<class ContainerAllocator>
00311 struct MD5Sum<srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjectsResponse_<ContainerAllocator> > {
00312 static const char* value()
00313 {
00314 return "60f3515a4f43a52c1d9b2b6dddaf2949";
00315 }
00316
00317 static const char* value(const srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjectsResponse_<ContainerAllocator> &) { return value(); }
00318 };
00319
00320 template<class ContainerAllocator>
00321 struct DataType<srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjectsResponse_<ContainerAllocator> > {
00322 static const char* value()
00323 {
00324 return "srs_assisted_arm_navigation_msgs/ArmNavRemoveCollObjects";
00325 }
00326
00327 static const char* value(const srs_assisted_arm_navigation_msgs::ArmNavRemoveCollObjectsResponse_<ContainerAllocator> &) { return value(); }
00328 };
00329
00330 }
00331 }
00332
00333 #endif // SRS_ASSISTED_ARM_NAVIGATION_MSGS_SERVICE_ARMNAVREMOVECOLLOBJECTS_H
00334