Go to the documentation of this file.00001
00002 #ifndef SRS_ASSISTED_ARM_NAVIGATION_MSGS_SERVICE_ARMNAVMOVEPALMLINKREL_H
00003 #define SRS_ASSISTED_ARM_NAVIGATION_MSGS_SERVICE_ARMNAVMOVEPALMLINKREL_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
00021
00022
00023 namespace srs_assisted_arm_navigation_msgs
00024 {
00025 template <class ContainerAllocator>
00026 struct ArmNavMovePalmLinkRelRequest_ {
00027 typedef ArmNavMovePalmLinkRelRequest_<ContainerAllocator> Type;
00028
00029 ArmNavMovePalmLinkRelRequest_()
00030 : relative_movement()
00031 {
00032 }
00033
00034 ArmNavMovePalmLinkRelRequest_(const ContainerAllocator& _alloc)
00035 : relative_movement(_alloc)
00036 {
00037 }
00038
00039 typedef ::geometry_msgs::Pose_<ContainerAllocator> _relative_movement_type;
00040 ::geometry_msgs::Pose_<ContainerAllocator> relative_movement;
00041
00042
00043 typedef boost::shared_ptr< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRelRequest_<ContainerAllocator> > Ptr;
00044 typedef boost::shared_ptr< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRelRequest_<ContainerAllocator> const> ConstPtr;
00045 boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00046 };
00047 typedef ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRelRequest_<std::allocator<void> > ArmNavMovePalmLinkRelRequest;
00048
00049 typedef boost::shared_ptr< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRelRequest> ArmNavMovePalmLinkRelRequestPtr;
00050 typedef boost::shared_ptr< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRelRequest const> ArmNavMovePalmLinkRelRequestConstPtr;
00051
00052
00053
00054 template <class ContainerAllocator>
00055 struct ArmNavMovePalmLinkRelResponse_ {
00056 typedef ArmNavMovePalmLinkRelResponse_<ContainerAllocator> Type;
00057
00058 ArmNavMovePalmLinkRelResponse_()
00059 : completed(false)
00060 , msg()
00061 {
00062 }
00063
00064 ArmNavMovePalmLinkRelResponse_(const ContainerAllocator& _alloc)
00065 : completed(false)
00066 , msg(_alloc)
00067 {
00068 }
00069
00070 typedef uint8_t _completed_type;
00071 uint8_t completed;
00072
00073 typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > _msg_type;
00074 std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > msg;
00075
00076
00077 typedef boost::shared_ptr< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRelResponse_<ContainerAllocator> > Ptr;
00078 typedef boost::shared_ptr< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRelResponse_<ContainerAllocator> const> ConstPtr;
00079 boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00080 };
00081 typedef ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRelResponse_<std::allocator<void> > ArmNavMovePalmLinkRelResponse;
00082
00083 typedef boost::shared_ptr< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRelResponse> ArmNavMovePalmLinkRelResponsePtr;
00084 typedef boost::shared_ptr< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRelResponse const> ArmNavMovePalmLinkRelResponseConstPtr;
00085
00086
00087 struct ArmNavMovePalmLinkRel
00088 {
00089
00090 typedef ArmNavMovePalmLinkRelRequest Request;
00091 typedef ArmNavMovePalmLinkRelResponse Response;
00092 Request request;
00093 Response response;
00094
00095 typedef Request RequestType;
00096 typedef Response ResponseType;
00097 };
00098 }
00099
00100 namespace ros
00101 {
00102 namespace message_traits
00103 {
00104 template<class ContainerAllocator> struct IsMessage< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRelRequest_<ContainerAllocator> > : public TrueType {};
00105 template<class ContainerAllocator> struct IsMessage< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRelRequest_<ContainerAllocator> const> : public TrueType {};
00106 template<class ContainerAllocator>
00107 struct MD5Sum< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRelRequest_<ContainerAllocator> > {
00108 static const char* value()
00109 {
00110 return "8748b3b787ed772f72ebf392fe564ece";
00111 }
00112
00113 static const char* value(const ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRelRequest_<ContainerAllocator> &) { return value(); }
00114 static const uint64_t static_value1 = 0x8748b3b787ed772fULL;
00115 static const uint64_t static_value2 = 0x72ebf392fe564eceULL;
00116 };
00117
00118 template<class ContainerAllocator>
00119 struct DataType< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRelRequest_<ContainerAllocator> > {
00120 static const char* value()
00121 {
00122 return "srs_assisted_arm_navigation_msgs/ArmNavMovePalmLinkRelRequest";
00123 }
00124
00125 static const char* value(const ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRelRequest_<ContainerAllocator> &) { return value(); }
00126 };
00127
00128 template<class ContainerAllocator>
00129 struct Definition< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRelRequest_<ContainerAllocator> > {
00130 static const char* value()
00131 {
00132 return "\n\
00133 \n\
00134 geometry_msgs/Pose relative_movement\n\
00135 \n\
00136 ================================================================================\n\
00137 MSG: geometry_msgs/Pose\n\
00138 # A representation of pose in free space, composed of postion and orientation. \n\
00139 Point position\n\
00140 Quaternion orientation\n\
00141 \n\
00142 ================================================================================\n\
00143 MSG: geometry_msgs/Point\n\
00144 # This contains the position of a point in free space\n\
00145 float64 x\n\
00146 float64 y\n\
00147 float64 z\n\
00148 \n\
00149 ================================================================================\n\
00150 MSG: geometry_msgs/Quaternion\n\
00151 # This represents an orientation in free space in quaternion form.\n\
00152 \n\
00153 float64 x\n\
00154 float64 y\n\
00155 float64 z\n\
00156 float64 w\n\
00157 \n\
00158 ";
00159 }
00160
00161 static const char* value(const ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRelRequest_<ContainerAllocator> &) { return value(); }
00162 };
00163
00164 template<class ContainerAllocator> struct IsFixedSize< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRelRequest_<ContainerAllocator> > : public TrueType {};
00165 }
00166 }
00167
00168
00169 namespace ros
00170 {
00171 namespace message_traits
00172 {
00173 template<class ContainerAllocator> struct IsMessage< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRelResponse_<ContainerAllocator> > : public TrueType {};
00174 template<class ContainerAllocator> struct IsMessage< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRelResponse_<ContainerAllocator> const> : public TrueType {};
00175 template<class ContainerAllocator>
00176 struct MD5Sum< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRelResponse_<ContainerAllocator> > {
00177 static const char* value()
00178 {
00179 return "7de7f4695a268566c2ce9ae9e3a34e73";
00180 }
00181
00182 static const char* value(const ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRelResponse_<ContainerAllocator> &) { return value(); }
00183 static const uint64_t static_value1 = 0x7de7f4695a268566ULL;
00184 static const uint64_t static_value2 = 0xc2ce9ae9e3a34e73ULL;
00185 };
00186
00187 template<class ContainerAllocator>
00188 struct DataType< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRelResponse_<ContainerAllocator> > {
00189 static const char* value()
00190 {
00191 return "srs_assisted_arm_navigation_msgs/ArmNavMovePalmLinkRelResponse";
00192 }
00193
00194 static const char* value(const ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRelResponse_<ContainerAllocator> &) { return value(); }
00195 };
00196
00197 template<class ContainerAllocator>
00198 struct Definition< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRelResponse_<ContainerAllocator> > {
00199 static const char* value()
00200 {
00201 return "bool completed\n\
00202 string msg\n\
00203 \n\
00204 ";
00205 }
00206
00207 static const char* value(const ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRelResponse_<ContainerAllocator> &) { return value(); }
00208 };
00209
00210 }
00211 }
00212
00213 namespace ros
00214 {
00215 namespace serialization
00216 {
00217
00218 template<class ContainerAllocator> struct Serializer< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRelRequest_<ContainerAllocator> >
00219 {
00220 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00221 {
00222 stream.next(m.relative_movement);
00223 }
00224
00225 ROS_DECLARE_ALLINONE_SERIALIZER;
00226 };
00227 }
00228 }
00229
00230
00231 namespace ros
00232 {
00233 namespace serialization
00234 {
00235
00236 template<class ContainerAllocator> struct Serializer< ::srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRelResponse_<ContainerAllocator> >
00237 {
00238 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00239 {
00240 stream.next(m.completed);
00241 stream.next(m.msg);
00242 }
00243
00244 ROS_DECLARE_ALLINONE_SERIALIZER;
00245 };
00246 }
00247 }
00248
00249 namespace ros
00250 {
00251 namespace service_traits
00252 {
00253 template<>
00254 struct MD5Sum<srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRel> {
00255 static const char* value()
00256 {
00257 return "42e1f7fe26283c48c822d04ed149dd7e";
00258 }
00259
00260 static const char* value(const srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRel&) { return value(); }
00261 };
00262
00263 template<>
00264 struct DataType<srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRel> {
00265 static const char* value()
00266 {
00267 return "srs_assisted_arm_navigation_msgs/ArmNavMovePalmLinkRel";
00268 }
00269
00270 static const char* value(const srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRel&) { return value(); }
00271 };
00272
00273 template<class ContainerAllocator>
00274 struct MD5Sum<srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRelRequest_<ContainerAllocator> > {
00275 static const char* value()
00276 {
00277 return "42e1f7fe26283c48c822d04ed149dd7e";
00278 }
00279
00280 static const char* value(const srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRelRequest_<ContainerAllocator> &) { return value(); }
00281 };
00282
00283 template<class ContainerAllocator>
00284 struct DataType<srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRelRequest_<ContainerAllocator> > {
00285 static const char* value()
00286 {
00287 return "srs_assisted_arm_navigation_msgs/ArmNavMovePalmLinkRel";
00288 }
00289
00290 static const char* value(const srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRelRequest_<ContainerAllocator> &) { return value(); }
00291 };
00292
00293 template<class ContainerAllocator>
00294 struct MD5Sum<srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRelResponse_<ContainerAllocator> > {
00295 static const char* value()
00296 {
00297 return "42e1f7fe26283c48c822d04ed149dd7e";
00298 }
00299
00300 static const char* value(const srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRelResponse_<ContainerAllocator> &) { return value(); }
00301 };
00302
00303 template<class ContainerAllocator>
00304 struct DataType<srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRelResponse_<ContainerAllocator> > {
00305 static const char* value()
00306 {
00307 return "srs_assisted_arm_navigation_msgs/ArmNavMovePalmLinkRel";
00308 }
00309
00310 static const char* value(const srs_assisted_arm_navigation_msgs::ArmNavMovePalmLinkRelResponse_<ContainerAllocator> &) { return value(); }
00311 };
00312
00313 }
00314 }
00315
00316 #endif // SRS_ASSISTED_ARM_NAVIGATION_MSGS_SERVICE_ARMNAVMOVEPALMLINKREL_H
00317