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