MoveArmActionGoal.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/MoveArmActionGoal.msg */
00002 #ifndef ARM_NAVIGATION_MSGS_MESSAGE_MOVEARMACTIONGOAL_H
00003 #define ARM_NAVIGATION_MSGS_MESSAGE_MOVEARMACTIONGOAL_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 "std_msgs/Header.h"
00018 #include "actionlib_msgs/GoalID.h"
00019 #include "arm_navigation_msgs/MoveArmGoal.h"
00020 
00021 namespace arm_navigation_msgs
00022 {
00023 template <class ContainerAllocator>
00024 struct MoveArmActionGoal_ {
00025   typedef MoveArmActionGoal_<ContainerAllocator> Type;
00026 
00027   MoveArmActionGoal_()
00028   : header()
00029   , goal_id()
00030   , goal()
00031   {
00032   }
00033 
00034   MoveArmActionGoal_(const ContainerAllocator& _alloc)
00035   : header(_alloc)
00036   , goal_id(_alloc)
00037   , goal(_alloc)
00038   {
00039   }
00040 
00041   typedef  ::std_msgs::Header_<ContainerAllocator>  _header_type;
00042    ::std_msgs::Header_<ContainerAllocator>  header;
00043 
00044   typedef  ::actionlib_msgs::GoalID_<ContainerAllocator>  _goal_id_type;
00045    ::actionlib_msgs::GoalID_<ContainerAllocator>  goal_id;
00046 
00047   typedef  ::arm_navigation_msgs::MoveArmGoal_<ContainerAllocator>  _goal_type;
00048    ::arm_navigation_msgs::MoveArmGoal_<ContainerAllocator>  goal;
00049 
00050 
00051   typedef boost::shared_ptr< ::arm_navigation_msgs::MoveArmActionGoal_<ContainerAllocator> > Ptr;
00052   typedef boost::shared_ptr< ::arm_navigation_msgs::MoveArmActionGoal_<ContainerAllocator>  const> ConstPtr;
00053   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00054 }; // struct MoveArmActionGoal
00055 typedef  ::arm_navigation_msgs::MoveArmActionGoal_<std::allocator<void> > MoveArmActionGoal;
00056 
00057 typedef boost::shared_ptr< ::arm_navigation_msgs::MoveArmActionGoal> MoveArmActionGoalPtr;
00058 typedef boost::shared_ptr< ::arm_navigation_msgs::MoveArmActionGoal const> MoveArmActionGoalConstPtr;
00059 
00060 
00061 template<typename ContainerAllocator>
00062 std::ostream& operator<<(std::ostream& s, const  ::arm_navigation_msgs::MoveArmActionGoal_<ContainerAllocator> & v)
00063 {
00064   ros::message_operations::Printer< ::arm_navigation_msgs::MoveArmActionGoal_<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::MoveArmActionGoal_<ContainerAllocator> > : public TrueType {};
00074 template<class ContainerAllocator> struct IsMessage< ::arm_navigation_msgs::MoveArmActionGoal_<ContainerAllocator>  const> : public TrueType {};
00075 template<class ContainerAllocator>
00076 struct MD5Sum< ::arm_navigation_msgs::MoveArmActionGoal_<ContainerAllocator> > {
00077   static const char* value() 
00078   {
00079     return "d560cc046d6b5e8bf3f70a960054d6c6";
00080   }
00081 
00082   static const char* value(const  ::arm_navigation_msgs::MoveArmActionGoal_<ContainerAllocator> &) { return value(); } 
00083   static const uint64_t static_value1 = 0xd560cc046d6b5e8bULL;
00084   static const uint64_t static_value2 = 0xf3f70a960054d6c6ULL;
00085 };
00086 
00087 template<class ContainerAllocator>
00088 struct DataType< ::arm_navigation_msgs::MoveArmActionGoal_<ContainerAllocator> > {
00089   static const char* value() 
00090   {
00091     return "arm_navigation_msgs/MoveArmActionGoal";
00092   }
00093 
00094   static const char* value(const  ::arm_navigation_msgs::MoveArmActionGoal_<ContainerAllocator> &) { return value(); } 
00095 };
00096 
00097 template<class ContainerAllocator>
00098 struct Definition< ::arm_navigation_msgs::MoveArmActionGoal_<ContainerAllocator> > {
00099   static const char* value() 
00100   {
00101     return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00102 \n\
00103 Header header\n\
00104 actionlib_msgs/GoalID goal_id\n\
00105 MoveArmGoal goal\n\
00106 \n\
00107 ================================================================================\n\
00108 MSG: std_msgs/Header\n\
00109 # Standard metadata for higher-level stamped data types.\n\
00110 # This is generally used to communicate timestamped data \n\
00111 # in a particular coordinate frame.\n\
00112 # \n\
00113 # sequence ID: consecutively increasing ID \n\
00114 uint32 seq\n\
00115 #Two-integer timestamp that is expressed as:\n\
00116 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00117 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00118 # time-handling sugar is provided by the client library\n\
00119 time stamp\n\
00120 #Frame this data is associated with\n\
00121 # 0: no frame\n\
00122 # 1: global frame\n\
00123 string frame_id\n\
00124 \n\
00125 ================================================================================\n\
00126 MSG: actionlib_msgs/GoalID\n\
00127 # The stamp should store the time at which this goal was requested.\n\
00128 # It is used by an action server when it tries to preempt all\n\
00129 # goals that were requested before a certain time\n\
00130 time stamp\n\
00131 \n\
00132 # The id provides a way to associate feedback and\n\
00133 # result message with specific goal requests. The id\n\
00134 # specified must be unique.\n\
00135 string id\n\
00136 \n\
00137 \n\
00138 ================================================================================\n\
00139 MSG: arm_navigation_msgs/MoveArmGoal\n\
00140 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00141 # Service name to call for getting a motion plan\n\
00142 # Move arm will call a service on this service name \n\
00143 # using the MotionPlanRequest specified here\n\
00144 string planner_service_name\n\
00145 \n\
00146 # A planning scene diff\n\
00147 PlanningScene planning_scene_diff\n\
00148 \n\
00149 # A motion planning request\n\
00150 MotionPlanRequest motion_plan_request\n\
00151 \n\
00152 # OPTIONAL: Diff uses ordered collision operations in addition to allowed_collision_matrix\n\
00153 arm_navigation_msgs/OrderedCollisionOperations operations\n\
00154 \n\
00155 # OPTIONAL flag\n\
00156 # Setting this flag to true will allow move_arm to accept plans that do not go all the way to the goal\n\
00157 bool accept_partial_plans\n\
00158 \n\
00159 # OPTIONAL flag\n\
00160 # Setting this flag to true will allow move_arm to accept invalid goals\n\
00161 # This is useful if you are using a planner like CHOMP along with a noisy rapidly changing collision map\n\
00162 # and you would like to plan to a goal near an object.\n\
00163 bool accept_invalid_goals\n\
00164 \n\
00165 # OPTIONAL flag\n\
00166 # Setting this flag to true will disable the call to IK for a pose goal\n\
00167 bool disable_ik\n\
00168 \n\
00169 # OPTIONAL flag\n\
00170 # Setting this flag to true will disable collision monitoring during execution of a trajectory\n\
00171 bool disable_collision_monitoring\n\
00172 \n\
00173 ================================================================================\n\
00174 MSG: arm_navigation_msgs/PlanningScene\n\
00175 #full robot state\n\
00176 arm_navigation_msgs/RobotState robot_state\n\
00177 \n\
00178 #additional frames for duplicating tf\n\
00179 geometry_msgs/TransformStamped[] fixed_frame_transforms\n\
00180 \n\
00181 #full allowed collision matrix\n\
00182 AllowedCollisionMatrix allowed_collision_matrix\n\
00183 \n\
00184 #allowed contacts\n\
00185 arm_navigation_msgs/AllowedContactSpecification[] allowed_contacts\n\
00186 \n\
00187 #all link paddings\n\
00188 arm_navigation_msgs/LinkPadding[] link_padding\n\
00189 \n\
00190 #collision objects\n\
00191 arm_navigation_msgs/CollisionObject[] collision_objects\n\
00192 arm_navigation_msgs/AttachedCollisionObject[] attached_collision_objects\n\
00193 \n\
00194 #the collision map\n\
00195 arm_navigation_msgs/CollisionMap collision_map\n\
00196 \n\
00197 ================================================================================\n\
00198 MSG: arm_navigation_msgs/RobotState\n\
00199 # This message contains information about the robot state, i.e. the positions of its joints and links\n\
00200 sensor_msgs/JointState joint_state\n\
00201 arm_navigation_msgs/MultiDOFJointState multi_dof_joint_state\n\
00202 \n\
00203 ================================================================================\n\
00204 MSG: sensor_msgs/JointState\n\
00205 # This is a message that holds data to describe the state of a set of torque controlled joints. \n\
00206 #\n\
00207 # The state of each joint (revolute or prismatic) is defined by:\n\
00208 #  * the position of the joint (rad or m),\n\
00209 #  * the velocity of the joint (rad/s or m/s) and \n\
00210 #  * the effort that is applied in the joint (Nm or N).\n\
00211 #\n\
00212 # Each joint is uniquely identified by its name\n\
00213 # The header specifies the time at which the joint states were recorded. All the joint states\n\
00214 # in one message have to be recorded at the same time.\n\
00215 #\n\
00216 # This message consists of a multiple arrays, one for each part of the joint state. \n\
00217 # The goal is to make each of the fields optional. When e.g. your joints have no\n\
00218 # effort associated with them, you can leave the effort array empty. \n\
00219 #\n\
00220 # All arrays in this message should have the same size, or be empty.\n\
00221 # This is the only way to uniquely associate the joint name with the correct\n\
00222 # states.\n\
00223 \n\
00224 \n\
00225 Header header\n\
00226 \n\
00227 string[] name\n\
00228 float64[] position\n\
00229 float64[] velocity\n\
00230 float64[] effort\n\
00231 \n\
00232 ================================================================================\n\
00233 MSG: arm_navigation_msgs/MultiDOFJointState\n\
00234 #A representation of a multi-dof joint state\n\
00235 time stamp\n\
00236 string[] joint_names\n\
00237 string[] frame_ids\n\
00238 string[] child_frame_ids\n\
00239 geometry_msgs/Pose[] poses\n\
00240 \n\
00241 ================================================================================\n\
00242 MSG: geometry_msgs/Pose\n\
00243 # A representation of pose in free space, composed of postion and orientation. \n\
00244 Point position\n\
00245 Quaternion orientation\n\
00246 \n\
00247 ================================================================================\n\
00248 MSG: geometry_msgs/Point\n\
00249 # This contains the position of a point in free space\n\
00250 float64 x\n\
00251 float64 y\n\
00252 float64 z\n\
00253 \n\
00254 ================================================================================\n\
00255 MSG: geometry_msgs/Quaternion\n\
00256 # This represents an orientation in free space in quaternion form.\n\
00257 \n\
00258 float64 x\n\
00259 float64 y\n\
00260 float64 z\n\
00261 float64 w\n\
00262 \n\
00263 ================================================================================\n\
00264 MSG: geometry_msgs/TransformStamped\n\
00265 # This expresses a transform from coordinate frame header.frame_id\n\
00266 # to the coordinate frame child_frame_id\n\
00267 #\n\
00268 # This message is mostly used by the \n\
00269 # <a href=\"http://www.ros.org/wiki/tf\">tf</a> package. \n\
00270 # See it's documentation for more information.\n\
00271 \n\
00272 Header header\n\
00273 string child_frame_id # the frame id of the child frame\n\
00274 Transform transform\n\
00275 \n\
00276 ================================================================================\n\
00277 MSG: geometry_msgs/Transform\n\
00278 # This represents the transform between two coordinate frames in free space.\n\
00279 \n\
00280 Vector3 translation\n\
00281 Quaternion rotation\n\
00282 \n\
00283 ================================================================================\n\
00284 MSG: geometry_msgs/Vector3\n\
00285 # This represents a vector in free space. \n\
00286 \n\
00287 float64 x\n\
00288 float64 y\n\
00289 float64 z\n\
00290 ================================================================================\n\
00291 MSG: arm_navigation_msgs/AllowedCollisionMatrix\n\
00292 # the list of link names in the matrix\n\
00293 string[] link_names\n\
00294 \n\
00295 # the individual entries in the allowed collision matrix\n\
00296 # symmetric, with same order as link_names\n\
00297 AllowedCollisionEntry[] entries\n\
00298 \n\
00299 ================================================================================\n\
00300 MSG: arm_navigation_msgs/AllowedCollisionEntry\n\
00301 # whether or not collision checking is enabled\n\
00302 bool[] enabled\n\
00303 \n\
00304 ================================================================================\n\
00305 MSG: arm_navigation_msgs/AllowedContactSpecification\n\
00306 # The names of the regions\n\
00307 string name\n\
00308 \n\
00309 # The shape of the region in the environment\n\
00310 arm_navigation_msgs/Shape shape\n\
00311 \n\
00312 # The pose of the space defining the region\n\
00313 geometry_msgs/PoseStamped pose_stamped\n\
00314 \n\
00315 # The set of links that will be allowed to have penetration contact within this region\n\
00316 string[] link_names\n\
00317 \n\
00318 # The maximum penetration depth allowed for every link\n\
00319 float64 penetration_depth\n\
00320 \n\
00321 ================================================================================\n\
00322 MSG: arm_navigation_msgs/Shape\n\
00323 byte SPHERE=0\n\
00324 byte BOX=1\n\
00325 byte CYLINDER=2\n\
00326 byte MESH=3\n\
00327 \n\
00328 byte type\n\
00329 \n\
00330 \n\
00331 #### define sphere, box, cylinder ####\n\
00332 # the origin of each shape is considered at the shape's center\n\
00333 \n\
00334 # for sphere\n\
00335 # radius := dimensions[0]\n\
00336 \n\
00337 # for cylinder\n\
00338 # radius := dimensions[0]\n\
00339 # length := dimensions[1]\n\
00340 # the length is along the Z axis\n\
00341 \n\
00342 # for box\n\
00343 # size_x := dimensions[0]\n\
00344 # size_y := dimensions[1]\n\
00345 # size_z := dimensions[2]\n\
00346 float64[] dimensions\n\
00347 \n\
00348 \n\
00349 #### define mesh ####\n\
00350 \n\
00351 # list of triangles; triangle k is defined by tre vertices located\n\
00352 # at indices triangles[3k], triangles[3k+1], triangles[3k+2]\n\
00353 int32[] triangles\n\
00354 geometry_msgs/Point[] vertices\n\
00355 \n\
00356 ================================================================================\n\
00357 MSG: geometry_msgs/PoseStamped\n\
00358 # A Pose with reference coordinate frame and timestamp\n\
00359 Header header\n\
00360 Pose pose\n\
00361 \n\
00362 ================================================================================\n\
00363 MSG: arm_navigation_msgs/LinkPadding\n\
00364 #name for the link\n\
00365 string link_name\n\
00366 \n\
00367 # padding to apply to the link\n\
00368 float64 padding\n\
00369 \n\
00370 ================================================================================\n\
00371 MSG: arm_navigation_msgs/CollisionObject\n\
00372 # a header, used for interpreting the poses\n\
00373 Header header\n\
00374 \n\
00375 # the id of the object\n\
00376 string id\n\
00377 \n\
00378 # The padding used for filtering points near the object.\n\
00379 # This does not affect collision checking for the object.  \n\
00380 # Set to negative to get zero padding.\n\
00381 float32 padding\n\
00382 \n\
00383 #This contains what is to be done with the object\n\
00384 CollisionObjectOperation operation\n\
00385 \n\
00386 #the shapes associated with the object\n\
00387 arm_navigation_msgs/Shape[] shapes\n\
00388 \n\
00389 #the poses associated with the shapes - will be transformed using the header\n\
00390 geometry_msgs/Pose[] poses\n\
00391 \n\
00392 ================================================================================\n\
00393 MSG: arm_navigation_msgs/CollisionObjectOperation\n\
00394 #Puts the object into the environment\n\
00395 #or updates the object if already added\n\
00396 byte ADD=0\n\
00397 \n\
00398 #Removes the object from the environment entirely\n\
00399 byte REMOVE=1\n\
00400 \n\
00401 #Only valid within the context of a CollisionAttachedObject message\n\
00402 #Will be ignored if sent with an CollisionObject message\n\
00403 #Takes an attached object, detaches from the attached link\n\
00404 #But adds back in as regular object\n\
00405 byte DETACH_AND_ADD_AS_OBJECT=2\n\
00406 \n\
00407 #Only valid within the context of a CollisionAttachedObject message\n\
00408 #Will be ignored if sent with an CollisionObject message\n\
00409 #Takes current object in the environment and removes it as\n\
00410 #a regular object\n\
00411 byte ATTACH_AND_REMOVE_AS_OBJECT=3\n\
00412 \n\
00413 # Byte code for operation\n\
00414 byte operation\n\
00415 \n\
00416 ================================================================================\n\
00417 MSG: arm_navigation_msgs/AttachedCollisionObject\n\
00418 # The CollisionObject will be attached with a fixed joint to this link\n\
00419 # If link name is set to REMOVE_ALL_ATTACHED_OBJECTS and object.operation \n\
00420 # is set to REMOVE will remove all attached bodies attached to any object\n\
00421 string link_name\n\
00422 \n\
00423 #Reserved for indicating that all attached objects should be removed\n\
00424 string REMOVE_ALL_ATTACHED_OBJECTS = \"all\"\n\
00425 \n\
00426 #This contains the actual shapes and poses for the CollisionObject\n\
00427 #to be attached to the link\n\
00428 #If action is remove and no object.id is set, all objects\n\
00429 #attached to the link indicated by link_name will be removed\n\
00430 CollisionObject object\n\
00431 \n\
00432 # The set of links that the attached objects are allowed to touch\n\
00433 # by default - the link_name is included by default\n\
00434 string[] touch_links\n\
00435 \n\
00436 ================================================================================\n\
00437 MSG: arm_navigation_msgs/CollisionMap\n\
00438 #header for interpreting box positions\n\
00439 Header header\n\
00440 \n\
00441 #boxes for use in collision testing\n\
00442 OrientedBoundingBox[] boxes\n\
00443 \n\
00444 ================================================================================\n\
00445 MSG: arm_navigation_msgs/OrientedBoundingBox\n\
00446 #the center of the box\n\
00447 geometry_msgs/Point32 center\n\
00448 \n\
00449 #the extents of the box, assuming the center is at the point\n\
00450 geometry_msgs/Point32 extents\n\
00451 \n\
00452 #the axis of the box\n\
00453 geometry_msgs/Point32 axis\n\
00454 \n\
00455 #the angle of rotation around the axis\n\
00456 float32 angle\n\
00457 \n\
00458 ================================================================================\n\
00459 MSG: geometry_msgs/Point32\n\
00460 # This contains the position of a point in free space(with 32 bits of precision).\n\
00461 # It is recommeded to use Point wherever possible instead of Point32.  \n\
00462 # \n\
00463 # This recommendation is to promote interoperability.  \n\
00464 #\n\
00465 # This message is designed to take up less space when sending\n\
00466 # lots of points at once, as in the case of a PointCloud.  \n\
00467 \n\
00468 float32 x\n\
00469 float32 y\n\
00470 float32 z\n\
00471 ================================================================================\n\
00472 MSG: arm_navigation_msgs/MotionPlanRequest\n\
00473 # This service contains the definition for a request to the motion\n\
00474 # planner and the output it provides\n\
00475 \n\
00476 # Parameters for the workspace that the planner should work inside\n\
00477 arm_navigation_msgs/WorkspaceParameters workspace_parameters\n\
00478 \n\
00479 # Starting state updates. If certain joints should be considered\n\
00480 # at positions other than the current ones, these positions should\n\
00481 # be set here\n\
00482 arm_navigation_msgs/RobotState start_state\n\
00483 \n\
00484 # The goal state for the model to plan for. The goal is achieved\n\
00485 # if all constraints are satisfied\n\
00486 arm_navigation_msgs/Constraints goal_constraints\n\
00487 \n\
00488 # No state at any point along the path in the produced motion plan will violate these constraints\n\
00489 arm_navigation_msgs/Constraints path_constraints\n\
00490 \n\
00491 # The name of the motion planner to use. If no name is specified,\n\
00492 # a default motion planner will be used\n\
00493 string planner_id\n\
00494 \n\
00495 # The name of the group of joints on which this planner is operating\n\
00496 string group_name\n\
00497 \n\
00498 # The number of times this plan is to be computed. Shortest solution\n\
00499 # will be reported.\n\
00500 int32 num_planning_attempts\n\
00501 \n\
00502 # The maximum amount of time the motion planner is allowed to plan for\n\
00503 duration allowed_planning_time\n\
00504 \n\
00505 # 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\
00506 duration expected_path_duration\n\
00507 duration expected_path_dt\n\
00508 \n\
00509 ================================================================================\n\
00510 MSG: arm_navigation_msgs/WorkspaceParameters\n\
00511 # This message contains a set of parameters useful in\n\
00512 # setting up the workspace for planning\n\
00513 arm_navigation_msgs/Shape  workspace_region_shape\n\
00514 geometry_msgs/PoseStamped    workspace_region_pose\n\
00515 \n\
00516 \n\
00517 ================================================================================\n\
00518 MSG: arm_navigation_msgs/Constraints\n\
00519 # This message contains a list of motion planning constraints.\n\
00520 \n\
00521 arm_navigation_msgs/JointConstraint[] joint_constraints\n\
00522 arm_navigation_msgs/PositionConstraint[] position_constraints\n\
00523 arm_navigation_msgs/OrientationConstraint[] orientation_constraints\n\
00524 arm_navigation_msgs/VisibilityConstraint[] visibility_constraints\n\
00525 \n\
00526 ================================================================================\n\
00527 MSG: arm_navigation_msgs/JointConstraint\n\
00528 # Constrain the position of a joint to be within a certain bound\n\
00529 string joint_name\n\
00530 \n\
00531 # the bound to be achieved is [position - tolerance_below, position + tolerance_above]\n\
00532 float64 position\n\
00533 float64 tolerance_above\n\
00534 float64 tolerance_below\n\
00535 \n\
00536 # A weighting factor for this constraint\n\
00537 float64 weight\n\
00538 ================================================================================\n\
00539 MSG: arm_navigation_msgs/PositionConstraint\n\
00540 # This message contains the definition of a position constraint.\n\
00541 Header header\n\
00542 \n\
00543 # The robot link this constraint refers to\n\
00544 string link_name\n\
00545 \n\
00546 # The offset (in the link frame) for the target point on the link we are planning for\n\
00547 geometry_msgs/Point target_point_offset\n\
00548 \n\
00549 # The nominal/target position for the point we are planning for\n\
00550 geometry_msgs/Point position\n\
00551 \n\
00552 # The shape of the bounded region that constrains the position of the end-effector\n\
00553 # This region is always centered at the position defined above\n\
00554 arm_navigation_msgs/Shape constraint_region_shape\n\
00555 \n\
00556 # The orientation of the bounded region that constrains the position of the end-effector. \n\
00557 # This allows the specification of non-axis aligned constraints\n\
00558 geometry_msgs/Quaternion constraint_region_orientation\n\
00559 \n\
00560 # Constraint weighting factor - a weight for this constraint\n\
00561 float64 weight\n\
00562 \n\
00563 ================================================================================\n\
00564 MSG: arm_navigation_msgs/OrientationConstraint\n\
00565 # This message contains the definition of an orientation constraint.\n\
00566 Header header\n\
00567 \n\
00568 # The robot link this constraint refers to\n\
00569 string link_name\n\
00570 \n\
00571 # The type of the constraint\n\
00572 int32 type\n\
00573 int32 LINK_FRAME=0\n\
00574 int32 HEADER_FRAME=1\n\
00575 \n\
00576 # The desired orientation of the robot link specified as a quaternion\n\
00577 geometry_msgs/Quaternion orientation\n\
00578 \n\
00579 # optional RPY error tolerances specified if \n\
00580 float64 absolute_roll_tolerance\n\
00581 float64 absolute_pitch_tolerance\n\
00582 float64 absolute_yaw_tolerance\n\
00583 \n\
00584 # Constraint weighting factor - a weight for this constraint\n\
00585 float64 weight\n\
00586 \n\
00587 ================================================================================\n\
00588 MSG: arm_navigation_msgs/VisibilityConstraint\n\
00589 # This message contains the definition of a visibility constraint.\n\
00590 Header header\n\
00591 \n\
00592 # The point stamped target that needs to be kept within view of the sensor\n\
00593 geometry_msgs/PointStamped target\n\
00594 \n\
00595 # The local pose of the frame in which visibility is to be maintained\n\
00596 # The frame id should represent the robot link to which the sensor is attached\n\
00597 # The visual axis of the sensor is assumed to be along the X axis of this frame\n\
00598 geometry_msgs/PoseStamped sensor_pose\n\
00599 \n\
00600 # The deviation (in radians) that will be tolerated\n\
00601 # Constraint error will be measured as the solid angle between the \n\
00602 # X axis of the frame defined above and the vector between the origin \n\
00603 # of the frame defined above and the target location\n\
00604 float64 absolute_tolerance\n\
00605 \n\
00606 \n\
00607 ================================================================================\n\
00608 MSG: geometry_msgs/PointStamped\n\
00609 # This represents a Point with reference coordinate frame and timestamp\n\
00610 Header header\n\
00611 Point point\n\
00612 \n\
00613 ================================================================================\n\
00614 MSG: arm_navigation_msgs/OrderedCollisionOperations\n\
00615 # A set of collision operations that will be performed in the order they are specified\n\
00616 CollisionOperation[] collision_operations\n\
00617 ================================================================================\n\
00618 MSG: arm_navigation_msgs/CollisionOperation\n\
00619 # A definition of a collision operation\n\
00620 # E.g. (\"gripper\",COLLISION_SET_ALL,ENABLE) will enable collisions \n\
00621 # between the gripper and all objects in the collision space\n\
00622 \n\
00623 string object1\n\
00624 string object2\n\
00625 string COLLISION_SET_ALL=\"all\"\n\
00626 string COLLISION_SET_OBJECTS=\"objects\"\n\
00627 string COLLISION_SET_ATTACHED_OBJECTS=\"attached\"\n\
00628 \n\
00629 # The penetration distance to which collisions are allowed. This is 0.0 by default.\n\
00630 float64 penetration_distance\n\
00631 \n\
00632 # Flag that determines whether collisions will be enabled or disabled for the pair of objects specified above\n\
00633 int32 operation\n\
00634 int32 DISABLE=0\n\
00635 int32 ENABLE=1\n\
00636 \n\
00637 ";
00638   }
00639 
00640   static const char* value(const  ::arm_navigation_msgs::MoveArmActionGoal_<ContainerAllocator> &) { return value(); } 
00641 };
00642 
00643 template<class ContainerAllocator> struct HasHeader< ::arm_navigation_msgs::MoveArmActionGoal_<ContainerAllocator> > : public TrueType {};
00644 template<class ContainerAllocator> struct HasHeader< const ::arm_navigation_msgs::MoveArmActionGoal_<ContainerAllocator> > : public TrueType {};
00645 } // namespace message_traits
00646 } // namespace ros
00647 
00648 namespace ros
00649 {
00650 namespace serialization
00651 {
00652 
00653 template<class ContainerAllocator> struct Serializer< ::arm_navigation_msgs::MoveArmActionGoal_<ContainerAllocator> >
00654 {
00655   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00656   {
00657     stream.next(m.header);
00658     stream.next(m.goal_id);
00659     stream.next(m.goal);
00660   }
00661 
00662   ROS_DECLARE_ALLINONE_SERIALIZER;
00663 }; // struct MoveArmActionGoal_
00664 } // namespace serialization
00665 } // namespace ros
00666 
00667 namespace ros
00668 {
00669 namespace message_operations
00670 {
00671 
00672 template<class ContainerAllocator>
00673 struct Printer< ::arm_navigation_msgs::MoveArmActionGoal_<ContainerAllocator> >
00674 {
00675   template<typename Stream> static void stream(Stream& s, const std::string& indent, const  ::arm_navigation_msgs::MoveArmActionGoal_<ContainerAllocator> & v) 
00676   {
00677     s << indent << "header: ";
00678 s << std::endl;
00679     Printer< ::std_msgs::Header_<ContainerAllocator> >::stream(s, indent + "  ", v.header);
00680     s << indent << "goal_id: ";
00681 s << std::endl;
00682     Printer< ::actionlib_msgs::GoalID_<ContainerAllocator> >::stream(s, indent + "  ", v.goal_id);
00683     s << indent << "goal: ";
00684 s << std::endl;
00685     Printer< ::arm_navigation_msgs::MoveArmGoal_<ContainerAllocator> >::stream(s, indent + "  ", v.goal);
00686   }
00687 };
00688 
00689 
00690 } // namespace message_operations
00691 } // namespace ros
00692 
00693 #endif // ARM_NAVIGATION_MSGS_MESSAGE_MOVEARMACTIONGOAL_H
00694 


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