00001
00002 #ifndef KINEMATICS_MSGS_SERVICE_GETKINEMATICSOLVERINFO_H
00003 #define KINEMATICS_MSGS_SERVICE_GETKINEMATICSOLVERINFO_H
00004 #include <string>
00005 #include <vector>
00006 #include <ostream>
00007 #include "ros/serialization.h"
00008 #include "ros/builtin_message_traits.h"
00009 #include "ros/message_operations.h"
00010 #include "ros/message.h"
00011 #include "ros/time.h"
00012
00013 #include "ros/service_traits.h"
00014
00015
00016
00017 #include "kinematics_msgs/KinematicSolverInfo.h"
00018
00019 namespace kinematics_msgs
00020 {
00021 template <class ContainerAllocator>
00022 struct GetKinematicSolverInfoRequest_ : public ros::Message
00023 {
00024 typedef GetKinematicSolverInfoRequest_<ContainerAllocator> Type;
00025
00026 GetKinematicSolverInfoRequest_()
00027 {
00028 }
00029
00030 GetKinematicSolverInfoRequest_(const ContainerAllocator& _alloc)
00031 {
00032 }
00033
00034
00035 private:
00036 static const char* __s_getDataType_() { return "kinematics_msgs/GetKinematicSolverInfoRequest"; }
00037 public:
00038 ROS_DEPRECATED static const std::string __s_getDataType() { return __s_getDataType_(); }
00039
00040 ROS_DEPRECATED const std::string __getDataType() const { return __s_getDataType_(); }
00041
00042 private:
00043 static const char* __s_getMD5Sum_() { return "d41d8cd98f00b204e9800998ecf8427e"; }
00044 public:
00045 ROS_DEPRECATED static const std::string __s_getMD5Sum() { return __s_getMD5Sum_(); }
00046
00047 ROS_DEPRECATED const std::string __getMD5Sum() const { return __s_getMD5Sum_(); }
00048
00049 private:
00050 static const char* __s_getServerMD5Sum_() { return "5648b359ec7ddb2dcd2e03faeb3a5a1a"; }
00051 public:
00052 ROS_DEPRECATED static const std::string __s_getServerMD5Sum() { return __s_getServerMD5Sum_(); }
00053
00054 ROS_DEPRECATED const std::string __getServerMD5Sum() const { return __s_getServerMD5Sum_(); }
00055
00056 private:
00057 static const char* __s_getMessageDefinition_() { return "\n\
00058 \n\
00059 "; }
00060 public:
00061 ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); }
00062
00063 ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); }
00064
00065 ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const
00066 {
00067 ros::serialization::OStream stream(write_ptr, 1000000000);
00068 return stream.getData();
00069 }
00070
00071 ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr)
00072 {
00073 ros::serialization::IStream stream(read_ptr, 1000000000);
00074 return stream.getData();
00075 }
00076
00077 ROS_DEPRECATED virtual uint32_t serializationLength() const
00078 {
00079 uint32_t size = 0;
00080 return size;
00081 }
00082
00083 typedef boost::shared_ptr< ::kinematics_msgs::GetKinematicSolverInfoRequest_<ContainerAllocator> > Ptr;
00084 typedef boost::shared_ptr< ::kinematics_msgs::GetKinematicSolverInfoRequest_<ContainerAllocator> const> ConstPtr;
00085 };
00086 typedef ::kinematics_msgs::GetKinematicSolverInfoRequest_<std::allocator<void> > GetKinematicSolverInfoRequest;
00087
00088 typedef boost::shared_ptr< ::kinematics_msgs::GetKinematicSolverInfoRequest> GetKinematicSolverInfoRequestPtr;
00089 typedef boost::shared_ptr< ::kinematics_msgs::GetKinematicSolverInfoRequest const> GetKinematicSolverInfoRequestConstPtr;
00090
00091
00092 template <class ContainerAllocator>
00093 struct GetKinematicSolverInfoResponse_ : public ros::Message
00094 {
00095 typedef GetKinematicSolverInfoResponse_<ContainerAllocator> Type;
00096
00097 GetKinematicSolverInfoResponse_()
00098 : kinematic_solver_info()
00099 {
00100 }
00101
00102 GetKinematicSolverInfoResponse_(const ContainerAllocator& _alloc)
00103 : kinematic_solver_info(_alloc)
00104 {
00105 }
00106
00107 typedef ::kinematics_msgs::KinematicSolverInfo_<ContainerAllocator> _kinematic_solver_info_type;
00108 ::kinematics_msgs::KinematicSolverInfo_<ContainerAllocator> kinematic_solver_info;
00109
00110
00111 private:
00112 static const char* __s_getDataType_() { return "kinematics_msgs/GetKinematicSolverInfoResponse"; }
00113 public:
00114 ROS_DEPRECATED static const std::string __s_getDataType() { return __s_getDataType_(); }
00115
00116 ROS_DEPRECATED const std::string __getDataType() const { return __s_getDataType_(); }
00117
00118 private:
00119 static const char* __s_getMD5Sum_() { return "5648b359ec7ddb2dcd2e03faeb3a5a1a"; }
00120 public:
00121 ROS_DEPRECATED static const std::string __s_getMD5Sum() { return __s_getMD5Sum_(); }
00122
00123 ROS_DEPRECATED const std::string __getMD5Sum() const { return __s_getMD5Sum_(); }
00124
00125 private:
00126 static const char* __s_getServerMD5Sum_() { return "5648b359ec7ddb2dcd2e03faeb3a5a1a"; }
00127 public:
00128 ROS_DEPRECATED static const std::string __s_getServerMD5Sum() { return __s_getServerMD5Sum_(); }
00129
00130 ROS_DEPRECATED const std::string __getServerMD5Sum() const { return __s_getServerMD5Sum_(); }
00131
00132 private:
00133 static const char* __s_getMessageDefinition_() { return "kinematics_msgs/KinematicSolverInfo kinematic_solver_info\n\
00134 \n\
00135 ================================================================================\n\
00136 MSG: kinematics_msgs/KinematicSolverInfo\n\
00137 # A list of joints in the kinematic tree\n\
00138 string[] joint_names\n\
00139 # A list of joint limits corresponding to the joint names\n\
00140 motion_planning_msgs/JointLimits[] limits\n\
00141 # A list of links that the kinematics node provides solutions for\n\
00142 string[] link_names\n\
00143 \n\
00144 ================================================================================\n\
00145 MSG: motion_planning_msgs/JointLimits\n\
00146 # This message contains information about limits of a particular joint (or control dimension)\n\
00147 string joint_name\n\
00148 \n\
00149 # true if the joint has position limits\n\
00150 uint8 has_position_limits\n\
00151 \n\
00152 # min and max position limits\n\
00153 float64 min_position\n\
00154 float64 max_position\n\
00155 \n\
00156 # true if joint has velocity limits\n\
00157 uint8 has_velocity_limits\n\
00158 \n\
00159 # max velocity limit\n\
00160 float64 max_velocity\n\
00161 # min_velocity is assumed to be -max_velocity\n\
00162 \n\
00163 # true if joint has acceleration limits\n\
00164 uint8 has_acceleration_limits\n\
00165 # max acceleration limit\n\
00166 float64 max_acceleration\n\
00167 # min_acceleration is assumed to be -max_acceleration\n\
00168 \n\
00169 "; }
00170 public:
00171 ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); }
00172
00173 ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); }
00174
00175 ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const
00176 {
00177 ros::serialization::OStream stream(write_ptr, 1000000000);
00178 ros::serialization::serialize(stream, kinematic_solver_info);
00179 return stream.getData();
00180 }
00181
00182 ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr)
00183 {
00184 ros::serialization::IStream stream(read_ptr, 1000000000);
00185 ros::serialization::deserialize(stream, kinematic_solver_info);
00186 return stream.getData();
00187 }
00188
00189 ROS_DEPRECATED virtual uint32_t serializationLength() const
00190 {
00191 uint32_t size = 0;
00192 size += ros::serialization::serializationLength(kinematic_solver_info);
00193 return size;
00194 }
00195
00196 typedef boost::shared_ptr< ::kinematics_msgs::GetKinematicSolverInfoResponse_<ContainerAllocator> > Ptr;
00197 typedef boost::shared_ptr< ::kinematics_msgs::GetKinematicSolverInfoResponse_<ContainerAllocator> const> ConstPtr;
00198 };
00199 typedef ::kinematics_msgs::GetKinematicSolverInfoResponse_<std::allocator<void> > GetKinematicSolverInfoResponse;
00200
00201 typedef boost::shared_ptr< ::kinematics_msgs::GetKinematicSolverInfoResponse> GetKinematicSolverInfoResponsePtr;
00202 typedef boost::shared_ptr< ::kinematics_msgs::GetKinematicSolverInfoResponse const> GetKinematicSolverInfoResponseConstPtr;
00203
00204 struct GetKinematicSolverInfo
00205 {
00206
00207 typedef GetKinematicSolverInfoRequest Request;
00208 typedef GetKinematicSolverInfoResponse Response;
00209 Request request;
00210 Response response;
00211
00212 typedef Request RequestType;
00213 typedef Response ResponseType;
00214 };
00215 }
00216
00217 namespace ros
00218 {
00219 namespace message_traits
00220 {
00221 template<class ContainerAllocator>
00222 struct MD5Sum< ::kinematics_msgs::GetKinematicSolverInfoRequest_<ContainerAllocator> > {
00223 static const char* value()
00224 {
00225 return "d41d8cd98f00b204e9800998ecf8427e";
00226 }
00227
00228 static const char* value(const ::kinematics_msgs::GetKinematicSolverInfoRequest_<ContainerAllocator> &) { return value(); }
00229 static const uint64_t static_value1 = 0xd41d8cd98f00b204ULL;
00230 static const uint64_t static_value2 = 0xe9800998ecf8427eULL;
00231 };
00232
00233 template<class ContainerAllocator>
00234 struct DataType< ::kinematics_msgs::GetKinematicSolverInfoRequest_<ContainerAllocator> > {
00235 static const char* value()
00236 {
00237 return "kinematics_msgs/GetKinematicSolverInfoRequest";
00238 }
00239
00240 static const char* value(const ::kinematics_msgs::GetKinematicSolverInfoRequest_<ContainerAllocator> &) { return value(); }
00241 };
00242
00243 template<class ContainerAllocator>
00244 struct Definition< ::kinematics_msgs::GetKinematicSolverInfoRequest_<ContainerAllocator> > {
00245 static const char* value()
00246 {
00247 return "\n\
00248 \n\
00249 ";
00250 }
00251
00252 static const char* value(const ::kinematics_msgs::GetKinematicSolverInfoRequest_<ContainerAllocator> &) { return value(); }
00253 };
00254
00255 template<class ContainerAllocator> struct IsFixedSize< ::kinematics_msgs::GetKinematicSolverInfoRequest_<ContainerAllocator> > : public TrueType {};
00256 }
00257 }
00258
00259
00260 namespace ros
00261 {
00262 namespace message_traits
00263 {
00264 template<class ContainerAllocator>
00265 struct MD5Sum< ::kinematics_msgs::GetKinematicSolverInfoResponse_<ContainerAllocator> > {
00266 static const char* value()
00267 {
00268 return "5648b359ec7ddb2dcd2e03faeb3a5a1a";
00269 }
00270
00271 static const char* value(const ::kinematics_msgs::GetKinematicSolverInfoResponse_<ContainerAllocator> &) { return value(); }
00272 static const uint64_t static_value1 = 0x5648b359ec7ddb2dULL;
00273 static const uint64_t static_value2 = 0xcd2e03faeb3a5a1aULL;
00274 };
00275
00276 template<class ContainerAllocator>
00277 struct DataType< ::kinematics_msgs::GetKinematicSolverInfoResponse_<ContainerAllocator> > {
00278 static const char* value()
00279 {
00280 return "kinematics_msgs/GetKinematicSolverInfoResponse";
00281 }
00282
00283 static const char* value(const ::kinematics_msgs::GetKinematicSolverInfoResponse_<ContainerAllocator> &) { return value(); }
00284 };
00285
00286 template<class ContainerAllocator>
00287 struct Definition< ::kinematics_msgs::GetKinematicSolverInfoResponse_<ContainerAllocator> > {
00288 static const char* value()
00289 {
00290 return "kinematics_msgs/KinematicSolverInfo kinematic_solver_info\n\
00291 \n\
00292 ================================================================================\n\
00293 MSG: kinematics_msgs/KinematicSolverInfo\n\
00294 # A list of joints in the kinematic tree\n\
00295 string[] joint_names\n\
00296 # A list of joint limits corresponding to the joint names\n\
00297 motion_planning_msgs/JointLimits[] limits\n\
00298 # A list of links that the kinematics node provides solutions for\n\
00299 string[] link_names\n\
00300 \n\
00301 ================================================================================\n\
00302 MSG: motion_planning_msgs/JointLimits\n\
00303 # This message contains information about limits of a particular joint (or control dimension)\n\
00304 string joint_name\n\
00305 \n\
00306 # true if the joint has position limits\n\
00307 uint8 has_position_limits\n\
00308 \n\
00309 # min and max position limits\n\
00310 float64 min_position\n\
00311 float64 max_position\n\
00312 \n\
00313 # true if joint has velocity limits\n\
00314 uint8 has_velocity_limits\n\
00315 \n\
00316 # max velocity limit\n\
00317 float64 max_velocity\n\
00318 # min_velocity is assumed to be -max_velocity\n\
00319 \n\
00320 # true if joint has acceleration limits\n\
00321 uint8 has_acceleration_limits\n\
00322 # max acceleration limit\n\
00323 float64 max_acceleration\n\
00324 # min_acceleration is assumed to be -max_acceleration\n\
00325 \n\
00326 ";
00327 }
00328
00329 static const char* value(const ::kinematics_msgs::GetKinematicSolverInfoResponse_<ContainerAllocator> &) { return value(); }
00330 };
00331
00332 }
00333 }
00334
00335 namespace ros
00336 {
00337 namespace serialization
00338 {
00339
00340 template<class ContainerAllocator> struct Serializer< ::kinematics_msgs::GetKinematicSolverInfoRequest_<ContainerAllocator> >
00341 {
00342 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00343 {
00344 }
00345
00346 ROS_DECLARE_ALLINONE_SERIALIZER;
00347 };
00348 }
00349 }
00350
00351
00352 namespace ros
00353 {
00354 namespace serialization
00355 {
00356
00357 template<class ContainerAllocator> struct Serializer< ::kinematics_msgs::GetKinematicSolverInfoResponse_<ContainerAllocator> >
00358 {
00359 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00360 {
00361 stream.next(m.kinematic_solver_info);
00362 }
00363
00364 ROS_DECLARE_ALLINONE_SERIALIZER;
00365 };
00366 }
00367 }
00368
00369 namespace ros
00370 {
00371 namespace service_traits
00372 {
00373 template<>
00374 struct MD5Sum<kinematics_msgs::GetKinematicSolverInfo> {
00375 static const char* value()
00376 {
00377 return "5648b359ec7ddb2dcd2e03faeb3a5a1a";
00378 }
00379
00380 static const char* value(const kinematics_msgs::GetKinematicSolverInfo&) { return value(); }
00381 };
00382
00383 template<>
00384 struct DataType<kinematics_msgs::GetKinematicSolverInfo> {
00385 static const char* value()
00386 {
00387 return "kinematics_msgs/GetKinematicSolverInfo";
00388 }
00389
00390 static const char* value(const kinematics_msgs::GetKinematicSolverInfo&) { return value(); }
00391 };
00392
00393 template<class ContainerAllocator>
00394 struct MD5Sum<kinematics_msgs::GetKinematicSolverInfoRequest_<ContainerAllocator> > {
00395 static const char* value()
00396 {
00397 return "5648b359ec7ddb2dcd2e03faeb3a5a1a";
00398 }
00399
00400 static const char* value(const kinematics_msgs::GetKinematicSolverInfoRequest_<ContainerAllocator> &) { return value(); }
00401 };
00402
00403 template<class ContainerAllocator>
00404 struct DataType<kinematics_msgs::GetKinematicSolverInfoRequest_<ContainerAllocator> > {
00405 static const char* value()
00406 {
00407 return "kinematics_msgs/GetKinematicSolverInfo";
00408 }
00409
00410 static const char* value(const kinematics_msgs::GetKinematicSolverInfoRequest_<ContainerAllocator> &) { return value(); }
00411 };
00412
00413 template<class ContainerAllocator>
00414 struct MD5Sum<kinematics_msgs::GetKinematicSolverInfoResponse_<ContainerAllocator> > {
00415 static const char* value()
00416 {
00417 return "5648b359ec7ddb2dcd2e03faeb3a5a1a";
00418 }
00419
00420 static const char* value(const kinematics_msgs::GetKinematicSolverInfoResponse_<ContainerAllocator> &) { return value(); }
00421 };
00422
00423 template<class ContainerAllocator>
00424 struct DataType<kinematics_msgs::GetKinematicSolverInfoResponse_<ContainerAllocator> > {
00425 static const char* value()
00426 {
00427 return "kinematics_msgs/GetKinematicSolverInfo";
00428 }
00429
00430 static const char* value(const kinematics_msgs::GetKinematicSolverInfoResponse_<ContainerAllocator> &) { return value(); }
00431 };
00432
00433 }
00434 }
00435
00436 #endif // KINEMATICS_MSGS_SERVICE_GETKINEMATICSOLVERINFO_H
00437