00001
00002 #ifndef PLANNING_ENVIRONMENT_MSGS_SERVICE_GETROBOTSTATE_H
00003 #define PLANNING_ENVIRONMENT_MSGS_SERVICE_GETROBOTSTATE_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 "motion_planning_msgs/RobotState.h"
00018 #include "motion_planning_msgs/ArmNavigationErrorCodes.h"
00019
00020 namespace planning_environment_msgs
00021 {
00022 template <class ContainerAllocator>
00023 struct GetRobotStateRequest_ : public ros::Message
00024 {
00025 typedef GetRobotStateRequest_<ContainerAllocator> Type;
00026
00027 GetRobotStateRequest_()
00028 {
00029 }
00030
00031 GetRobotStateRequest_(const ContainerAllocator& _alloc)
00032 {
00033 }
00034
00035
00036 private:
00037 static const char* __s_getDataType_() { return "planning_environment_msgs/GetRobotStateRequest"; }
00038 public:
00039 ROS_DEPRECATED static const std::string __s_getDataType() { return __s_getDataType_(); }
00040
00041 ROS_DEPRECATED const std::string __getDataType() const { return __s_getDataType_(); }
00042
00043 private:
00044 static const char* __s_getMD5Sum_() { return "d41d8cd98f00b204e9800998ecf8427e"; }
00045 public:
00046 ROS_DEPRECATED static const std::string __s_getMD5Sum() { return __s_getMD5Sum_(); }
00047
00048 ROS_DEPRECATED const std::string __getMD5Sum() const { return __s_getMD5Sum_(); }
00049
00050 private:
00051 static const char* __s_getServerMD5Sum_() { return "9799d82a26586bf3963962b7c3038f40"; }
00052 public:
00053 ROS_DEPRECATED static const std::string __s_getServerMD5Sum() { return __s_getServerMD5Sum_(); }
00054
00055 ROS_DEPRECATED const std::string __getServerMD5Sum() const { return __s_getServerMD5Sum_(); }
00056
00057 private:
00058 static const char* __s_getMessageDefinition_() { return "\n\
00059 \n\
00060 \n\
00061 \n\
00062 "; }
00063 public:
00064 ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); }
00065
00066 ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); }
00067
00068 ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const
00069 {
00070 ros::serialization::OStream stream(write_ptr, 1000000000);
00071 return stream.getData();
00072 }
00073
00074 ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr)
00075 {
00076 ros::serialization::IStream stream(read_ptr, 1000000000);
00077 return stream.getData();
00078 }
00079
00080 ROS_DEPRECATED virtual uint32_t serializationLength() const
00081 {
00082 uint32_t size = 0;
00083 return size;
00084 }
00085
00086 typedef boost::shared_ptr< ::planning_environment_msgs::GetRobotStateRequest_<ContainerAllocator> > Ptr;
00087 typedef boost::shared_ptr< ::planning_environment_msgs::GetRobotStateRequest_<ContainerAllocator> const> ConstPtr;
00088 };
00089 typedef ::planning_environment_msgs::GetRobotStateRequest_<std::allocator<void> > GetRobotStateRequest;
00090
00091 typedef boost::shared_ptr< ::planning_environment_msgs::GetRobotStateRequest> GetRobotStateRequestPtr;
00092 typedef boost::shared_ptr< ::planning_environment_msgs::GetRobotStateRequest const> GetRobotStateRequestConstPtr;
00093
00094
00095 template <class ContainerAllocator>
00096 struct GetRobotStateResponse_ : public ros::Message
00097 {
00098 typedef GetRobotStateResponse_<ContainerAllocator> Type;
00099
00100 GetRobotStateResponse_()
00101 : robot_state()
00102 , error_code()
00103 {
00104 }
00105
00106 GetRobotStateResponse_(const ContainerAllocator& _alloc)
00107 : robot_state(_alloc)
00108 , error_code(_alloc)
00109 {
00110 }
00111
00112 typedef ::motion_planning_msgs::RobotState_<ContainerAllocator> _robot_state_type;
00113 ::motion_planning_msgs::RobotState_<ContainerAllocator> robot_state;
00114
00115 typedef ::motion_planning_msgs::ArmNavigationErrorCodes_<ContainerAllocator> _error_code_type;
00116 ::motion_planning_msgs::ArmNavigationErrorCodes_<ContainerAllocator> error_code;
00117
00118
00119 private:
00120 static const char* __s_getDataType_() { return "planning_environment_msgs/GetRobotStateResponse"; }
00121 public:
00122 ROS_DEPRECATED static const std::string __s_getDataType() { return __s_getDataType_(); }
00123
00124 ROS_DEPRECATED const std::string __getDataType() const { return __s_getDataType_(); }
00125
00126 private:
00127 static const char* __s_getMD5Sum_() { return "9799d82a26586bf3963962b7c3038f40"; }
00128 public:
00129 ROS_DEPRECATED static const std::string __s_getMD5Sum() { return __s_getMD5Sum_(); }
00130
00131 ROS_DEPRECATED const std::string __getMD5Sum() const { return __s_getMD5Sum_(); }
00132
00133 private:
00134 static const char* __s_getServerMD5Sum_() { return "9799d82a26586bf3963962b7c3038f40"; }
00135 public:
00136 ROS_DEPRECATED static const std::string __s_getServerMD5Sum() { return __s_getServerMD5Sum_(); }
00137
00138 ROS_DEPRECATED const std::string __getServerMD5Sum() const { return __s_getServerMD5Sum_(); }
00139
00140 private:
00141 static const char* __s_getMessageDefinition_() { return "\n\
00142 \n\
00143 motion_planning_msgs/RobotState robot_state\n\
00144 \n\
00145 \n\
00146 \n\
00147 \n\
00148 motion_planning_msgs/ArmNavigationErrorCodes error_code\n\
00149 \n\
00150 ================================================================================\n\
00151 MSG: motion_planning_msgs/RobotState\n\
00152 # This message contains information about the robot state, i.e. the positions of its joints and links\n\
00153 sensor_msgs/JointState joint_state\n\
00154 motion_planning_msgs/MultiDOFJointState multi_dof_joint_state\n\
00155 ================================================================================\n\
00156 MSG: sensor_msgs/JointState\n\
00157 # This is a message that holds data to describe the state of a set of torque controlled joints. \n\
00158 #\n\
00159 # The state of each joint (revolute or prismatic) is defined by:\n\
00160 # * the position of the joint (rad or m),\n\
00161 # * the velocity of the joint (rad/s or m/s) and \n\
00162 # * the effort that is applied in the joint (Nm or N).\n\
00163 #\n\
00164 # Each joint is uniquely identified by its name\n\
00165 # The header specifies the time at which the joint states were recorded. All the joint states\n\
00166 # in one message have to be recorded at the same time.\n\
00167 #\n\
00168 # This message consists of a multiple arrays, one for each part of the joint state. \n\
00169 # The goal is to make each of the fields optional. When e.g. your joints have no\n\
00170 # effort associated with them, you can leave the effort array empty. \n\
00171 #\n\
00172 # All arrays in this message should have the same size, or be empty.\n\
00173 # This is the only way to uniquely associate the joint name with the correct\n\
00174 # states.\n\
00175 \n\
00176 \n\
00177 Header header\n\
00178 \n\
00179 string[] name\n\
00180 float64[] position\n\
00181 float64[] velocity\n\
00182 float64[] effort\n\
00183 \n\
00184 ================================================================================\n\
00185 MSG: std_msgs/Header\n\
00186 # Standard metadata for higher-level stamped data types.\n\
00187 # This is generally used to communicate timestamped data \n\
00188 # in a particular coordinate frame.\n\
00189 # \n\
00190 # sequence ID: consecutively increasing ID \n\
00191 uint32 seq\n\
00192 #Two-integer timestamp that is expressed as:\n\
00193 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00194 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00195 # time-handling sugar is provided by the client library\n\
00196 time stamp\n\
00197 #Frame this data is associated with\n\
00198 # 0: no frame\n\
00199 # 1: global frame\n\
00200 string frame_id\n\
00201 \n\
00202 ================================================================================\n\
00203 MSG: motion_planning_msgs/MultiDOFJointState\n\
00204 #A representation of a multi-dof joint state\n\
00205 time stamp\n\
00206 string[] joint_names\n\
00207 string[] frame_ids\n\
00208 string[] child_frame_ids\n\
00209 geometry_msgs/Pose[] poses\n\
00210 \n\
00211 ================================================================================\n\
00212 MSG: geometry_msgs/Pose\n\
00213 # A representation of pose in free space, composed of postion and orientation. \n\
00214 Point position\n\
00215 Quaternion orientation\n\
00216 \n\
00217 ================================================================================\n\
00218 MSG: geometry_msgs/Point\n\
00219 # This contains the position of a point in free space\n\
00220 float64 x\n\
00221 float64 y\n\
00222 float64 z\n\
00223 \n\
00224 ================================================================================\n\
00225 MSG: geometry_msgs/Quaternion\n\
00226 # This represents an orientation in free space in quaternion form.\n\
00227 \n\
00228 float64 x\n\
00229 float64 y\n\
00230 float64 z\n\
00231 float64 w\n\
00232 \n\
00233 ================================================================================\n\
00234 MSG: motion_planning_msgs/ArmNavigationErrorCodes\n\
00235 int32 val\n\
00236 \n\
00237 # overall behavior\n\
00238 int32 PLANNING_FAILED=-1\n\
00239 int32 SUCCESS=1\n\
00240 int32 TIMED_OUT=-2\n\
00241 \n\
00242 # start state errors\n\
00243 int32 START_STATE_IN_COLLISION=-3\n\
00244 int32 START_STATE_VIOLATES_PATH_CONSTRAINTS=-4\n\
00245 \n\
00246 # goal errors\n\
00247 int32 GOAL_IN_COLLISION=-5\n\
00248 int32 GOAL_VIOLATES_PATH_CONSTRAINTS=-6\n\
00249 \n\
00250 # robot state\n\
00251 int32 INVALID_ROBOT_STATE=-7\n\
00252 int32 INCOMPLETE_ROBOT_STATE=-8\n\
00253 \n\
00254 # planning request errors\n\
00255 int32 INVALID_PLANNER_ID=-9\n\
00256 int32 INVALID_NUM_PLANNING_ATTEMPTS=-10\n\
00257 int32 INVALID_ALLOWED_PLANNING_TIME=-11\n\
00258 int32 INVALID_GROUP_NAME=-12\n\
00259 int32 INVALID_GOAL_JOINT_CONSTRAINTS=-13\n\
00260 int32 INVALID_GOAL_POSITION_CONSTRAINTS=-14\n\
00261 int32 INVALID_GOAL_ORIENTATION_CONSTRAINTS=-15\n\
00262 int32 INVALID_PATH_JOINT_CONSTRAINTS=-16\n\
00263 int32 INVALID_PATH_POSITION_CONSTRAINTS=-17\n\
00264 int32 INVALID_PATH_ORIENTATION_CONSTRAINTS=-18\n\
00265 \n\
00266 # state/trajectory monitor errors\n\
00267 int32 INVALID_TRAJECTORY=-19\n\
00268 int32 INVALID_INDEX=-20\n\
00269 int32 JOINT_LIMITS_VIOLATED=-21\n\
00270 int32 PATH_CONSTRAINTS_VIOLATED=-22\n\
00271 int32 COLLISION_CONSTRAINTS_VIOLATED=-23\n\
00272 int32 GOAL_CONSTRAINTS_VIOLATED=-24\n\
00273 int32 JOINTS_NOT_MOVING=-25\n\
00274 int32 TRAJECTORY_CONTROLLER_FAILED=-26\n\
00275 \n\
00276 # system errors\n\
00277 int32 FRAME_TRANSFORM_FAILURE=-27\n\
00278 int32 COLLISION_CHECKING_UNAVAILABLE=-28\n\
00279 int32 ROBOT_STATE_STALE=-29\n\
00280 int32 SENSOR_INFO_STALE=-30\n\
00281 \n\
00282 # kinematics errors\n\
00283 int32 NO_IK_SOLUTION=-31\n\
00284 int32 INVALID_LINK_NAME=-32\n\
00285 int32 IK_LINK_IN_COLLISION=-33\n\
00286 int32 NO_FK_SOLUTION=-34\n\
00287 int32 KINEMATICS_STATE_IN_COLLISION=-35\n\
00288 \n\
00289 # general errors\n\
00290 int32 INVALID_TIMEOUT=-36\n\
00291 \n\
00292 \n\
00293 "; }
00294 public:
00295 ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); }
00296
00297 ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); }
00298
00299 ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const
00300 {
00301 ros::serialization::OStream stream(write_ptr, 1000000000);
00302 ros::serialization::serialize(stream, robot_state);
00303 ros::serialization::serialize(stream, error_code);
00304 return stream.getData();
00305 }
00306
00307 ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr)
00308 {
00309 ros::serialization::IStream stream(read_ptr, 1000000000);
00310 ros::serialization::deserialize(stream, robot_state);
00311 ros::serialization::deserialize(stream, error_code);
00312 return stream.getData();
00313 }
00314
00315 ROS_DEPRECATED virtual uint32_t serializationLength() const
00316 {
00317 uint32_t size = 0;
00318 size += ros::serialization::serializationLength(robot_state);
00319 size += ros::serialization::serializationLength(error_code);
00320 return size;
00321 }
00322
00323 typedef boost::shared_ptr< ::planning_environment_msgs::GetRobotStateResponse_<ContainerAllocator> > Ptr;
00324 typedef boost::shared_ptr< ::planning_environment_msgs::GetRobotStateResponse_<ContainerAllocator> const> ConstPtr;
00325 };
00326 typedef ::planning_environment_msgs::GetRobotStateResponse_<std::allocator<void> > GetRobotStateResponse;
00327
00328 typedef boost::shared_ptr< ::planning_environment_msgs::GetRobotStateResponse> GetRobotStateResponsePtr;
00329 typedef boost::shared_ptr< ::planning_environment_msgs::GetRobotStateResponse const> GetRobotStateResponseConstPtr;
00330
00331 struct GetRobotState
00332 {
00333
00334 typedef GetRobotStateRequest Request;
00335 typedef GetRobotStateResponse Response;
00336 Request request;
00337 Response response;
00338
00339 typedef Request RequestType;
00340 typedef Response ResponseType;
00341 };
00342 }
00343
00344 namespace ros
00345 {
00346 namespace message_traits
00347 {
00348 template<class ContainerAllocator>
00349 struct MD5Sum< ::planning_environment_msgs::GetRobotStateRequest_<ContainerAllocator> > {
00350 static const char* value()
00351 {
00352 return "d41d8cd98f00b204e9800998ecf8427e";
00353 }
00354
00355 static const char* value(const ::planning_environment_msgs::GetRobotStateRequest_<ContainerAllocator> &) { return value(); }
00356 static const uint64_t static_value1 = 0xd41d8cd98f00b204ULL;
00357 static const uint64_t static_value2 = 0xe9800998ecf8427eULL;
00358 };
00359
00360 template<class ContainerAllocator>
00361 struct DataType< ::planning_environment_msgs::GetRobotStateRequest_<ContainerAllocator> > {
00362 static const char* value()
00363 {
00364 return "planning_environment_msgs/GetRobotStateRequest";
00365 }
00366
00367 static const char* value(const ::planning_environment_msgs::GetRobotStateRequest_<ContainerAllocator> &) { return value(); }
00368 };
00369
00370 template<class ContainerAllocator>
00371 struct Definition< ::planning_environment_msgs::GetRobotStateRequest_<ContainerAllocator> > {
00372 static const char* value()
00373 {
00374 return "\n\
00375 \n\
00376 \n\
00377 \n\
00378 ";
00379 }
00380
00381 static const char* value(const ::planning_environment_msgs::GetRobotStateRequest_<ContainerAllocator> &) { return value(); }
00382 };
00383
00384 template<class ContainerAllocator> struct IsFixedSize< ::planning_environment_msgs::GetRobotStateRequest_<ContainerAllocator> > : public TrueType {};
00385 }
00386 }
00387
00388
00389 namespace ros
00390 {
00391 namespace message_traits
00392 {
00393 template<class ContainerAllocator>
00394 struct MD5Sum< ::planning_environment_msgs::GetRobotStateResponse_<ContainerAllocator> > {
00395 static const char* value()
00396 {
00397 return "9799d82a26586bf3963962b7c3038f40";
00398 }
00399
00400 static const char* value(const ::planning_environment_msgs::GetRobotStateResponse_<ContainerAllocator> &) { return value(); }
00401 static const uint64_t static_value1 = 0x9799d82a26586bf3ULL;
00402 static const uint64_t static_value2 = 0x963962b7c3038f40ULL;
00403 };
00404
00405 template<class ContainerAllocator>
00406 struct DataType< ::planning_environment_msgs::GetRobotStateResponse_<ContainerAllocator> > {
00407 static const char* value()
00408 {
00409 return "planning_environment_msgs/GetRobotStateResponse";
00410 }
00411
00412 static const char* value(const ::planning_environment_msgs::GetRobotStateResponse_<ContainerAllocator> &) { return value(); }
00413 };
00414
00415 template<class ContainerAllocator>
00416 struct Definition< ::planning_environment_msgs::GetRobotStateResponse_<ContainerAllocator> > {
00417 static const char* value()
00418 {
00419 return "\n\
00420 \n\
00421 motion_planning_msgs/RobotState robot_state\n\
00422 \n\
00423 \n\
00424 \n\
00425 \n\
00426 motion_planning_msgs/ArmNavigationErrorCodes error_code\n\
00427 \n\
00428 ================================================================================\n\
00429 MSG: motion_planning_msgs/RobotState\n\
00430 # This message contains information about the robot state, i.e. the positions of its joints and links\n\
00431 sensor_msgs/JointState joint_state\n\
00432 motion_planning_msgs/MultiDOFJointState multi_dof_joint_state\n\
00433 ================================================================================\n\
00434 MSG: sensor_msgs/JointState\n\
00435 # This is a message that holds data to describe the state of a set of torque controlled joints. \n\
00436 #\n\
00437 # The state of each joint (revolute or prismatic) is defined by:\n\
00438 # * the position of the joint (rad or m),\n\
00439 # * the velocity of the joint (rad/s or m/s) and \n\
00440 # * the effort that is applied in the joint (Nm or N).\n\
00441 #\n\
00442 # Each joint is uniquely identified by its name\n\
00443 # The header specifies the time at which the joint states were recorded. All the joint states\n\
00444 # in one message have to be recorded at the same time.\n\
00445 #\n\
00446 # This message consists of a multiple arrays, one for each part of the joint state. \n\
00447 # The goal is to make each of the fields optional. When e.g. your joints have no\n\
00448 # effort associated with them, you can leave the effort array empty. \n\
00449 #\n\
00450 # All arrays in this message should have the same size, or be empty.\n\
00451 # This is the only way to uniquely associate the joint name with the correct\n\
00452 # states.\n\
00453 \n\
00454 \n\
00455 Header header\n\
00456 \n\
00457 string[] name\n\
00458 float64[] position\n\
00459 float64[] velocity\n\
00460 float64[] effort\n\
00461 \n\
00462 ================================================================================\n\
00463 MSG: std_msgs/Header\n\
00464 # Standard metadata for higher-level stamped data types.\n\
00465 # This is generally used to communicate timestamped data \n\
00466 # in a particular coordinate frame.\n\
00467 # \n\
00468 # sequence ID: consecutively increasing ID \n\
00469 uint32 seq\n\
00470 #Two-integer timestamp that is expressed as:\n\
00471 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00472 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00473 # time-handling sugar is provided by the client library\n\
00474 time stamp\n\
00475 #Frame this data is associated with\n\
00476 # 0: no frame\n\
00477 # 1: global frame\n\
00478 string frame_id\n\
00479 \n\
00480 ================================================================================\n\
00481 MSG: motion_planning_msgs/MultiDOFJointState\n\
00482 #A representation of a multi-dof joint state\n\
00483 time stamp\n\
00484 string[] joint_names\n\
00485 string[] frame_ids\n\
00486 string[] child_frame_ids\n\
00487 geometry_msgs/Pose[] poses\n\
00488 \n\
00489 ================================================================================\n\
00490 MSG: geometry_msgs/Pose\n\
00491 # A representation of pose in free space, composed of postion and orientation. \n\
00492 Point position\n\
00493 Quaternion orientation\n\
00494 \n\
00495 ================================================================================\n\
00496 MSG: geometry_msgs/Point\n\
00497 # This contains the position of a point in free space\n\
00498 float64 x\n\
00499 float64 y\n\
00500 float64 z\n\
00501 \n\
00502 ================================================================================\n\
00503 MSG: geometry_msgs/Quaternion\n\
00504 # This represents an orientation in free space in quaternion form.\n\
00505 \n\
00506 float64 x\n\
00507 float64 y\n\
00508 float64 z\n\
00509 float64 w\n\
00510 \n\
00511 ================================================================================\n\
00512 MSG: motion_planning_msgs/ArmNavigationErrorCodes\n\
00513 int32 val\n\
00514 \n\
00515 # overall behavior\n\
00516 int32 PLANNING_FAILED=-1\n\
00517 int32 SUCCESS=1\n\
00518 int32 TIMED_OUT=-2\n\
00519 \n\
00520 # start state errors\n\
00521 int32 START_STATE_IN_COLLISION=-3\n\
00522 int32 START_STATE_VIOLATES_PATH_CONSTRAINTS=-4\n\
00523 \n\
00524 # goal errors\n\
00525 int32 GOAL_IN_COLLISION=-5\n\
00526 int32 GOAL_VIOLATES_PATH_CONSTRAINTS=-6\n\
00527 \n\
00528 # robot state\n\
00529 int32 INVALID_ROBOT_STATE=-7\n\
00530 int32 INCOMPLETE_ROBOT_STATE=-8\n\
00531 \n\
00532 # planning request errors\n\
00533 int32 INVALID_PLANNER_ID=-9\n\
00534 int32 INVALID_NUM_PLANNING_ATTEMPTS=-10\n\
00535 int32 INVALID_ALLOWED_PLANNING_TIME=-11\n\
00536 int32 INVALID_GROUP_NAME=-12\n\
00537 int32 INVALID_GOAL_JOINT_CONSTRAINTS=-13\n\
00538 int32 INVALID_GOAL_POSITION_CONSTRAINTS=-14\n\
00539 int32 INVALID_GOAL_ORIENTATION_CONSTRAINTS=-15\n\
00540 int32 INVALID_PATH_JOINT_CONSTRAINTS=-16\n\
00541 int32 INVALID_PATH_POSITION_CONSTRAINTS=-17\n\
00542 int32 INVALID_PATH_ORIENTATION_CONSTRAINTS=-18\n\
00543 \n\
00544 # state/trajectory monitor errors\n\
00545 int32 INVALID_TRAJECTORY=-19\n\
00546 int32 INVALID_INDEX=-20\n\
00547 int32 JOINT_LIMITS_VIOLATED=-21\n\
00548 int32 PATH_CONSTRAINTS_VIOLATED=-22\n\
00549 int32 COLLISION_CONSTRAINTS_VIOLATED=-23\n\
00550 int32 GOAL_CONSTRAINTS_VIOLATED=-24\n\
00551 int32 JOINTS_NOT_MOVING=-25\n\
00552 int32 TRAJECTORY_CONTROLLER_FAILED=-26\n\
00553 \n\
00554 # system errors\n\
00555 int32 FRAME_TRANSFORM_FAILURE=-27\n\
00556 int32 COLLISION_CHECKING_UNAVAILABLE=-28\n\
00557 int32 ROBOT_STATE_STALE=-29\n\
00558 int32 SENSOR_INFO_STALE=-30\n\
00559 \n\
00560 # kinematics errors\n\
00561 int32 NO_IK_SOLUTION=-31\n\
00562 int32 INVALID_LINK_NAME=-32\n\
00563 int32 IK_LINK_IN_COLLISION=-33\n\
00564 int32 NO_FK_SOLUTION=-34\n\
00565 int32 KINEMATICS_STATE_IN_COLLISION=-35\n\
00566 \n\
00567 # general errors\n\
00568 int32 INVALID_TIMEOUT=-36\n\
00569 \n\
00570 \n\
00571 ";
00572 }
00573
00574 static const char* value(const ::planning_environment_msgs::GetRobotStateResponse_<ContainerAllocator> &) { return value(); }
00575 };
00576
00577 }
00578 }
00579
00580 namespace ros
00581 {
00582 namespace serialization
00583 {
00584
00585 template<class ContainerAllocator> struct Serializer< ::planning_environment_msgs::GetRobotStateRequest_<ContainerAllocator> >
00586 {
00587 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00588 {
00589 }
00590
00591 ROS_DECLARE_ALLINONE_SERIALIZER;
00592 };
00593 }
00594 }
00595
00596
00597 namespace ros
00598 {
00599 namespace serialization
00600 {
00601
00602 template<class ContainerAllocator> struct Serializer< ::planning_environment_msgs::GetRobotStateResponse_<ContainerAllocator> >
00603 {
00604 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00605 {
00606 stream.next(m.robot_state);
00607 stream.next(m.error_code);
00608 }
00609
00610 ROS_DECLARE_ALLINONE_SERIALIZER;
00611 };
00612 }
00613 }
00614
00615 namespace ros
00616 {
00617 namespace service_traits
00618 {
00619 template<>
00620 struct MD5Sum<planning_environment_msgs::GetRobotState> {
00621 static const char* value()
00622 {
00623 return "9799d82a26586bf3963962b7c3038f40";
00624 }
00625
00626 static const char* value(const planning_environment_msgs::GetRobotState&) { return value(); }
00627 };
00628
00629 template<>
00630 struct DataType<planning_environment_msgs::GetRobotState> {
00631 static const char* value()
00632 {
00633 return "planning_environment_msgs/GetRobotState";
00634 }
00635
00636 static const char* value(const planning_environment_msgs::GetRobotState&) { return value(); }
00637 };
00638
00639 template<class ContainerAllocator>
00640 struct MD5Sum<planning_environment_msgs::GetRobotStateRequest_<ContainerAllocator> > {
00641 static const char* value()
00642 {
00643 return "9799d82a26586bf3963962b7c3038f40";
00644 }
00645
00646 static const char* value(const planning_environment_msgs::GetRobotStateRequest_<ContainerAllocator> &) { return value(); }
00647 };
00648
00649 template<class ContainerAllocator>
00650 struct DataType<planning_environment_msgs::GetRobotStateRequest_<ContainerAllocator> > {
00651 static const char* value()
00652 {
00653 return "planning_environment_msgs/GetRobotState";
00654 }
00655
00656 static const char* value(const planning_environment_msgs::GetRobotStateRequest_<ContainerAllocator> &) { return value(); }
00657 };
00658
00659 template<class ContainerAllocator>
00660 struct MD5Sum<planning_environment_msgs::GetRobotStateResponse_<ContainerAllocator> > {
00661 static const char* value()
00662 {
00663 return "9799d82a26586bf3963962b7c3038f40";
00664 }
00665
00666 static const char* value(const planning_environment_msgs::GetRobotStateResponse_<ContainerAllocator> &) { return value(); }
00667 };
00668
00669 template<class ContainerAllocator>
00670 struct DataType<planning_environment_msgs::GetRobotStateResponse_<ContainerAllocator> > {
00671 static const char* value()
00672 {
00673 return "planning_environment_msgs/GetRobotState";
00674 }
00675
00676 static const char* value(const planning_environment_msgs::GetRobotStateResponse_<ContainerAllocator> &) { return value(); }
00677 };
00678
00679 }
00680 }
00681
00682 #endif // PLANNING_ENVIRONMENT_MSGS_SERVICE_GETROBOTSTATE_H
00683