GetPutdownPose.h
Go to the documentation of this file.
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-fuerte-alufr-ros-pkg/doc_stacks/2012-12-26_15-13-16.045312/tidyup_robot/tidyup_msgs/srv/GetPutdownPose.srv */
00002 #ifndef TIDYUP_MSGS_SERVICE_GETPUTDOWNPOSE_H
00003 #define TIDYUP_MSGS_SERVICE_GETPUTDOWNPOSE_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 "arm_navigation_msgs/PlanningScene.h"
00020 
00021 
00022 #include "geometry_msgs/PoseStamped.h"
00023 #include "arm_navigation_msgs/ArmNavigationErrorCodes.h"
00024 
00025 namespace tidyup_msgs
00026 {
00027 template <class ContainerAllocator>
00028 struct GetPutdownPoseRequest_ {
00029   typedef GetPutdownPoseRequest_<ContainerAllocator> Type;
00030 
00031   GetPutdownPoseRequest_()
00032   : static_object()
00033   , putdown_object()
00034   , arm()
00035   , planning_scene()
00036   {
00037   }
00038 
00039   GetPutdownPoseRequest_(const ContainerAllocator& _alloc)
00040   : static_object(_alloc)
00041   , putdown_object(_alloc)
00042   , arm(_alloc)
00043   , planning_scene(_alloc)
00044   {
00045   }
00046 
00047   typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other >  _static_object_type;
00048   std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other >  static_object;
00049 
00050   typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other >  _putdown_object_type;
00051   std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other >  putdown_object;
00052 
00053   typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other >  _arm_type;
00054   std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other >  arm;
00055 
00056   typedef  ::arm_navigation_msgs::PlanningScene_<ContainerAllocator>  _planning_scene_type;
00057    ::arm_navigation_msgs::PlanningScene_<ContainerAllocator>  planning_scene;
00058 
00059 
00060   typedef boost::shared_ptr< ::tidyup_msgs::GetPutdownPoseRequest_<ContainerAllocator> > Ptr;
00061   typedef boost::shared_ptr< ::tidyup_msgs::GetPutdownPoseRequest_<ContainerAllocator>  const> ConstPtr;
00062   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00063 }; // struct GetPutdownPoseRequest
00064 typedef  ::tidyup_msgs::GetPutdownPoseRequest_<std::allocator<void> > GetPutdownPoseRequest;
00065 
00066 typedef boost::shared_ptr< ::tidyup_msgs::GetPutdownPoseRequest> GetPutdownPoseRequestPtr;
00067 typedef boost::shared_ptr< ::tidyup_msgs::GetPutdownPoseRequest const> GetPutdownPoseRequestConstPtr;
00068 
00069 
00070 template <class ContainerAllocator>
00071 struct GetPutdownPoseResponse_ {
00072   typedef GetPutdownPoseResponse_<ContainerAllocator> Type;
00073 
00074   GetPutdownPoseResponse_()
00075   : putdown_pose()
00076   , error_code()
00077   {
00078   }
00079 
00080   GetPutdownPoseResponse_(const ContainerAllocator& _alloc)
00081   : putdown_pose(_alloc)
00082   , error_code(_alloc)
00083   {
00084   }
00085 
00086   typedef  ::geometry_msgs::PoseStamped_<ContainerAllocator>  _putdown_pose_type;
00087    ::geometry_msgs::PoseStamped_<ContainerAllocator>  putdown_pose;
00088 
00089   typedef  ::arm_navigation_msgs::ArmNavigationErrorCodes_<ContainerAllocator>  _error_code_type;
00090    ::arm_navigation_msgs::ArmNavigationErrorCodes_<ContainerAllocator>  error_code;
00091 
00092 
00093   typedef boost::shared_ptr< ::tidyup_msgs::GetPutdownPoseResponse_<ContainerAllocator> > Ptr;
00094   typedef boost::shared_ptr< ::tidyup_msgs::GetPutdownPoseResponse_<ContainerAllocator>  const> ConstPtr;
00095   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00096 }; // struct GetPutdownPoseResponse
00097 typedef  ::tidyup_msgs::GetPutdownPoseResponse_<std::allocator<void> > GetPutdownPoseResponse;
00098 
00099 typedef boost::shared_ptr< ::tidyup_msgs::GetPutdownPoseResponse> GetPutdownPoseResponsePtr;
00100 typedef boost::shared_ptr< ::tidyup_msgs::GetPutdownPoseResponse const> GetPutdownPoseResponseConstPtr;
00101 
00102 struct GetPutdownPose
00103 {
00104 
00105 typedef GetPutdownPoseRequest Request;
00106 typedef GetPutdownPoseResponse Response;
00107 Request request;
00108 Response response;
00109 
00110 typedef Request RequestType;
00111 typedef Response ResponseType;
00112 }; // struct GetPutdownPose
00113 } // namespace tidyup_msgs
00114 
00115 namespace ros
00116 {
00117 namespace message_traits
00118 {
00119 template<class ContainerAllocator> struct IsMessage< ::tidyup_msgs::GetPutdownPoseRequest_<ContainerAllocator> > : public TrueType {};
00120 template<class ContainerAllocator> struct IsMessage< ::tidyup_msgs::GetPutdownPoseRequest_<ContainerAllocator>  const> : public TrueType {};
00121 template<class ContainerAllocator>
00122 struct MD5Sum< ::tidyup_msgs::GetPutdownPoseRequest_<ContainerAllocator> > {
00123   static const char* value() 
00124   {
00125     return "c195b6d0c74bab46e28280e9cea68cab";
00126   }
00127 
00128   static const char* value(const  ::tidyup_msgs::GetPutdownPoseRequest_<ContainerAllocator> &) { return value(); } 
00129   static const uint64_t static_value1 = 0xc195b6d0c74bab46ULL;
00130   static const uint64_t static_value2 = 0xe28280e9cea68cabULL;
00131 };
00132 
00133 template<class ContainerAllocator>
00134 struct DataType< ::tidyup_msgs::GetPutdownPoseRequest_<ContainerAllocator> > {
00135   static const char* value() 
00136   {
00137     return "tidyup_msgs/GetPutdownPoseRequest";
00138   }
00139 
00140   static const char* value(const  ::tidyup_msgs::GetPutdownPoseRequest_<ContainerAllocator> &) { return value(); } 
00141 };
00142 
00143 template<class ContainerAllocator>
00144 struct Definition< ::tidyup_msgs::GetPutdownPoseRequest_<ContainerAllocator> > {
00145   static const char* value() 
00146   {
00147     return "\n\
00148 string static_object\n\
00149 \n\
00150 string putdown_object\n\
00151 \n\
00152 string arm\n\
00153 \n\
00154 arm_navigation_msgs/PlanningScene planning_scene\n\
00155 \n\
00156 ================================================================================\n\
00157 MSG: arm_navigation_msgs/PlanningScene\n\
00158 #full robot state\n\
00159 arm_navigation_msgs/RobotState robot_state\n\
00160 \n\
00161 #additional frames for duplicating tf\n\
00162 geometry_msgs/TransformStamped[] fixed_frame_transforms\n\
00163 \n\
00164 #full allowed collision matrix\n\
00165 AllowedCollisionMatrix allowed_collision_matrix\n\
00166 \n\
00167 #allowed contacts\n\
00168 arm_navigation_msgs/AllowedContactSpecification[] allowed_contacts\n\
00169 \n\
00170 #all link paddings\n\
00171 arm_navigation_msgs/LinkPadding[] link_padding\n\
00172 \n\
00173 #collision objects\n\
00174 arm_navigation_msgs/CollisionObject[] collision_objects\n\
00175 arm_navigation_msgs/AttachedCollisionObject[] attached_collision_objects\n\
00176 \n\
00177 #the collision map\n\
00178 arm_navigation_msgs/CollisionMap collision_map\n\
00179 \n\
00180 ================================================================================\n\
00181 MSG: arm_navigation_msgs/RobotState\n\
00182 # This message contains information about the robot state, i.e. the positions of its joints and links\n\
00183 sensor_msgs/JointState joint_state\n\
00184 arm_navigation_msgs/MultiDOFJointState multi_dof_joint_state\n\
00185 \n\
00186 ================================================================================\n\
00187 MSG: sensor_msgs/JointState\n\
00188 # This is a message that holds data to describe the state of a set of torque controlled joints. \n\
00189 #\n\
00190 # The state of each joint (revolute or prismatic) is defined by:\n\
00191 #  * the position of the joint (rad or m),\n\
00192 #  * the velocity of the joint (rad/s or m/s) and \n\
00193 #  * the effort that is applied in the joint (Nm or N).\n\
00194 #\n\
00195 # Each joint is uniquely identified by its name\n\
00196 # The header specifies the time at which the joint states were recorded. All the joint states\n\
00197 # in one message have to be recorded at the same time.\n\
00198 #\n\
00199 # This message consists of a multiple arrays, one for each part of the joint state. \n\
00200 # The goal is to make each of the fields optional. When e.g. your joints have no\n\
00201 # effort associated with them, you can leave the effort array empty. \n\
00202 #\n\
00203 # All arrays in this message should have the same size, or be empty.\n\
00204 # This is the only way to uniquely associate the joint name with the correct\n\
00205 # states.\n\
00206 \n\
00207 \n\
00208 Header header\n\
00209 \n\
00210 string[] name\n\
00211 float64[] position\n\
00212 float64[] velocity\n\
00213 float64[] effort\n\
00214 \n\
00215 ================================================================================\n\
00216 MSG: std_msgs/Header\n\
00217 # Standard metadata for higher-level stamped data types.\n\
00218 # This is generally used to communicate timestamped data \n\
00219 # in a particular coordinate frame.\n\
00220 # \n\
00221 # sequence ID: consecutively increasing ID \n\
00222 uint32 seq\n\
00223 #Two-integer timestamp that is expressed as:\n\
00224 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00225 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00226 # time-handling sugar is provided by the client library\n\
00227 time stamp\n\
00228 #Frame this data is associated with\n\
00229 # 0: no frame\n\
00230 # 1: global frame\n\
00231 string frame_id\n\
00232 \n\
00233 ================================================================================\n\
00234 MSG: arm_navigation_msgs/MultiDOFJointState\n\
00235 #A representation of a multi-dof joint state\n\
00236 time stamp\n\
00237 string[] joint_names\n\
00238 string[] frame_ids\n\
00239 string[] child_frame_ids\n\
00240 geometry_msgs/Pose[] poses\n\
00241 \n\
00242 ================================================================================\n\
00243 MSG: geometry_msgs/Pose\n\
00244 # A representation of pose in free space, composed of postion and orientation. \n\
00245 Point position\n\
00246 Quaternion orientation\n\
00247 \n\
00248 ================================================================================\n\
00249 MSG: geometry_msgs/Point\n\
00250 # This contains the position of a point in free space\n\
00251 float64 x\n\
00252 float64 y\n\
00253 float64 z\n\
00254 \n\
00255 ================================================================================\n\
00256 MSG: geometry_msgs/Quaternion\n\
00257 # This represents an orientation in free space in quaternion form.\n\
00258 \n\
00259 float64 x\n\
00260 float64 y\n\
00261 float64 z\n\
00262 float64 w\n\
00263 \n\
00264 ================================================================================\n\
00265 MSG: geometry_msgs/TransformStamped\n\
00266 # This expresses a transform from coordinate frame header.frame_id\n\
00267 # to the coordinate frame child_frame_id\n\
00268 #\n\
00269 # This message is mostly used by the \n\
00270 # <a href=\"http://www.ros.org/wiki/tf\">tf</a> package. \n\
00271 # See it's documentation for more information.\n\
00272 \n\
00273 Header header\n\
00274 string child_frame_id # the frame id of the child frame\n\
00275 Transform transform\n\
00276 \n\
00277 ================================================================================\n\
00278 MSG: geometry_msgs/Transform\n\
00279 # This represents the transform between two coordinate frames in free space.\n\
00280 \n\
00281 Vector3 translation\n\
00282 Quaternion rotation\n\
00283 \n\
00284 ================================================================================\n\
00285 MSG: geometry_msgs/Vector3\n\
00286 # This represents a vector in free space. \n\
00287 \n\
00288 float64 x\n\
00289 float64 y\n\
00290 float64 z\n\
00291 ================================================================================\n\
00292 MSG: arm_navigation_msgs/AllowedCollisionMatrix\n\
00293 # the list of link names in the matrix\n\
00294 string[] link_names\n\
00295 \n\
00296 # the individual entries in the allowed collision matrix\n\
00297 # symmetric, with same order as link_names\n\
00298 AllowedCollisionEntry[] entries\n\
00299 \n\
00300 ================================================================================\n\
00301 MSG: arm_navigation_msgs/AllowedCollisionEntry\n\
00302 # whether or not collision checking is enabled\n\
00303 bool[] enabled\n\
00304 \n\
00305 ================================================================================\n\
00306 MSG: arm_navigation_msgs/AllowedContactSpecification\n\
00307 # The names of the regions\n\
00308 string name\n\
00309 \n\
00310 # The shape of the region in the environment\n\
00311 arm_navigation_msgs/Shape shape\n\
00312 \n\
00313 # The pose of the space defining the region\n\
00314 geometry_msgs/PoseStamped pose_stamped\n\
00315 \n\
00316 # The set of links that will be allowed to have penetration contact within this region\n\
00317 string[] link_names\n\
00318 \n\
00319 # The maximum penetration depth allowed for every link\n\
00320 float64 penetration_depth\n\
00321 \n\
00322 ================================================================================\n\
00323 MSG: arm_navigation_msgs/Shape\n\
00324 byte SPHERE=0\n\
00325 byte BOX=1\n\
00326 byte CYLINDER=2\n\
00327 byte MESH=3\n\
00328 \n\
00329 byte type\n\
00330 \n\
00331 \n\
00332 #### define sphere, box, cylinder ####\n\
00333 # the origin of each shape is considered at the shape's center\n\
00334 \n\
00335 # for sphere\n\
00336 # radius := dimensions[0]\n\
00337 \n\
00338 # for cylinder\n\
00339 # radius := dimensions[0]\n\
00340 # length := dimensions[1]\n\
00341 # the length is along the Z axis\n\
00342 \n\
00343 # for box\n\
00344 # size_x := dimensions[0]\n\
00345 # size_y := dimensions[1]\n\
00346 # size_z := dimensions[2]\n\
00347 float64[] dimensions\n\
00348 \n\
00349 \n\
00350 #### define mesh ####\n\
00351 \n\
00352 # list of triangles; triangle k is defined by tre vertices located\n\
00353 # at indices triangles[3k], triangles[3k+1], triangles[3k+2]\n\
00354 int32[] triangles\n\
00355 geometry_msgs/Point[] vertices\n\
00356 \n\
00357 ================================================================================\n\
00358 MSG: geometry_msgs/PoseStamped\n\
00359 # A Pose with reference coordinate frame and timestamp\n\
00360 Header header\n\
00361 Pose pose\n\
00362 \n\
00363 ================================================================================\n\
00364 MSG: arm_navigation_msgs/LinkPadding\n\
00365 #name for the link\n\
00366 string link_name\n\
00367 \n\
00368 # padding to apply to the link\n\
00369 float64 padding\n\
00370 \n\
00371 ================================================================================\n\
00372 MSG: arm_navigation_msgs/CollisionObject\n\
00373 # a header, used for interpreting the poses\n\
00374 Header header\n\
00375 \n\
00376 # the id of the object\n\
00377 string id\n\
00378 \n\
00379 # The padding used for filtering points near the object.\n\
00380 # This does not affect collision checking for the object.  \n\
00381 # Set to negative to get zero padding.\n\
00382 float32 padding\n\
00383 \n\
00384 #This contains what is to be done with the object\n\
00385 CollisionObjectOperation operation\n\
00386 \n\
00387 #the shapes associated with the object\n\
00388 arm_navigation_msgs/Shape[] shapes\n\
00389 \n\
00390 #the poses associated with the shapes - will be transformed using the header\n\
00391 geometry_msgs/Pose[] poses\n\
00392 \n\
00393 ================================================================================\n\
00394 MSG: arm_navigation_msgs/CollisionObjectOperation\n\
00395 #Puts the object into the environment\n\
00396 #or updates the object if already added\n\
00397 byte ADD=0\n\
00398 \n\
00399 #Removes the object from the environment entirely\n\
00400 byte REMOVE=1\n\
00401 \n\
00402 #Only valid within the context of a CollisionAttachedObject message\n\
00403 #Will be ignored if sent with an CollisionObject message\n\
00404 #Takes an attached object, detaches from the attached link\n\
00405 #But adds back in as regular object\n\
00406 byte DETACH_AND_ADD_AS_OBJECT=2\n\
00407 \n\
00408 #Only valid within the context of a CollisionAttachedObject message\n\
00409 #Will be ignored if sent with an CollisionObject message\n\
00410 #Takes current object in the environment and removes it as\n\
00411 #a regular object\n\
00412 byte ATTACH_AND_REMOVE_AS_OBJECT=3\n\
00413 \n\
00414 # Byte code for operation\n\
00415 byte operation\n\
00416 \n\
00417 ================================================================================\n\
00418 MSG: arm_navigation_msgs/AttachedCollisionObject\n\
00419 # The CollisionObject will be attached with a fixed joint to this link\n\
00420 # If link name is set to REMOVE_ALL_ATTACHED_OBJECTS and object.operation \n\
00421 # is set to REMOVE will remove all attached bodies attached to any object\n\
00422 string link_name\n\
00423 \n\
00424 #Reserved for indicating that all attached objects should be removed\n\
00425 string REMOVE_ALL_ATTACHED_OBJECTS = \"all\"\n\
00426 \n\
00427 #This contains the actual shapes and poses for the CollisionObject\n\
00428 #to be attached to the link\n\
00429 #If action is remove and no object.id is set, all objects\n\
00430 #attached to the link indicated by link_name will be removed\n\
00431 CollisionObject object\n\
00432 \n\
00433 # The set of links that the attached objects are allowed to touch\n\
00434 # by default - the link_name is included by default\n\
00435 string[] touch_links\n\
00436 \n\
00437 ================================================================================\n\
00438 MSG: arm_navigation_msgs/CollisionMap\n\
00439 #header for interpreting box positions\n\
00440 Header header\n\
00441 \n\
00442 #boxes for use in collision testing\n\
00443 OrientedBoundingBox[] boxes\n\
00444 \n\
00445 ================================================================================\n\
00446 MSG: arm_navigation_msgs/OrientedBoundingBox\n\
00447 #the center of the box\n\
00448 geometry_msgs/Point32 center\n\
00449 \n\
00450 #the extents of the box, assuming the center is at the point\n\
00451 geometry_msgs/Point32 extents\n\
00452 \n\
00453 #the axis of the box\n\
00454 geometry_msgs/Point32 axis\n\
00455 \n\
00456 #the angle of rotation around the axis\n\
00457 float32 angle\n\
00458 \n\
00459 ================================================================================\n\
00460 MSG: geometry_msgs/Point32\n\
00461 # This contains the position of a point in free space(with 32 bits of precision).\n\
00462 # It is recommeded to use Point wherever possible instead of Point32.  \n\
00463 # \n\
00464 # This recommendation is to promote interoperability.  \n\
00465 #\n\
00466 # This message is designed to take up less space when sending\n\
00467 # lots of points at once, as in the case of a PointCloud.  \n\
00468 \n\
00469 float32 x\n\
00470 float32 y\n\
00471 float32 z\n\
00472 ";
00473   }
00474 
00475   static const char* value(const  ::tidyup_msgs::GetPutdownPoseRequest_<ContainerAllocator> &) { return value(); } 
00476 };
00477 
00478 } // namespace message_traits
00479 } // namespace ros
00480 
00481 
00482 namespace ros
00483 {
00484 namespace message_traits
00485 {
00486 template<class ContainerAllocator> struct IsMessage< ::tidyup_msgs::GetPutdownPoseResponse_<ContainerAllocator> > : public TrueType {};
00487 template<class ContainerAllocator> struct IsMessage< ::tidyup_msgs::GetPutdownPoseResponse_<ContainerAllocator>  const> : public TrueType {};
00488 template<class ContainerAllocator>
00489 struct MD5Sum< ::tidyup_msgs::GetPutdownPoseResponse_<ContainerAllocator> > {
00490   static const char* value() 
00491   {
00492     return "dba38f345d8f80dba1fc044b84df0cc6";
00493   }
00494 
00495   static const char* value(const  ::tidyup_msgs::GetPutdownPoseResponse_<ContainerAllocator> &) { return value(); } 
00496   static const uint64_t static_value1 = 0xdba38f345d8f80dbULL;
00497   static const uint64_t static_value2 = 0xa1fc044b84df0cc6ULL;
00498 };
00499 
00500 template<class ContainerAllocator>
00501 struct DataType< ::tidyup_msgs::GetPutdownPoseResponse_<ContainerAllocator> > {
00502   static const char* value() 
00503   {
00504     return "tidyup_msgs/GetPutdownPoseResponse";
00505   }
00506 
00507   static const char* value(const  ::tidyup_msgs::GetPutdownPoseResponse_<ContainerAllocator> &) { return value(); } 
00508 };
00509 
00510 template<class ContainerAllocator>
00511 struct Definition< ::tidyup_msgs::GetPutdownPoseResponse_<ContainerAllocator> > {
00512   static const char* value() 
00513   {
00514     return "\n\
00515 geometry_msgs/PoseStamped putdown_pose\n\
00516 arm_navigation_msgs/ArmNavigationErrorCodes error_code\n\
00517 \n\
00518 \n\
00519 ================================================================================\n\
00520 MSG: geometry_msgs/PoseStamped\n\
00521 # A Pose with reference coordinate frame and timestamp\n\
00522 Header header\n\
00523 Pose pose\n\
00524 \n\
00525 ================================================================================\n\
00526 MSG: std_msgs/Header\n\
00527 # Standard metadata for higher-level stamped data types.\n\
00528 # This is generally used to communicate timestamped data \n\
00529 # in a particular coordinate frame.\n\
00530 # \n\
00531 # sequence ID: consecutively increasing ID \n\
00532 uint32 seq\n\
00533 #Two-integer timestamp that is expressed as:\n\
00534 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00535 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00536 # time-handling sugar is provided by the client library\n\
00537 time stamp\n\
00538 #Frame this data is associated with\n\
00539 # 0: no frame\n\
00540 # 1: global frame\n\
00541 string frame_id\n\
00542 \n\
00543 ================================================================================\n\
00544 MSG: geometry_msgs/Pose\n\
00545 # A representation of pose in free space, composed of postion and orientation. \n\
00546 Point position\n\
00547 Quaternion orientation\n\
00548 \n\
00549 ================================================================================\n\
00550 MSG: geometry_msgs/Point\n\
00551 # This contains the position of a point in free space\n\
00552 float64 x\n\
00553 float64 y\n\
00554 float64 z\n\
00555 \n\
00556 ================================================================================\n\
00557 MSG: geometry_msgs/Quaternion\n\
00558 # This represents an orientation in free space in quaternion form.\n\
00559 \n\
00560 float64 x\n\
00561 float64 y\n\
00562 float64 z\n\
00563 float64 w\n\
00564 \n\
00565 ================================================================================\n\
00566 MSG: arm_navigation_msgs/ArmNavigationErrorCodes\n\
00567 int32 val\n\
00568 \n\
00569 # overall behavior\n\
00570 int32 PLANNING_FAILED=-1\n\
00571 int32 SUCCESS=1\n\
00572 int32 TIMED_OUT=-2\n\
00573 \n\
00574 # start state errors\n\
00575 int32 START_STATE_IN_COLLISION=-3\n\
00576 int32 START_STATE_VIOLATES_PATH_CONSTRAINTS=-4\n\
00577 \n\
00578 # goal errors\n\
00579 int32 GOAL_IN_COLLISION=-5\n\
00580 int32 GOAL_VIOLATES_PATH_CONSTRAINTS=-6\n\
00581 \n\
00582 # robot state\n\
00583 int32 INVALID_ROBOT_STATE=-7\n\
00584 int32 INCOMPLETE_ROBOT_STATE=-8\n\
00585 \n\
00586 # planning request errors\n\
00587 int32 INVALID_PLANNER_ID=-9\n\
00588 int32 INVALID_NUM_PLANNING_ATTEMPTS=-10\n\
00589 int32 INVALID_ALLOWED_PLANNING_TIME=-11\n\
00590 int32 INVALID_GROUP_NAME=-12\n\
00591 int32 INVALID_GOAL_JOINT_CONSTRAINTS=-13\n\
00592 int32 INVALID_GOAL_POSITION_CONSTRAINTS=-14\n\
00593 int32 INVALID_GOAL_ORIENTATION_CONSTRAINTS=-15\n\
00594 int32 INVALID_PATH_JOINT_CONSTRAINTS=-16\n\
00595 int32 INVALID_PATH_POSITION_CONSTRAINTS=-17\n\
00596 int32 INVALID_PATH_ORIENTATION_CONSTRAINTS=-18\n\
00597 \n\
00598 # state/trajectory monitor errors\n\
00599 int32 INVALID_TRAJECTORY=-19\n\
00600 int32 INVALID_INDEX=-20\n\
00601 int32 JOINT_LIMITS_VIOLATED=-21\n\
00602 int32 PATH_CONSTRAINTS_VIOLATED=-22\n\
00603 int32 COLLISION_CONSTRAINTS_VIOLATED=-23\n\
00604 int32 GOAL_CONSTRAINTS_VIOLATED=-24\n\
00605 int32 JOINTS_NOT_MOVING=-25\n\
00606 int32 TRAJECTORY_CONTROLLER_FAILED=-26\n\
00607 \n\
00608 # system errors\n\
00609 int32 FRAME_TRANSFORM_FAILURE=-27\n\
00610 int32 COLLISION_CHECKING_UNAVAILABLE=-28\n\
00611 int32 ROBOT_STATE_STALE=-29\n\
00612 int32 SENSOR_INFO_STALE=-30\n\
00613 \n\
00614 # kinematics errors\n\
00615 int32 NO_IK_SOLUTION=-31\n\
00616 int32 INVALID_LINK_NAME=-32\n\
00617 int32 IK_LINK_IN_COLLISION=-33\n\
00618 int32 NO_FK_SOLUTION=-34\n\
00619 int32 KINEMATICS_STATE_IN_COLLISION=-35\n\
00620 \n\
00621 # general errors\n\
00622 int32 INVALID_TIMEOUT=-36\n\
00623 \n\
00624 \n\
00625 ";
00626   }
00627 
00628   static const char* value(const  ::tidyup_msgs::GetPutdownPoseResponse_<ContainerAllocator> &) { return value(); } 
00629 };
00630 
00631 } // namespace message_traits
00632 } // namespace ros
00633 
00634 namespace ros
00635 {
00636 namespace serialization
00637 {
00638 
00639 template<class ContainerAllocator> struct Serializer< ::tidyup_msgs::GetPutdownPoseRequest_<ContainerAllocator> >
00640 {
00641   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00642   {
00643     stream.next(m.static_object);
00644     stream.next(m.putdown_object);
00645     stream.next(m.arm);
00646     stream.next(m.planning_scene);
00647   }
00648 
00649   ROS_DECLARE_ALLINONE_SERIALIZER;
00650 }; // struct GetPutdownPoseRequest_
00651 } // namespace serialization
00652 } // namespace ros
00653 
00654 
00655 namespace ros
00656 {
00657 namespace serialization
00658 {
00659 
00660 template<class ContainerAllocator> struct Serializer< ::tidyup_msgs::GetPutdownPoseResponse_<ContainerAllocator> >
00661 {
00662   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00663   {
00664     stream.next(m.putdown_pose);
00665     stream.next(m.error_code);
00666   }
00667 
00668   ROS_DECLARE_ALLINONE_SERIALIZER;
00669 }; // struct GetPutdownPoseResponse_
00670 } // namespace serialization
00671 } // namespace ros
00672 
00673 namespace ros
00674 {
00675 namespace service_traits
00676 {
00677 template<>
00678 struct MD5Sum<tidyup_msgs::GetPutdownPose> {
00679   static const char* value() 
00680   {
00681     return "c7b28b2d527097da5c1daa355d5607b9";
00682   }
00683 
00684   static const char* value(const tidyup_msgs::GetPutdownPose&) { return value(); } 
00685 };
00686 
00687 template<>
00688 struct DataType<tidyup_msgs::GetPutdownPose> {
00689   static const char* value() 
00690   {
00691     return "tidyup_msgs/GetPutdownPose";
00692   }
00693 
00694   static const char* value(const tidyup_msgs::GetPutdownPose&) { return value(); } 
00695 };
00696 
00697 template<class ContainerAllocator>
00698 struct MD5Sum<tidyup_msgs::GetPutdownPoseRequest_<ContainerAllocator> > {
00699   static const char* value() 
00700   {
00701     return "c7b28b2d527097da5c1daa355d5607b9";
00702   }
00703 
00704   static const char* value(const tidyup_msgs::GetPutdownPoseRequest_<ContainerAllocator> &) { return value(); } 
00705 };
00706 
00707 template<class ContainerAllocator>
00708 struct DataType<tidyup_msgs::GetPutdownPoseRequest_<ContainerAllocator> > {
00709   static const char* value() 
00710   {
00711     return "tidyup_msgs/GetPutdownPose";
00712   }
00713 
00714   static const char* value(const tidyup_msgs::GetPutdownPoseRequest_<ContainerAllocator> &) { return value(); } 
00715 };
00716 
00717 template<class ContainerAllocator>
00718 struct MD5Sum<tidyup_msgs::GetPutdownPoseResponse_<ContainerAllocator> > {
00719   static const char* value() 
00720   {
00721     return "c7b28b2d527097da5c1daa355d5607b9";
00722   }
00723 
00724   static const char* value(const tidyup_msgs::GetPutdownPoseResponse_<ContainerAllocator> &) { return value(); } 
00725 };
00726 
00727 template<class ContainerAllocator>
00728 struct DataType<tidyup_msgs::GetPutdownPoseResponse_<ContainerAllocator> > {
00729   static const char* value() 
00730   {
00731     return "tidyup_msgs/GetPutdownPose";
00732   }
00733 
00734   static const char* value(const tidyup_msgs::GetPutdownPoseResponse_<ContainerAllocator> &) { return value(); } 
00735 };
00736 
00737 } // namespace service_traits
00738 } // namespace ros
00739 
00740 #endif // TIDYUP_MSGS_SERVICE_GETPUTDOWNPOSE_H
00741 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Friends


tidyup_msgs
Author(s): Maintained by Christian Dornhege
autogenerated on Wed Dec 26 2012 15:47:07