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