PlaceAction.h
Go to the documentation of this file.
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-groovy-object_manipulation/doc_stacks/2014-10-06_02-51-20.607186/object_manipulation/object_manipulation_msgs/msg/PlaceAction.msg */
00002 #ifndef OBJECT_MANIPULATION_MSGS_MESSAGE_PLACEACTION_H
00003 #define OBJECT_MANIPULATION_MSGS_MESSAGE_PLACEACTION_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 "object_manipulation_msgs/PlaceActionGoal.h"
00018 #include "object_manipulation_msgs/PlaceActionResult.h"
00019 #include "object_manipulation_msgs/PlaceActionFeedback.h"
00020 
00021 namespace object_manipulation_msgs
00022 {
00023 template <class ContainerAllocator>
00024 struct PlaceAction_ {
00025   typedef PlaceAction_<ContainerAllocator> Type;
00026 
00027   PlaceAction_()
00028   : action_goal()
00029   , action_result()
00030   , action_feedback()
00031   {
00032   }
00033 
00034   PlaceAction_(const ContainerAllocator& _alloc)
00035   : action_goal(_alloc)
00036   , action_result(_alloc)
00037   , action_feedback(_alloc)
00038   {
00039   }
00040 
00041   typedef  ::object_manipulation_msgs::PlaceActionGoal_<ContainerAllocator>  _action_goal_type;
00042    ::object_manipulation_msgs::PlaceActionGoal_<ContainerAllocator>  action_goal;
00043 
00044   typedef  ::object_manipulation_msgs::PlaceActionResult_<ContainerAllocator>  _action_result_type;
00045    ::object_manipulation_msgs::PlaceActionResult_<ContainerAllocator>  action_result;
00046 
00047   typedef  ::object_manipulation_msgs::PlaceActionFeedback_<ContainerAllocator>  _action_feedback_type;
00048    ::object_manipulation_msgs::PlaceActionFeedback_<ContainerAllocator>  action_feedback;
00049 
00050 
00051   typedef boost::shared_ptr< ::object_manipulation_msgs::PlaceAction_<ContainerAllocator> > Ptr;
00052   typedef boost::shared_ptr< ::object_manipulation_msgs::PlaceAction_<ContainerAllocator>  const> ConstPtr;
00053   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00054 }; // struct PlaceAction
00055 typedef  ::object_manipulation_msgs::PlaceAction_<std::allocator<void> > PlaceAction;
00056 
00057 typedef boost::shared_ptr< ::object_manipulation_msgs::PlaceAction> PlaceActionPtr;
00058 typedef boost::shared_ptr< ::object_manipulation_msgs::PlaceAction const> PlaceActionConstPtr;
00059 
00060 
00061 template<typename ContainerAllocator>
00062 std::ostream& operator<<(std::ostream& s, const  ::object_manipulation_msgs::PlaceAction_<ContainerAllocator> & v)
00063 {
00064   ros::message_operations::Printer< ::object_manipulation_msgs::PlaceAction_<ContainerAllocator> >::stream(s, "", v);
00065   return s;}
00066 
00067 } // namespace object_manipulation_msgs
00068 
00069 namespace ros
00070 {
00071 namespace message_traits
00072 {
00073 template<class ContainerAllocator> struct IsMessage< ::object_manipulation_msgs::PlaceAction_<ContainerAllocator> > : public TrueType {};
00074 template<class ContainerAllocator> struct IsMessage< ::object_manipulation_msgs::PlaceAction_<ContainerAllocator>  const> : public TrueType {};
00075 template<class ContainerAllocator>
00076 struct MD5Sum< ::object_manipulation_msgs::PlaceAction_<ContainerAllocator> > {
00077   static const char* value() 
00078   {
00079     return "20827ed348658285b3d2f325f128e609";
00080   }
00081 
00082   static const char* value(const  ::object_manipulation_msgs::PlaceAction_<ContainerAllocator> &) { return value(); } 
00083   static const uint64_t static_value1 = 0x20827ed348658285ULL;
00084   static const uint64_t static_value2 = 0xb3d2f325f128e609ULL;
00085 };
00086 
00087 template<class ContainerAllocator>
00088 struct DataType< ::object_manipulation_msgs::PlaceAction_<ContainerAllocator> > {
00089   static const char* value() 
00090   {
00091     return "object_manipulation_msgs/PlaceAction";
00092   }
00093 
00094   static const char* value(const  ::object_manipulation_msgs::PlaceAction_<ContainerAllocator> &) { return value(); } 
00095 };
00096 
00097 template<class ContainerAllocator>
00098 struct Definition< ::object_manipulation_msgs::PlaceAction_<ContainerAllocator> > {
00099   static const char* value() 
00100   {
00101     return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00102 \n\
00103 PlaceActionGoal action_goal\n\
00104 PlaceActionResult action_result\n\
00105 PlaceActionFeedback action_feedback\n\
00106 \n\
00107 ================================================================================\n\
00108 MSG: object_manipulation_msgs/PlaceActionGoal\n\
00109 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00110 \n\
00111 Header header\n\
00112 actionlib_msgs/GoalID goal_id\n\
00113 PlaceGoal goal\n\
00114 \n\
00115 ================================================================================\n\
00116 MSG: std_msgs/Header\n\
00117 # Standard metadata for higher-level stamped data types.\n\
00118 # This is generally used to communicate timestamped data \n\
00119 # in a particular coordinate frame.\n\
00120 # \n\
00121 # sequence ID: consecutively increasing ID \n\
00122 uint32 seq\n\
00123 #Two-integer timestamp that is expressed as:\n\
00124 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00125 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00126 # time-handling sugar is provided by the client library\n\
00127 time stamp\n\
00128 #Frame this data is associated with\n\
00129 # 0: no frame\n\
00130 # 1: global frame\n\
00131 string frame_id\n\
00132 \n\
00133 ================================================================================\n\
00134 MSG: actionlib_msgs/GoalID\n\
00135 # The stamp should store the time at which this goal was requested.\n\
00136 # It is used by an action server when it tries to preempt all\n\
00137 # goals that were requested before a certain time\n\
00138 time stamp\n\
00139 \n\
00140 # The id provides a way to associate feedback and\n\
00141 # result message with specific goal requests. The id\n\
00142 # specified must be unique.\n\
00143 string id\n\
00144 \n\
00145 \n\
00146 ================================================================================\n\
00147 MSG: object_manipulation_msgs/PlaceGoal\n\
00148 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00149 # An action for placing an object\n\
00150 \n\
00151 # which arm to be used for grasping\n\
00152 string arm_name\n\
00153 \n\
00154 # a list of possible locations for the gripper when placing\n\
00155 # note that these refer to where the *gripper* should go when the object is placed\n\
00156 # it is the job of the caller to make sure that these are set to that the *object*\n\
00157 # ends up in a desired location\n\
00158 geometry_msgs/PoseStamped[] place_locations\n\
00159 \n\
00160 # the grasp that has been executed on this object\n\
00161 # (contains the grasp_pose referred to above)\n\
00162 manipulation_msgs/Grasp grasp\n\
00163 \n\
00164 # how far the retreat should ideally be away from the place location\n\
00165 float32 desired_retreat_distance\n\
00166 \n\
00167 # the min distance between the retreat and the place location that must actually be feasible \n\
00168 # for the place not to be rejected\n\
00169 float32 min_retreat_distance\n\
00170 \n\
00171 # how the place location should be approached\n\
00172 # the frame_id that this lift is specified in MUST be either the robot_frame \n\
00173 # or the gripper_frame specified in your hand description file\n\
00174 GripperTranslation approach\n\
00175 \n\
00176 # the name that the target object has in the collision map\n\
00177 # can be left empty if no name is available\n\
00178 string collision_object_name\n\
00179 \n\
00180 # the name that the support surface (e.g. table) has in the collision map\n\
00181 # can be left empty if no name is available\n\
00182 string collision_support_surface_name\n\
00183 \n\
00184 # whether collisions between the gripper and the support surface should be acceptable\n\
00185 # during move from pre-place to place and during retreat. Collisions when moving to the\n\
00186 # pre-place location are still not allowed even if this is set to true.\n\
00187 bool allow_gripper_support_collision\n\
00188 \n\
00189 # whether reactive placing based on tactile sensors should be used\n\
00190 bool use_reactive_place\n\
00191 \n\
00192 # how much the object should be padded by when deciding if the grasp\n\
00193 # location is freasible or not\n\
00194 float64 place_padding\n\
00195 \n\
00196 # set this to true if you only want to query the manipulation pipeline as to what \n\
00197 # place locations it thinks are feasible, without actually executing them. If this is set to \n\
00198 # true, the atempted_location_results field of the result will be populated, but no arm \n\
00199 # movement will be attempted\n\
00200 bool only_perform_feasibility_test\n\
00201 \n\
00202 # OPTIONAL (These will not have to be filled out most of the time)\n\
00203 # constraints to be imposed on every point in the motion of the arm\n\
00204 arm_navigation_msgs/Constraints path_constraints\n\
00205 \n\
00206 # OPTIONAL (These will not have to be filled out most of the time)\n\
00207 # additional collision operations to be used for every arm movement performed\n\
00208 # during placing. Note that these will be added on top of (and thus overide) other \n\
00209 # collision operations that the grasping pipeline deems necessary. Should be used\n\
00210 # with care and only if special behaviors are desired.\n\
00211 arm_navigation_msgs/OrderedCollisionOperations additional_collision_operations\n\
00212 \n\
00213 # OPTIONAL (These will not have to be filled out most of the time)\n\
00214 # additional link paddings to be used for every arm movement performed\n\
00215 # during placing. Note that these will be added on top of (and thus overide) other \n\
00216 # link paddings that the grasping pipeline deems necessary. Should be used\n\
00217 # with care and only if special behaviors are desired.\n\
00218 arm_navigation_msgs/LinkPadding[] additional_link_padding\n\
00219 \n\
00220 \n\
00221 ================================================================================\n\
00222 MSG: geometry_msgs/PoseStamped\n\
00223 # A Pose with reference coordinate frame and timestamp\n\
00224 Header header\n\
00225 Pose pose\n\
00226 \n\
00227 ================================================================================\n\
00228 MSG: geometry_msgs/Pose\n\
00229 # A representation of pose in free space, composed of postion and orientation. \n\
00230 Point position\n\
00231 Quaternion orientation\n\
00232 \n\
00233 ================================================================================\n\
00234 MSG: geometry_msgs/Point\n\
00235 # This contains the position of a point in free space\n\
00236 float64 x\n\
00237 float64 y\n\
00238 float64 z\n\
00239 \n\
00240 ================================================================================\n\
00241 MSG: geometry_msgs/Quaternion\n\
00242 # This represents an orientation in free space in quaternion form.\n\
00243 \n\
00244 float64 x\n\
00245 float64 y\n\
00246 float64 z\n\
00247 float64 w\n\
00248 \n\
00249 ================================================================================\n\
00250 MSG: manipulation_msgs/Grasp\n\
00251 # A name for this grasp\n\
00252 string id\n\
00253 \n\
00254 # The internal posture of the hand for the pre-grasp\n\
00255 # only positions are used\n\
00256 sensor_msgs/JointState pre_grasp_posture\n\
00257 \n\
00258 # The internal posture of the hand for the grasp\n\
00259 # positions and efforts are used\n\
00260 sensor_msgs/JointState grasp_posture\n\
00261 \n\
00262 # The position of the end-effector for the grasp relative to a reference frame \n\
00263 # (that is always specified elsewhere, not in this message)\n\
00264 geometry_msgs/PoseStamped grasp_pose\n\
00265 \n\
00266 # The estimated probability of success for this grasp, or some other\n\
00267 # measure of how \"good\" it is.\n\
00268 float64 grasp_quality\n\
00269 \n\
00270 # The approach motion\n\
00271 GripperTranslation approach\n\
00272 \n\
00273 # The retreat motion\n\
00274 GripperTranslation retreat\n\
00275 \n\
00276 # the maximum contact force to use while grasping (<=0 to disable)\n\
00277 float32 max_contact_force\n\
00278 \n\
00279 # an optional list of obstacles that we have semantic information about\n\
00280 # and that can be touched/pushed/moved in the course of grasping\n\
00281 string[] allowed_touch_objects\n\
00282 \n\
00283 ================================================================================\n\
00284 MSG: sensor_msgs/JointState\n\
00285 # This is a message that holds data to describe the state of a set of torque controlled joints. \n\
00286 #\n\
00287 # The state of each joint (revolute or prismatic) is defined by:\n\
00288 #  * the position of the joint (rad or m),\n\
00289 #  * the velocity of the joint (rad/s or m/s) and \n\
00290 #  * the effort that is applied in the joint (Nm or N).\n\
00291 #\n\
00292 # Each joint is uniquely identified by its name\n\
00293 # The header specifies the time at which the joint states were recorded. All the joint states\n\
00294 # in one message have to be recorded at the same time.\n\
00295 #\n\
00296 # This message consists of a multiple arrays, one for each part of the joint state. \n\
00297 # The goal is to make each of the fields optional. When e.g. your joints have no\n\
00298 # effort associated with them, you can leave the effort array empty. \n\
00299 #\n\
00300 # All arrays in this message should have the same size, or be empty.\n\
00301 # This is the only way to uniquely associate the joint name with the correct\n\
00302 # states.\n\
00303 \n\
00304 \n\
00305 Header header\n\
00306 \n\
00307 string[] name\n\
00308 float64[] position\n\
00309 float64[] velocity\n\
00310 float64[] effort\n\
00311 \n\
00312 ================================================================================\n\
00313 MSG: manipulation_msgs/GripperTranslation\n\
00314 # defines a translation for the gripper, used in pickup or place tasks\n\
00315 # for example for lifting an object off a table or approaching the table for placing\n\
00316 \n\
00317 # the direction of the translation\n\
00318 geometry_msgs/Vector3Stamped direction\n\
00319 \n\
00320 # the desired translation distance\n\
00321 float32 desired_distance\n\
00322 \n\
00323 # the min distance that must be considered feasible before the\n\
00324 # grasp is even attempted\n\
00325 float32 min_distance\n\
00326 \n\
00327 ================================================================================\n\
00328 MSG: geometry_msgs/Vector3Stamped\n\
00329 # This represents a Vector3 with reference coordinate frame and timestamp\n\
00330 Header header\n\
00331 Vector3 vector\n\
00332 \n\
00333 ================================================================================\n\
00334 MSG: geometry_msgs/Vector3\n\
00335 # This represents a vector in free space. \n\
00336 \n\
00337 float64 x\n\
00338 float64 y\n\
00339 float64 z\n\
00340 ================================================================================\n\
00341 MSG: object_manipulation_msgs/GripperTranslation\n\
00342 # defines a translation for the gripper, used in pickup or place tasks\n\
00343 # for example for lifting an object off a table or approaching the table for placing\n\
00344 \n\
00345 # the direction of the translation\n\
00346 geometry_msgs/Vector3Stamped direction\n\
00347 \n\
00348 # the desired translation distance\n\
00349 float32 desired_distance\n\
00350 \n\
00351 # the min distance that must be considered feasible before the\n\
00352 # grasp is even attempted\n\
00353 float32 min_distance\n\
00354 ================================================================================\n\
00355 MSG: arm_navigation_msgs/Constraints\n\
00356 # This message contains a list of motion planning constraints.\n\
00357 \n\
00358 arm_navigation_msgs/JointConstraint[] joint_constraints\n\
00359 arm_navigation_msgs/PositionConstraint[] position_constraints\n\
00360 arm_navigation_msgs/OrientationConstraint[] orientation_constraints\n\
00361 arm_navigation_msgs/VisibilityConstraint[] visibility_constraints\n\
00362 \n\
00363 ================================================================================\n\
00364 MSG: arm_navigation_msgs/JointConstraint\n\
00365 # Constrain the position of a joint to be within a certain bound\n\
00366 string joint_name\n\
00367 \n\
00368 # the bound to be achieved is [position - tolerance_below, position + tolerance_above]\n\
00369 float64 position\n\
00370 float64 tolerance_above\n\
00371 float64 tolerance_below\n\
00372 \n\
00373 # A weighting factor for this constraint\n\
00374 float64 weight\n\
00375 ================================================================================\n\
00376 MSG: arm_navigation_msgs/PositionConstraint\n\
00377 # This message contains the definition of a position constraint.\n\
00378 Header header\n\
00379 \n\
00380 # The robot link this constraint refers to\n\
00381 string link_name\n\
00382 \n\
00383 # The offset (in the link frame) for the target point on the link we are planning for\n\
00384 geometry_msgs/Point target_point_offset\n\
00385 \n\
00386 # The nominal/target position for the point we are planning for\n\
00387 geometry_msgs/Point position\n\
00388 \n\
00389 # The shape of the bounded region that constrains the position of the end-effector\n\
00390 # This region is always centered at the position defined above\n\
00391 arm_navigation_msgs/Shape constraint_region_shape\n\
00392 \n\
00393 # The orientation of the bounded region that constrains the position of the end-effector. \n\
00394 # This allows the specification of non-axis aligned constraints\n\
00395 geometry_msgs/Quaternion constraint_region_orientation\n\
00396 \n\
00397 # Constraint weighting factor - a weight for this constraint\n\
00398 float64 weight\n\
00399 \n\
00400 ================================================================================\n\
00401 MSG: arm_navigation_msgs/Shape\n\
00402 byte SPHERE=0\n\
00403 byte BOX=1\n\
00404 byte CYLINDER=2\n\
00405 byte MESH=3\n\
00406 \n\
00407 byte type\n\
00408 \n\
00409 \n\
00410 #### define sphere, box, cylinder ####\n\
00411 # the origin of each shape is considered at the shape's center\n\
00412 \n\
00413 # for sphere\n\
00414 # radius := dimensions[0]\n\
00415 \n\
00416 # for cylinder\n\
00417 # radius := dimensions[0]\n\
00418 # length := dimensions[1]\n\
00419 # the length is along the Z axis\n\
00420 \n\
00421 # for box\n\
00422 # size_x := dimensions[0]\n\
00423 # size_y := dimensions[1]\n\
00424 # size_z := dimensions[2]\n\
00425 float64[] dimensions\n\
00426 \n\
00427 \n\
00428 #### define mesh ####\n\
00429 \n\
00430 # list of triangles; triangle k is defined by tre vertices located\n\
00431 # at indices triangles[3k], triangles[3k+1], triangles[3k+2]\n\
00432 int32[] triangles\n\
00433 geometry_msgs/Point[] vertices\n\
00434 \n\
00435 ================================================================================\n\
00436 MSG: arm_navigation_msgs/OrientationConstraint\n\
00437 # This message contains the definition of an orientation constraint.\n\
00438 Header header\n\
00439 \n\
00440 # The robot link this constraint refers to\n\
00441 string link_name\n\
00442 \n\
00443 # The type of the constraint\n\
00444 int32 type\n\
00445 int32 LINK_FRAME=0\n\
00446 int32 HEADER_FRAME=1\n\
00447 \n\
00448 # The desired orientation of the robot link specified as a quaternion\n\
00449 geometry_msgs/Quaternion orientation\n\
00450 \n\
00451 # optional RPY error tolerances specified if \n\
00452 float64 absolute_roll_tolerance\n\
00453 float64 absolute_pitch_tolerance\n\
00454 float64 absolute_yaw_tolerance\n\
00455 \n\
00456 # Constraint weighting factor - a weight for this constraint\n\
00457 float64 weight\n\
00458 \n\
00459 ================================================================================\n\
00460 MSG: arm_navigation_msgs/VisibilityConstraint\n\
00461 # This message contains the definition of a visibility constraint.\n\
00462 Header header\n\
00463 \n\
00464 # The point stamped target that needs to be kept within view of the sensor\n\
00465 geometry_msgs/PointStamped target\n\
00466 \n\
00467 # The local pose of the frame in which visibility is to be maintained\n\
00468 # The frame id should represent the robot link to which the sensor is attached\n\
00469 # The visual axis of the sensor is assumed to be along the X axis of this frame\n\
00470 geometry_msgs/PoseStamped sensor_pose\n\
00471 \n\
00472 # The deviation (in radians) that will be tolerated\n\
00473 # Constraint error will be measured as the solid angle between the \n\
00474 # X axis of the frame defined above and the vector between the origin \n\
00475 # of the frame defined above and the target location\n\
00476 float64 absolute_tolerance\n\
00477 \n\
00478 \n\
00479 ================================================================================\n\
00480 MSG: geometry_msgs/PointStamped\n\
00481 # This represents a Point with reference coordinate frame and timestamp\n\
00482 Header header\n\
00483 Point point\n\
00484 \n\
00485 ================================================================================\n\
00486 MSG: arm_navigation_msgs/OrderedCollisionOperations\n\
00487 # A set of collision operations that will be performed in the order they are specified\n\
00488 CollisionOperation[] collision_operations\n\
00489 ================================================================================\n\
00490 MSG: arm_navigation_msgs/CollisionOperation\n\
00491 # A definition of a collision operation\n\
00492 # E.g. (\"gripper\",COLLISION_SET_ALL,ENABLE) will enable collisions \n\
00493 # between the gripper and all objects in the collision space\n\
00494 \n\
00495 string object1\n\
00496 string object2\n\
00497 string COLLISION_SET_ALL=\"all\"\n\
00498 string COLLISION_SET_OBJECTS=\"objects\"\n\
00499 string COLLISION_SET_ATTACHED_OBJECTS=\"attached\"\n\
00500 \n\
00501 # The penetration distance to which collisions are allowed. This is 0.0 by default.\n\
00502 float64 penetration_distance\n\
00503 \n\
00504 # Flag that determines whether collisions will be enabled or disabled for the pair of objects specified above\n\
00505 int32 operation\n\
00506 int32 DISABLE=0\n\
00507 int32 ENABLE=1\n\
00508 \n\
00509 ================================================================================\n\
00510 MSG: arm_navigation_msgs/LinkPadding\n\
00511 #name for the link\n\
00512 string link_name\n\
00513 \n\
00514 # padding to apply to the link\n\
00515 float64 padding\n\
00516 \n\
00517 ================================================================================\n\
00518 MSG: object_manipulation_msgs/PlaceActionResult\n\
00519 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00520 \n\
00521 Header header\n\
00522 actionlib_msgs/GoalStatus status\n\
00523 PlaceResult result\n\
00524 \n\
00525 ================================================================================\n\
00526 MSG: actionlib_msgs/GoalStatus\n\
00527 GoalID goal_id\n\
00528 uint8 status\n\
00529 uint8 PENDING         = 0   # The goal has yet to be processed by the action server\n\
00530 uint8 ACTIVE          = 1   # The goal is currently being processed by the action server\n\
00531 uint8 PREEMPTED       = 2   # The goal received a cancel request after it started executing\n\
00532                             #   and has since completed its execution (Terminal State)\n\
00533 uint8 SUCCEEDED       = 3   # The goal was achieved successfully by the action server (Terminal State)\n\
00534 uint8 ABORTED         = 4   # The goal was aborted during execution by the action server due\n\
00535                             #    to some failure (Terminal State)\n\
00536 uint8 REJECTED        = 5   # The goal was rejected by the action server without being processed,\n\
00537                             #    because the goal was unattainable or invalid (Terminal State)\n\
00538 uint8 PREEMPTING      = 6   # The goal received a cancel request after it started executing\n\
00539                             #    and has not yet completed execution\n\
00540 uint8 RECALLING       = 7   # The goal received a cancel request before it started executing,\n\
00541                             #    but the action server has not yet confirmed that the goal is canceled\n\
00542 uint8 RECALLED        = 8   # The goal received a cancel request before it started executing\n\
00543                             #    and was successfully cancelled (Terminal State)\n\
00544 uint8 LOST            = 9   # An action client can determine that a goal is LOST. This should not be\n\
00545                             #    sent over the wire by an action server\n\
00546 \n\
00547 #Allow for the user to associate a string with GoalStatus for debugging\n\
00548 string text\n\
00549 \n\
00550 \n\
00551 ================================================================================\n\
00552 MSG: object_manipulation_msgs/PlaceResult\n\
00553 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00554 \n\
00555 # The result of the pickup attempt\n\
00556 ManipulationResult manipulation_result\n\
00557 \n\
00558 # The successful place location, if any\n\
00559 geometry_msgs/PoseStamped place_location\n\
00560 \n\
00561 # the list of attempted locations, in the order in which they were attempted\n\
00562 # the successful one should be the last one in this list\n\
00563 geometry_msgs/PoseStamped[] attempted_locations\n\
00564 \n\
00565 # the outcomes of the attempted locations, in the same order as attempted_locations\n\
00566 PlaceLocationResult[] attempted_location_results\n\
00567 \n\
00568 \n\
00569 ================================================================================\n\
00570 MSG: object_manipulation_msgs/ManipulationResult\n\
00571 # Result codes for manipulation tasks\n\
00572 \n\
00573 # task completed as expected\n\
00574 # generally means you can proceed as planned\n\
00575 int32 SUCCESS = 1\n\
00576 \n\
00577 # task not possible (e.g. out of reach or obstacles in the way)\n\
00578 # generally means that the world was not disturbed, so you can try another task\n\
00579 int32 UNFEASIBLE = -1\n\
00580 \n\
00581 # task was thought possible, but failed due to unexpected events during execution\n\
00582 # it is likely that the world was disturbed, so you are encouraged to refresh\n\
00583 # your sensed world model before proceeding to another task\n\
00584 int32 FAILED = -2\n\
00585 \n\
00586 # a lower level error prevented task completion (e.g. joint controller not responding)\n\
00587 # generally requires human attention\n\
00588 int32 ERROR = -3\n\
00589 \n\
00590 # means that at some point during execution we ended up in a state that the collision-aware\n\
00591 # arm navigation module will not move out of. The world was likely not disturbed, but you \n\
00592 # probably need a new collision map to move the arm out of the stuck position\n\
00593 int32 ARM_MOVEMENT_PREVENTED = -4\n\
00594 \n\
00595 # specific to grasp actions\n\
00596 # the object was grasped successfully, but the lift attempt could not achieve the minimum lift distance requested\n\
00597 # it is likely that the collision environment will see collisions between the hand/object and the support surface\n\
00598 int32 LIFT_FAILED = -5\n\
00599 \n\
00600 # specific to place actions\n\
00601 # the object was placed successfully, but the retreat attempt could not achieve the minimum retreat distance requested\n\
00602 # it is likely that the collision environment will see collisions between the hand and the object\n\
00603 int32 RETREAT_FAILED = -6\n\
00604 \n\
00605 # indicates that somewhere along the line a human said \"wait, stop, this is bad, go back and do something else\"\n\
00606 int32 CANCELLED = -7\n\
00607 \n\
00608 # the actual value of this error code\n\
00609 int32 value\n\
00610 \n\
00611 ================================================================================\n\
00612 MSG: object_manipulation_msgs/PlaceLocationResult\n\
00613 int32 SUCCESS = 1\n\
00614 int32 PLACE_OUT_OF_REACH = 2\n\
00615 int32 PLACE_IN_COLLISION = 3\n\
00616 int32 PLACE_UNFEASIBLE = 4\n\
00617 int32 PREPLACE_OUT_OF_REACH = 5\n\
00618 int32 PREPLACE_IN_COLLISION = 6\n\
00619 int32 PREPLACE_UNFEASIBLE = 7\n\
00620 int32 RETREAT_OUT_OF_REACH = 8\n\
00621 int32 RETREAT_IN_COLLISION = 9\n\
00622 int32 RETREAT_UNFEASIBLE = 10\n\
00623 int32 MOVE_ARM_FAILED = 11\n\
00624 int32 PLACE_FAILED = 12\n\
00625 int32 RETREAT_FAILED = 13\n\
00626 int32 result_code\n\
00627 \n\
00628 # whether the state of the world was disturbed by this attempt. generally, this flag\n\
00629 # shows if another task can be attempted, or a new sensed world model is recommeded\n\
00630 # before proceeding\n\
00631 bool continuation_possible\n\
00632 \n\
00633 ================================================================================\n\
00634 MSG: object_manipulation_msgs/PlaceActionFeedback\n\
00635 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00636 \n\
00637 Header header\n\
00638 actionlib_msgs/GoalStatus status\n\
00639 PlaceFeedback feedback\n\
00640 \n\
00641 ================================================================================\n\
00642 MSG: object_manipulation_msgs/PlaceFeedback\n\
00643 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00644 \n\
00645 # The number of the place location currently being attempted\n\
00646 int32 current_location\n\
00647 \n\
00648 # The total number of locations that will be attempted\n\
00649 int32 total_locations\n\
00650 \n\
00651 \n\
00652 ";
00653   }
00654 
00655   static const char* value(const  ::object_manipulation_msgs::PlaceAction_<ContainerAllocator> &) { return value(); } 
00656 };
00657 
00658 } // namespace message_traits
00659 } // namespace ros
00660 
00661 namespace ros
00662 {
00663 namespace serialization
00664 {
00665 
00666 template<class ContainerAllocator> struct Serializer< ::object_manipulation_msgs::PlaceAction_<ContainerAllocator> >
00667 {
00668   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00669   {
00670     stream.next(m.action_goal);
00671     stream.next(m.action_result);
00672     stream.next(m.action_feedback);
00673   }
00674 
00675   ROS_DECLARE_ALLINONE_SERIALIZER;
00676 }; // struct PlaceAction_
00677 } // namespace serialization
00678 } // namespace ros
00679 
00680 namespace ros
00681 {
00682 namespace message_operations
00683 {
00684 
00685 template<class ContainerAllocator>
00686 struct Printer< ::object_manipulation_msgs::PlaceAction_<ContainerAllocator> >
00687 {
00688   template<typename Stream> static void stream(Stream& s, const std::string& indent, const  ::object_manipulation_msgs::PlaceAction_<ContainerAllocator> & v) 
00689   {
00690     s << indent << "action_goal: ";
00691 s << std::endl;
00692     Printer< ::object_manipulation_msgs::PlaceActionGoal_<ContainerAllocator> >::stream(s, indent + "  ", v.action_goal);
00693     s << indent << "action_result: ";
00694 s << std::endl;
00695     Printer< ::object_manipulation_msgs::PlaceActionResult_<ContainerAllocator> >::stream(s, indent + "  ", v.action_result);
00696     s << indent << "action_feedback: ";
00697 s << std::endl;
00698     Printer< ::object_manipulation_msgs::PlaceActionFeedback_<ContainerAllocator> >::stream(s, indent + "  ", v.action_feedback);
00699   }
00700 };
00701 
00702 
00703 } // namespace message_operations
00704 } // namespace ros
00705 
00706 #endif // OBJECT_MANIPULATION_MSGS_MESSAGE_PLACEACTION_H
00707 


object_manipulation_msgs
Author(s): Matei Ciocarlie
autogenerated on Mon Oct 6 2014 02:58:12