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