MoveArmAction.h
Go to the documentation of this file.
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-fuerte-arm_navigation/doc_stacks/2013-12-12_11-02-12.519893/arm_navigation/arm_navigation_msgs/msg/MoveArmAction.msg */
00002 #ifndef ARM_NAVIGATION_MSGS_MESSAGE_MOVEARMACTION_H
00003 #define ARM_NAVIGATION_MSGS_MESSAGE_MOVEARMACTION_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 "arm_navigation_msgs/MoveArmActionGoal.h"
00018 #include "arm_navigation_msgs/MoveArmActionResult.h"
00019 #include "arm_navigation_msgs/MoveArmActionFeedback.h"
00020 
00021 namespace arm_navigation_msgs
00022 {
00023 template <class ContainerAllocator>
00024 struct MoveArmAction_ {
00025   typedef MoveArmAction_<ContainerAllocator> Type;
00026 
00027   MoveArmAction_()
00028   : action_goal()
00029   , action_result()
00030   , action_feedback()
00031   {
00032   }
00033 
00034   MoveArmAction_(const ContainerAllocator& _alloc)
00035   : action_goal(_alloc)
00036   , action_result(_alloc)
00037   , action_feedback(_alloc)
00038   {
00039   }
00040 
00041   typedef  ::arm_navigation_msgs::MoveArmActionGoal_<ContainerAllocator>  _action_goal_type;
00042    ::arm_navigation_msgs::MoveArmActionGoal_<ContainerAllocator>  action_goal;
00043 
00044   typedef  ::arm_navigation_msgs::MoveArmActionResult_<ContainerAllocator>  _action_result_type;
00045    ::arm_navigation_msgs::MoveArmActionResult_<ContainerAllocator>  action_result;
00046 
00047   typedef  ::arm_navigation_msgs::MoveArmActionFeedback_<ContainerAllocator>  _action_feedback_type;
00048    ::arm_navigation_msgs::MoveArmActionFeedback_<ContainerAllocator>  action_feedback;
00049 
00050 
00051   typedef boost::shared_ptr< ::arm_navigation_msgs::MoveArmAction_<ContainerAllocator> > Ptr;
00052   typedef boost::shared_ptr< ::arm_navigation_msgs::MoveArmAction_<ContainerAllocator>  const> ConstPtr;
00053   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00054 }; // struct MoveArmAction
00055 typedef  ::arm_navigation_msgs::MoveArmAction_<std::allocator<void> > MoveArmAction;
00056 
00057 typedef boost::shared_ptr< ::arm_navigation_msgs::MoveArmAction> MoveArmActionPtr;
00058 typedef boost::shared_ptr< ::arm_navigation_msgs::MoveArmAction const> MoveArmActionConstPtr;
00059 
00060 
00061 template<typename ContainerAllocator>
00062 std::ostream& operator<<(std::ostream& s, const  ::arm_navigation_msgs::MoveArmAction_<ContainerAllocator> & v)
00063 {
00064   ros::message_operations::Printer< ::arm_navigation_msgs::MoveArmAction_<ContainerAllocator> >::stream(s, "", v);
00065   return s;}
00066 
00067 } // namespace arm_navigation_msgs
00068 
00069 namespace ros
00070 {
00071 namespace message_traits
00072 {
00073 template<class ContainerAllocator> struct IsMessage< ::arm_navigation_msgs::MoveArmAction_<ContainerAllocator> > : public TrueType {};
00074 template<class ContainerAllocator> struct IsMessage< ::arm_navigation_msgs::MoveArmAction_<ContainerAllocator>  const> : public TrueType {};
00075 template<class ContainerAllocator>
00076 struct MD5Sum< ::arm_navigation_msgs::MoveArmAction_<ContainerAllocator> > {
00077   static const char* value() 
00078   {
00079     return "6a991a3116cabdf4675f6b122822116b";
00080   }
00081 
00082   static const char* value(const  ::arm_navigation_msgs::MoveArmAction_<ContainerAllocator> &) { return value(); } 
00083   static const uint64_t static_value1 = 0x6a991a3116cabdf4ULL;
00084   static const uint64_t static_value2 = 0x675f6b122822116bULL;
00085 };
00086 
00087 template<class ContainerAllocator>
00088 struct DataType< ::arm_navigation_msgs::MoveArmAction_<ContainerAllocator> > {
00089   static const char* value() 
00090   {
00091     return "arm_navigation_msgs/MoveArmAction";
00092   }
00093 
00094   static const char* value(const  ::arm_navigation_msgs::MoveArmAction_<ContainerAllocator> &) { return value(); } 
00095 };
00096 
00097 template<class ContainerAllocator>
00098 struct Definition< ::arm_navigation_msgs::MoveArmAction_<ContainerAllocator> > {
00099   static const char* value() 
00100   {
00101     return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00102 \n\
00103 MoveArmActionGoal action_goal\n\
00104 MoveArmActionResult action_result\n\
00105 MoveArmActionFeedback action_feedback\n\
00106 \n\
00107 ================================================================================\n\
00108 MSG: arm_navigation_msgs/MoveArmActionGoal\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 MoveArmGoal 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: arm_navigation_msgs/MoveArmGoal\n\
00148 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00149 # Service name to call for getting a motion plan\n\
00150 # Move arm will call a service on this service name \n\
00151 # using the MotionPlanRequest specified here\n\
00152 string planner_service_name\n\
00153 \n\
00154 # A planning scene diff\n\
00155 PlanningScene planning_scene_diff\n\
00156 \n\
00157 # A motion planning request\n\
00158 MotionPlanRequest motion_plan_request\n\
00159 \n\
00160 # OPTIONAL: Diff uses ordered collision operations in addition to allowed_collision_matrix\n\
00161 arm_navigation_msgs/OrderedCollisionOperations operations\n\
00162 \n\
00163 # OPTIONAL flag\n\
00164 # Setting this flag to true will allow move_arm to accept plans that do not go all the way to the goal\n\
00165 bool accept_partial_plans\n\
00166 \n\
00167 # OPTIONAL flag\n\
00168 # Setting this flag to true will allow move_arm to accept invalid goals\n\
00169 # This is useful if you are using a planner like CHOMP along with a noisy rapidly changing collision map\n\
00170 # and you would like to plan to a goal near an object.\n\
00171 bool accept_invalid_goals\n\
00172 \n\
00173 # OPTIONAL flag\n\
00174 # Setting this flag to true will disable the call to IK for a pose goal\n\
00175 bool disable_ik\n\
00176 \n\
00177 # OPTIONAL flag\n\
00178 # Setting this flag to true will disable collision monitoring during execution of a trajectory\n\
00179 bool disable_collision_monitoring\n\
00180 \n\
00181 ================================================================================\n\
00182 MSG: arm_navigation_msgs/PlanningScene\n\
00183 #full robot state\n\
00184 arm_navigation_msgs/RobotState robot_state\n\
00185 \n\
00186 #additional frames for duplicating tf\n\
00187 geometry_msgs/TransformStamped[] fixed_frame_transforms\n\
00188 \n\
00189 #full allowed collision matrix\n\
00190 AllowedCollisionMatrix allowed_collision_matrix\n\
00191 \n\
00192 #allowed contacts\n\
00193 arm_navigation_msgs/AllowedContactSpecification[] allowed_contacts\n\
00194 \n\
00195 #all link paddings\n\
00196 arm_navigation_msgs/LinkPadding[] link_padding\n\
00197 \n\
00198 #collision objects\n\
00199 arm_navigation_msgs/CollisionObject[] collision_objects\n\
00200 arm_navigation_msgs/AttachedCollisionObject[] attached_collision_objects\n\
00201 \n\
00202 #the collision map\n\
00203 arm_navigation_msgs/CollisionMap collision_map\n\
00204 \n\
00205 ================================================================================\n\
00206 MSG: arm_navigation_msgs/RobotState\n\
00207 # This message contains information about the robot state, i.e. the positions of its joints and links\n\
00208 sensor_msgs/JointState joint_state\n\
00209 arm_navigation_msgs/MultiDOFJointState multi_dof_joint_state\n\
00210 \n\
00211 ================================================================================\n\
00212 MSG: sensor_msgs/JointState\n\
00213 # This is a message that holds data to describe the state of a set of torque controlled joints. \n\
00214 #\n\
00215 # The state of each joint (revolute or prismatic) is defined by:\n\
00216 #  * the position of the joint (rad or m),\n\
00217 #  * the velocity of the joint (rad/s or m/s) and \n\
00218 #  * the effort that is applied in the joint (Nm or N).\n\
00219 #\n\
00220 # Each joint is uniquely identified by its name\n\
00221 # The header specifies the time at which the joint states were recorded. All the joint states\n\
00222 # in one message have to be recorded at the same time.\n\
00223 #\n\
00224 # This message consists of a multiple arrays, one for each part of the joint state. \n\
00225 # The goal is to make each of the fields optional. When e.g. your joints have no\n\
00226 # effort associated with them, you can leave the effort array empty. \n\
00227 #\n\
00228 # All arrays in this message should have the same size, or be empty.\n\
00229 # This is the only way to uniquely associate the joint name with the correct\n\
00230 # states.\n\
00231 \n\
00232 \n\
00233 Header header\n\
00234 \n\
00235 string[] name\n\
00236 float64[] position\n\
00237 float64[] velocity\n\
00238 float64[] effort\n\
00239 \n\
00240 ================================================================================\n\
00241 MSG: arm_navigation_msgs/MultiDOFJointState\n\
00242 #A representation of a multi-dof joint state\n\
00243 time stamp\n\
00244 string[] joint_names\n\
00245 string[] frame_ids\n\
00246 string[] child_frame_ids\n\
00247 geometry_msgs/Pose[] poses\n\
00248 \n\
00249 ================================================================================\n\
00250 MSG: geometry_msgs/Pose\n\
00251 # A representation of pose in free space, composed of postion and orientation. \n\
00252 Point position\n\
00253 Quaternion orientation\n\
00254 \n\
00255 ================================================================================\n\
00256 MSG: geometry_msgs/Point\n\
00257 # This contains the position of a point in free space\n\
00258 float64 x\n\
00259 float64 y\n\
00260 float64 z\n\
00261 \n\
00262 ================================================================================\n\
00263 MSG: geometry_msgs/Quaternion\n\
00264 # This represents an orientation in free space in quaternion form.\n\
00265 \n\
00266 float64 x\n\
00267 float64 y\n\
00268 float64 z\n\
00269 float64 w\n\
00270 \n\
00271 ================================================================================\n\
00272 MSG: geometry_msgs/TransformStamped\n\
00273 # This expresses a transform from coordinate frame header.frame_id\n\
00274 # to the coordinate frame child_frame_id\n\
00275 #\n\
00276 # This message is mostly used by the \n\
00277 # <a href=\"http://www.ros.org/wiki/tf\">tf</a> package. \n\
00278 # See it's documentation for more information.\n\
00279 \n\
00280 Header header\n\
00281 string child_frame_id # the frame id of the child frame\n\
00282 Transform transform\n\
00283 \n\
00284 ================================================================================\n\
00285 MSG: geometry_msgs/Transform\n\
00286 # This represents the transform between two coordinate frames in free space.\n\
00287 \n\
00288 Vector3 translation\n\
00289 Quaternion rotation\n\
00290 \n\
00291 ================================================================================\n\
00292 MSG: geometry_msgs/Vector3\n\
00293 # This represents a vector in free space. \n\
00294 \n\
00295 float64 x\n\
00296 float64 y\n\
00297 float64 z\n\
00298 ================================================================================\n\
00299 MSG: arm_navigation_msgs/AllowedCollisionMatrix\n\
00300 # the list of link names in the matrix\n\
00301 string[] link_names\n\
00302 \n\
00303 # the individual entries in the allowed collision matrix\n\
00304 # symmetric, with same order as link_names\n\
00305 AllowedCollisionEntry[] entries\n\
00306 \n\
00307 ================================================================================\n\
00308 MSG: arm_navigation_msgs/AllowedCollisionEntry\n\
00309 # whether or not collision checking is enabled\n\
00310 bool[] enabled\n\
00311 \n\
00312 ================================================================================\n\
00313 MSG: arm_navigation_msgs/AllowedContactSpecification\n\
00314 # The names of the regions\n\
00315 string name\n\
00316 \n\
00317 # The shape of the region in the environment\n\
00318 arm_navigation_msgs/Shape shape\n\
00319 \n\
00320 # The pose of the space defining the region\n\
00321 geometry_msgs/PoseStamped pose_stamped\n\
00322 \n\
00323 # The set of links that will be allowed to have penetration contact within this region\n\
00324 string[] link_names\n\
00325 \n\
00326 # The maximum penetration depth allowed for every link\n\
00327 float64 penetration_depth\n\
00328 \n\
00329 ================================================================================\n\
00330 MSG: arm_navigation_msgs/Shape\n\
00331 byte SPHERE=0\n\
00332 byte BOX=1\n\
00333 byte CYLINDER=2\n\
00334 byte MESH=3\n\
00335 \n\
00336 byte type\n\
00337 \n\
00338 \n\
00339 #### define sphere, box, cylinder ####\n\
00340 # the origin of each shape is considered at the shape's center\n\
00341 \n\
00342 # for sphere\n\
00343 # radius := dimensions[0]\n\
00344 \n\
00345 # for cylinder\n\
00346 # radius := dimensions[0]\n\
00347 # length := dimensions[1]\n\
00348 # the length is along the Z axis\n\
00349 \n\
00350 # for box\n\
00351 # size_x := dimensions[0]\n\
00352 # size_y := dimensions[1]\n\
00353 # size_z := dimensions[2]\n\
00354 float64[] dimensions\n\
00355 \n\
00356 \n\
00357 #### define mesh ####\n\
00358 \n\
00359 # list of triangles; triangle k is defined by tre vertices located\n\
00360 # at indices triangles[3k], triangles[3k+1], triangles[3k+2]\n\
00361 int32[] triangles\n\
00362 geometry_msgs/Point[] vertices\n\
00363 \n\
00364 ================================================================================\n\
00365 MSG: geometry_msgs/PoseStamped\n\
00366 # A Pose with reference coordinate frame and timestamp\n\
00367 Header header\n\
00368 Pose pose\n\
00369 \n\
00370 ================================================================================\n\
00371 MSG: arm_navigation_msgs/LinkPadding\n\
00372 #name for the link\n\
00373 string link_name\n\
00374 \n\
00375 # padding to apply to the link\n\
00376 float64 padding\n\
00377 \n\
00378 ================================================================================\n\
00379 MSG: arm_navigation_msgs/CollisionObject\n\
00380 # a header, used for interpreting the poses\n\
00381 Header header\n\
00382 \n\
00383 # the id of the object\n\
00384 string id\n\
00385 \n\
00386 # The padding used for filtering points near the object.\n\
00387 # This does not affect collision checking for the object.  \n\
00388 # Set to negative to get zero padding.\n\
00389 float32 padding\n\
00390 \n\
00391 #This contains what is to be done with the object\n\
00392 CollisionObjectOperation operation\n\
00393 \n\
00394 #the shapes associated with the object\n\
00395 arm_navigation_msgs/Shape[] shapes\n\
00396 \n\
00397 #the poses associated with the shapes - will be transformed using the header\n\
00398 geometry_msgs/Pose[] poses\n\
00399 \n\
00400 ================================================================================\n\
00401 MSG: arm_navigation_msgs/CollisionObjectOperation\n\
00402 #Puts the object into the environment\n\
00403 #or updates the object if already added\n\
00404 byte ADD=0\n\
00405 \n\
00406 #Removes the object from the environment entirely\n\
00407 byte REMOVE=1\n\
00408 \n\
00409 #Only valid within the context of a CollisionAttachedObject message\n\
00410 #Will be ignored if sent with an CollisionObject message\n\
00411 #Takes an attached object, detaches from the attached link\n\
00412 #But adds back in as regular object\n\
00413 byte DETACH_AND_ADD_AS_OBJECT=2\n\
00414 \n\
00415 #Only valid within the context of a CollisionAttachedObject message\n\
00416 #Will be ignored if sent with an CollisionObject message\n\
00417 #Takes current object in the environment and removes it as\n\
00418 #a regular object\n\
00419 byte ATTACH_AND_REMOVE_AS_OBJECT=3\n\
00420 \n\
00421 # Byte code for operation\n\
00422 byte operation\n\
00423 \n\
00424 ================================================================================\n\
00425 MSG: arm_navigation_msgs/AttachedCollisionObject\n\
00426 # The CollisionObject will be attached with a fixed joint to this link\n\
00427 # If link name is set to REMOVE_ALL_ATTACHED_OBJECTS and object.operation \n\
00428 # is set to REMOVE will remove all attached bodies attached to any object\n\
00429 string link_name\n\
00430 \n\
00431 #Reserved for indicating that all attached objects should be removed\n\
00432 string REMOVE_ALL_ATTACHED_OBJECTS = \"all\"\n\
00433 \n\
00434 #This contains the actual shapes and poses for the CollisionObject\n\
00435 #to be attached to the link\n\
00436 #If action is remove and no object.id is set, all objects\n\
00437 #attached to the link indicated by link_name will be removed\n\
00438 CollisionObject object\n\
00439 \n\
00440 # The set of links that the attached objects are allowed to touch\n\
00441 # by default - the link_name is included by default\n\
00442 string[] touch_links\n\
00443 \n\
00444 ================================================================================\n\
00445 MSG: arm_navigation_msgs/CollisionMap\n\
00446 #header for interpreting box positions\n\
00447 Header header\n\
00448 \n\
00449 #boxes for use in collision testing\n\
00450 OrientedBoundingBox[] boxes\n\
00451 \n\
00452 ================================================================================\n\
00453 MSG: arm_navigation_msgs/OrientedBoundingBox\n\
00454 #the center of the box\n\
00455 geometry_msgs/Point32 center\n\
00456 \n\
00457 #the extents of the box, assuming the center is at the point\n\
00458 geometry_msgs/Point32 extents\n\
00459 \n\
00460 #the axis of the box\n\
00461 geometry_msgs/Point32 axis\n\
00462 \n\
00463 #the angle of rotation around the axis\n\
00464 float32 angle\n\
00465 \n\
00466 ================================================================================\n\
00467 MSG: geometry_msgs/Point32\n\
00468 # This contains the position of a point in free space(with 32 bits of precision).\n\
00469 # It is recommeded to use Point wherever possible instead of Point32.  \n\
00470 # \n\
00471 # This recommendation is to promote interoperability.  \n\
00472 #\n\
00473 # This message is designed to take up less space when sending\n\
00474 # lots of points at once, as in the case of a PointCloud.  \n\
00475 \n\
00476 float32 x\n\
00477 float32 y\n\
00478 float32 z\n\
00479 ================================================================================\n\
00480 MSG: arm_navigation_msgs/MotionPlanRequest\n\
00481 # This service contains the definition for a request to the motion\n\
00482 # planner and the output it provides\n\
00483 \n\
00484 # Parameters for the workspace that the planner should work inside\n\
00485 arm_navigation_msgs/WorkspaceParameters workspace_parameters\n\
00486 \n\
00487 # Starting state updates. If certain joints should be considered\n\
00488 # at positions other than the current ones, these positions should\n\
00489 # be set here\n\
00490 arm_navigation_msgs/RobotState start_state\n\
00491 \n\
00492 # The goal state for the model to plan for. The goal is achieved\n\
00493 # if all constraints are satisfied\n\
00494 arm_navigation_msgs/Constraints goal_constraints\n\
00495 \n\
00496 # No state at any point along the path in the produced motion plan will violate these constraints\n\
00497 arm_navigation_msgs/Constraints path_constraints\n\
00498 \n\
00499 # The name of the motion planner to use. If no name is specified,\n\
00500 # a default motion planner will be used\n\
00501 string planner_id\n\
00502 \n\
00503 # The name of the group of joints on which this planner is operating\n\
00504 string group_name\n\
00505 \n\
00506 # The number of times this plan is to be computed. Shortest solution\n\
00507 # will be reported.\n\
00508 int32 num_planning_attempts\n\
00509 \n\
00510 # The maximum amount of time the motion planner is allowed to plan for\n\
00511 duration allowed_planning_time\n\
00512 \n\
00513 # An expected path duration (in seconds) along with an expected discretization of the path allows the planner to determine the discretization of the trajectory that it returns\n\
00514 duration expected_path_duration\n\
00515 duration expected_path_dt\n\
00516 \n\
00517 ================================================================================\n\
00518 MSG: arm_navigation_msgs/WorkspaceParameters\n\
00519 # This message contains a set of parameters useful in\n\
00520 # setting up the workspace for planning\n\
00521 arm_navigation_msgs/Shape  workspace_region_shape\n\
00522 geometry_msgs/PoseStamped    workspace_region_pose\n\
00523 \n\
00524 \n\
00525 ================================================================================\n\
00526 MSG: arm_navigation_msgs/Constraints\n\
00527 # This message contains a list of motion planning constraints.\n\
00528 \n\
00529 arm_navigation_msgs/JointConstraint[] joint_constraints\n\
00530 arm_navigation_msgs/PositionConstraint[] position_constraints\n\
00531 arm_navigation_msgs/OrientationConstraint[] orientation_constraints\n\
00532 arm_navigation_msgs/VisibilityConstraint[] visibility_constraints\n\
00533 \n\
00534 ================================================================================\n\
00535 MSG: arm_navigation_msgs/JointConstraint\n\
00536 # Constrain the position of a joint to be within a certain bound\n\
00537 string joint_name\n\
00538 \n\
00539 # the bound to be achieved is [position - tolerance_below, position + tolerance_above]\n\
00540 float64 position\n\
00541 float64 tolerance_above\n\
00542 float64 tolerance_below\n\
00543 \n\
00544 # A weighting factor for this constraint\n\
00545 float64 weight\n\
00546 ================================================================================\n\
00547 MSG: arm_navigation_msgs/PositionConstraint\n\
00548 # This message contains the definition of a position constraint.\n\
00549 Header header\n\
00550 \n\
00551 # The robot link this constraint refers to\n\
00552 string link_name\n\
00553 \n\
00554 # The offset (in the link frame) for the target point on the link we are planning for\n\
00555 geometry_msgs/Point target_point_offset\n\
00556 \n\
00557 # The nominal/target position for the point we are planning for\n\
00558 geometry_msgs/Point position\n\
00559 \n\
00560 # The shape of the bounded region that constrains the position of the end-effector\n\
00561 # This region is always centered at the position defined above\n\
00562 arm_navigation_msgs/Shape constraint_region_shape\n\
00563 \n\
00564 # The orientation of the bounded region that constrains the position of the end-effector. \n\
00565 # This allows the specification of non-axis aligned constraints\n\
00566 geometry_msgs/Quaternion constraint_region_orientation\n\
00567 \n\
00568 # Constraint weighting factor - a weight for this constraint\n\
00569 float64 weight\n\
00570 \n\
00571 ================================================================================\n\
00572 MSG: arm_navigation_msgs/OrientationConstraint\n\
00573 # This message contains the definition of an orientation constraint.\n\
00574 Header header\n\
00575 \n\
00576 # The robot link this constraint refers to\n\
00577 string link_name\n\
00578 \n\
00579 # The type of the constraint\n\
00580 int32 type\n\
00581 int32 LINK_FRAME=0\n\
00582 int32 HEADER_FRAME=1\n\
00583 \n\
00584 # The desired orientation of the robot link specified as a quaternion\n\
00585 geometry_msgs/Quaternion orientation\n\
00586 \n\
00587 # optional RPY error tolerances specified if \n\
00588 float64 absolute_roll_tolerance\n\
00589 float64 absolute_pitch_tolerance\n\
00590 float64 absolute_yaw_tolerance\n\
00591 \n\
00592 # Constraint weighting factor - a weight for this constraint\n\
00593 float64 weight\n\
00594 \n\
00595 ================================================================================\n\
00596 MSG: arm_navigation_msgs/VisibilityConstraint\n\
00597 # This message contains the definition of a visibility constraint.\n\
00598 Header header\n\
00599 \n\
00600 # The point stamped target that needs to be kept within view of the sensor\n\
00601 geometry_msgs/PointStamped target\n\
00602 \n\
00603 # The local pose of the frame in which visibility is to be maintained\n\
00604 # The frame id should represent the robot link to which the sensor is attached\n\
00605 # The visual axis of the sensor is assumed to be along the X axis of this frame\n\
00606 geometry_msgs/PoseStamped sensor_pose\n\
00607 \n\
00608 # The deviation (in radians) that will be tolerated\n\
00609 # Constraint error will be measured as the solid angle between the \n\
00610 # X axis of the frame defined above and the vector between the origin \n\
00611 # of the frame defined above and the target location\n\
00612 float64 absolute_tolerance\n\
00613 \n\
00614 \n\
00615 ================================================================================\n\
00616 MSG: geometry_msgs/PointStamped\n\
00617 # This represents a Point with reference coordinate frame and timestamp\n\
00618 Header header\n\
00619 Point point\n\
00620 \n\
00621 ================================================================================\n\
00622 MSG: arm_navigation_msgs/OrderedCollisionOperations\n\
00623 # A set of collision operations that will be performed in the order they are specified\n\
00624 CollisionOperation[] collision_operations\n\
00625 ================================================================================\n\
00626 MSG: arm_navigation_msgs/CollisionOperation\n\
00627 # A definition of a collision operation\n\
00628 # E.g. (\"gripper\",COLLISION_SET_ALL,ENABLE) will enable collisions \n\
00629 # between the gripper and all objects in the collision space\n\
00630 \n\
00631 string object1\n\
00632 string object2\n\
00633 string COLLISION_SET_ALL=\"all\"\n\
00634 string COLLISION_SET_OBJECTS=\"objects\"\n\
00635 string COLLISION_SET_ATTACHED_OBJECTS=\"attached\"\n\
00636 \n\
00637 # The penetration distance to which collisions are allowed. This is 0.0 by default.\n\
00638 float64 penetration_distance\n\
00639 \n\
00640 # Flag that determines whether collisions will be enabled or disabled for the pair of objects specified above\n\
00641 int32 operation\n\
00642 int32 DISABLE=0\n\
00643 int32 ENABLE=1\n\
00644 \n\
00645 ================================================================================\n\
00646 MSG: arm_navigation_msgs/MoveArmActionResult\n\
00647 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00648 \n\
00649 Header header\n\
00650 actionlib_msgs/GoalStatus status\n\
00651 MoveArmResult result\n\
00652 \n\
00653 ================================================================================\n\
00654 MSG: actionlib_msgs/GoalStatus\n\
00655 GoalID goal_id\n\
00656 uint8 status\n\
00657 uint8 PENDING         = 0   # The goal has yet to be processed by the action server\n\
00658 uint8 ACTIVE          = 1   # The goal is currently being processed by the action server\n\
00659 uint8 PREEMPTED       = 2   # The goal received a cancel request after it started executing\n\
00660                             #   and has since completed its execution (Terminal State)\n\
00661 uint8 SUCCEEDED       = 3   # The goal was achieved successfully by the action server (Terminal State)\n\
00662 uint8 ABORTED         = 4   # The goal was aborted during execution by the action server due\n\
00663                             #    to some failure (Terminal State)\n\
00664 uint8 REJECTED        = 5   # The goal was rejected by the action server without being processed,\n\
00665                             #    because the goal was unattainable or invalid (Terminal State)\n\
00666 uint8 PREEMPTING      = 6   # The goal received a cancel request after it started executing\n\
00667                             #    and has not yet completed execution\n\
00668 uint8 RECALLING       = 7   # The goal received a cancel request before it started executing,\n\
00669                             #    but the action server has not yet confirmed that the goal is canceled\n\
00670 uint8 RECALLED        = 8   # The goal received a cancel request before it started executing\n\
00671                             #    and was successfully cancelled (Terminal State)\n\
00672 uint8 LOST            = 9   # An action client can determine that a goal is LOST. This should not be\n\
00673                             #    sent over the wire by an action server\n\
00674 \n\
00675 #Allow for the user to associate a string with GoalStatus for debugging\n\
00676 string text\n\
00677 \n\
00678 \n\
00679 ================================================================================\n\
00680 MSG: arm_navigation_msgs/MoveArmResult\n\
00681 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00682 # An error code reflecting what went wrong\n\
00683 ArmNavigationErrorCodes error_code\n\
00684 \n\
00685 ContactInformation[] contacts\n\
00686 \n\
00687 ================================================================================\n\
00688 MSG: arm_navigation_msgs/ArmNavigationErrorCodes\n\
00689 int32 val\n\
00690 \n\
00691 # overall behavior\n\
00692 int32 PLANNING_FAILED=-1\n\
00693 int32 SUCCESS=1\n\
00694 int32 TIMED_OUT=-2\n\
00695 \n\
00696 # start state errors\n\
00697 int32 START_STATE_IN_COLLISION=-3\n\
00698 int32 START_STATE_VIOLATES_PATH_CONSTRAINTS=-4\n\
00699 \n\
00700 # goal errors\n\
00701 int32 GOAL_IN_COLLISION=-5\n\
00702 int32 GOAL_VIOLATES_PATH_CONSTRAINTS=-6\n\
00703 \n\
00704 # robot state\n\
00705 int32 INVALID_ROBOT_STATE=-7\n\
00706 int32 INCOMPLETE_ROBOT_STATE=-8\n\
00707 \n\
00708 # planning request errors\n\
00709 int32 INVALID_PLANNER_ID=-9\n\
00710 int32 INVALID_NUM_PLANNING_ATTEMPTS=-10\n\
00711 int32 INVALID_ALLOWED_PLANNING_TIME=-11\n\
00712 int32 INVALID_GROUP_NAME=-12\n\
00713 int32 INVALID_GOAL_JOINT_CONSTRAINTS=-13\n\
00714 int32 INVALID_GOAL_POSITION_CONSTRAINTS=-14\n\
00715 int32 INVALID_GOAL_ORIENTATION_CONSTRAINTS=-15\n\
00716 int32 INVALID_PATH_JOINT_CONSTRAINTS=-16\n\
00717 int32 INVALID_PATH_POSITION_CONSTRAINTS=-17\n\
00718 int32 INVALID_PATH_ORIENTATION_CONSTRAINTS=-18\n\
00719 \n\
00720 # state/trajectory monitor errors\n\
00721 int32 INVALID_TRAJECTORY=-19\n\
00722 int32 INVALID_INDEX=-20\n\
00723 int32 JOINT_LIMITS_VIOLATED=-21\n\
00724 int32 PATH_CONSTRAINTS_VIOLATED=-22\n\
00725 int32 COLLISION_CONSTRAINTS_VIOLATED=-23\n\
00726 int32 GOAL_CONSTRAINTS_VIOLATED=-24\n\
00727 int32 JOINTS_NOT_MOVING=-25\n\
00728 int32 TRAJECTORY_CONTROLLER_FAILED=-26\n\
00729 \n\
00730 # system errors\n\
00731 int32 FRAME_TRANSFORM_FAILURE=-27\n\
00732 int32 COLLISION_CHECKING_UNAVAILABLE=-28\n\
00733 int32 ROBOT_STATE_STALE=-29\n\
00734 int32 SENSOR_INFO_STALE=-30\n\
00735 \n\
00736 # kinematics errors\n\
00737 int32 NO_IK_SOLUTION=-31\n\
00738 int32 INVALID_LINK_NAME=-32\n\
00739 int32 IK_LINK_IN_COLLISION=-33\n\
00740 int32 NO_FK_SOLUTION=-34\n\
00741 int32 KINEMATICS_STATE_IN_COLLISION=-35\n\
00742 \n\
00743 # general errors\n\
00744 int32 INVALID_TIMEOUT=-36\n\
00745 \n\
00746 \n\
00747 ================================================================================\n\
00748 MSG: arm_navigation_msgs/ContactInformation\n\
00749 # Standard ROS header contains information \n\
00750 # about the frame in which this \n\
00751 # contact is specified\n\
00752 Header header\n\
00753 \n\
00754 # Position of the contact point\n\
00755 geometry_msgs/Point position\n\
00756 \n\
00757 # Normal corresponding to the contact point\n\
00758 geometry_msgs/Vector3 normal \n\
00759 \n\
00760 # Depth of contact point\n\
00761 float64 depth\n\
00762 \n\
00763 # Name of the first body that is in contact\n\
00764 # This could be a link or a namespace that represents a body\n\
00765 string contact_body_1\n\
00766 string attached_body_1\n\
00767 uint32 body_type_1\n\
00768 \n\
00769 # Name of the second body that is in contact\n\
00770 # This could be a link or a namespace that represents a body\n\
00771 string contact_body_2\n\
00772 string attached_body_2\n\
00773 uint32 body_type_2\n\
00774 \n\
00775 uint32 ROBOT_LINK=0\n\
00776 uint32 OBJECT=1\n\
00777 uint32 ATTACHED_BODY=2\n\
00778 ================================================================================\n\
00779 MSG: arm_navigation_msgs/MoveArmActionFeedback\n\
00780 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00781 \n\
00782 Header header\n\
00783 actionlib_msgs/GoalStatus status\n\
00784 MoveArmFeedback feedback\n\
00785 \n\
00786 ================================================================================\n\
00787 MSG: arm_navigation_msgs/MoveArmFeedback\n\
00788 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00789 # The internal state that the move arm action currently is in\n\
00790 string state\n\
00791 \n\
00792 # Time to completion - this is a combination of requested planning time and trajectory completion time\n\
00793 duration time_to_completion\n\
00794 \n\
00795 \n\
00796 ";
00797   }
00798 
00799   static const char* value(const  ::arm_navigation_msgs::MoveArmAction_<ContainerAllocator> &) { return value(); } 
00800 };
00801 
00802 } // namespace message_traits
00803 } // namespace ros
00804 
00805 namespace ros
00806 {
00807 namespace serialization
00808 {
00809 
00810 template<class ContainerAllocator> struct Serializer< ::arm_navigation_msgs::MoveArmAction_<ContainerAllocator> >
00811 {
00812   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00813   {
00814     stream.next(m.action_goal);
00815     stream.next(m.action_result);
00816     stream.next(m.action_feedback);
00817   }
00818 
00819   ROS_DECLARE_ALLINONE_SERIALIZER;
00820 }; // struct MoveArmAction_
00821 } // namespace serialization
00822 } // namespace ros
00823 
00824 namespace ros
00825 {
00826 namespace message_operations
00827 {
00828 
00829 template<class ContainerAllocator>
00830 struct Printer< ::arm_navigation_msgs::MoveArmAction_<ContainerAllocator> >
00831 {
00832   template<typename Stream> static void stream(Stream& s, const std::string& indent, const  ::arm_navigation_msgs::MoveArmAction_<ContainerAllocator> & v) 
00833   {
00834     s << indent << "action_goal: ";
00835 s << std::endl;
00836     Printer< ::arm_navigation_msgs::MoveArmActionGoal_<ContainerAllocator> >::stream(s, indent + "  ", v.action_goal);
00837     s << indent << "action_result: ";
00838 s << std::endl;
00839     Printer< ::arm_navigation_msgs::MoveArmActionResult_<ContainerAllocator> >::stream(s, indent + "  ", v.action_result);
00840     s << indent << "action_feedback: ";
00841 s << std::endl;
00842     Printer< ::arm_navigation_msgs::MoveArmActionFeedback_<ContainerAllocator> >::stream(s, indent + "  ", v.action_feedback);
00843   }
00844 };
00845 
00846 
00847 } // namespace message_operations
00848 } // namespace ros
00849 
00850 #endif // ARM_NAVIGATION_MSGS_MESSAGE_MOVEARMACTION_H
00851 


arm_navigation_msgs
Author(s): Gil Jones
autogenerated on Thu Dec 12 2013 11:08:10