00001
00002 #ifndef ARM_NAVIGATION_MSGS_MESSAGE_MOVEARMGOAL_H
00003 #define ARM_NAVIGATION_MSGS_MESSAGE_MOVEARMGOAL_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/PlanningScene.h"
00018 #include "arm_navigation_msgs/MotionPlanRequest.h"
00019 #include "arm_navigation_msgs/OrderedCollisionOperations.h"
00020
00021 namespace arm_navigation_msgs
00022 {
00023 template <class ContainerAllocator>
00024 struct MoveArmGoal_ {
00025 typedef MoveArmGoal_<ContainerAllocator> Type;
00026
00027 MoveArmGoal_()
00028 : planner_service_name()
00029 , planning_scene_diff()
00030 , motion_plan_request()
00031 , operations()
00032 , accept_partial_plans(false)
00033 , accept_invalid_goals(false)
00034 , disable_ik(false)
00035 , disable_collision_monitoring(false)
00036 {
00037 }
00038
00039 MoveArmGoal_(const ContainerAllocator& _alloc)
00040 : planner_service_name(_alloc)
00041 , planning_scene_diff(_alloc)
00042 , motion_plan_request(_alloc)
00043 , operations(_alloc)
00044 , accept_partial_plans(false)
00045 , accept_invalid_goals(false)
00046 , disable_ik(false)
00047 , disable_collision_monitoring(false)
00048 {
00049 }
00050
00051 typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > _planner_service_name_type;
00052 std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > planner_service_name;
00053
00054 typedef ::arm_navigation_msgs::PlanningScene_<ContainerAllocator> _planning_scene_diff_type;
00055 ::arm_navigation_msgs::PlanningScene_<ContainerAllocator> planning_scene_diff;
00056
00057 typedef ::arm_navigation_msgs::MotionPlanRequest_<ContainerAllocator> _motion_plan_request_type;
00058 ::arm_navigation_msgs::MotionPlanRequest_<ContainerAllocator> motion_plan_request;
00059
00060 typedef ::arm_navigation_msgs::OrderedCollisionOperations_<ContainerAllocator> _operations_type;
00061 ::arm_navigation_msgs::OrderedCollisionOperations_<ContainerAllocator> operations;
00062
00063 typedef uint8_t _accept_partial_plans_type;
00064 uint8_t accept_partial_plans;
00065
00066 typedef uint8_t _accept_invalid_goals_type;
00067 uint8_t accept_invalid_goals;
00068
00069 typedef uint8_t _disable_ik_type;
00070 uint8_t disable_ik;
00071
00072 typedef uint8_t _disable_collision_monitoring_type;
00073 uint8_t disable_collision_monitoring;
00074
00075
00076 private:
00077 static const char* __s_getDataType_() { return "arm_navigation_msgs/MoveArmGoal"; }
00078 public:
00079 ROS_DEPRECATED static const std::string __s_getDataType() { return __s_getDataType_(); }
00080
00081 ROS_DEPRECATED const std::string __getDataType() const { return __s_getDataType_(); }
00082
00083 private:
00084 static const char* __s_getMD5Sum_() { return "229373059043ad35d3ceeb2161f005d6"; }
00085 public:
00086 ROS_DEPRECATED static const std::string __s_getMD5Sum() { return __s_getMD5Sum_(); }
00087
00088 ROS_DEPRECATED const std::string __getMD5Sum() const { return __s_getMD5Sum_(); }
00089
00090 private:
00091 static const char* __s_getMessageDefinition_() { return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00092 # Service name to call for getting a motion plan\n\
00093 # Move arm will call a service on this service name \n\
00094 # using the MotionPlanRequest specified here\n\
00095 string planner_service_name\n\
00096 \n\
00097 # A planning scene diff\n\
00098 PlanningScene planning_scene_diff\n\
00099 \n\
00100 # A motion planning request\n\
00101 MotionPlanRequest motion_plan_request\n\
00102 \n\
00103 # OPTIONAL: Diff uses ordered collision operations in addition to allowed_collision_matrix\n\
00104 arm_navigation_msgs/OrderedCollisionOperations operations\n\
00105 \n\
00106 # OPTIONAL flag\n\
00107 # Setting this flag to true will allow move_arm to accept plans that do not go all the way to the goal\n\
00108 bool accept_partial_plans\n\
00109 \n\
00110 # OPTIONAL flag\n\
00111 # Setting this flag to true will allow move_arm to accept invalid goals\n\
00112 # This is useful if you are using a planner like CHOMP along with a noisy rapidly changing collision map\n\
00113 # and you would like to plan to a goal near an object.\n\
00114 bool accept_invalid_goals\n\
00115 \n\
00116 # OPTIONAL flag\n\
00117 # Setting this flag to true will disable the call to IK for a pose goal\n\
00118 bool disable_ik\n\
00119 \n\
00120 # OPTIONAL flag\n\
00121 # Setting this flag to true will disable collision monitoring during execution of a trajectory\n\
00122 bool disable_collision_monitoring\n\
00123 \n\
00124 ================================================================================\n\
00125 MSG: arm_navigation_msgs/PlanningScene\n\
00126 #full robot state\n\
00127 arm_navigation_msgs/RobotState robot_state\n\
00128 \n\
00129 #additional frames for duplicating tf\n\
00130 geometry_msgs/TransformStamped[] fixed_frame_transforms\n\
00131 \n\
00132 #full allowed collision matrix\n\
00133 AllowedCollisionMatrix allowed_collision_matrix\n\
00134 \n\
00135 #allowed contacts\n\
00136 arm_navigation_msgs/AllowedContactSpecification[] allowed_contacts\n\
00137 \n\
00138 #all link paddings\n\
00139 arm_navigation_msgs/LinkPadding[] link_padding\n\
00140 \n\
00141 #collision objects\n\
00142 arm_navigation_msgs/CollisionObject[] collision_objects\n\
00143 arm_navigation_msgs/AttachedCollisionObject[] attached_collision_objects\n\
00144 \n\
00145 #the collision map\n\
00146 arm_navigation_msgs/CollisionMap collision_map\n\
00147 \n\
00148 ================================================================================\n\
00149 MSG: arm_navigation_msgs/RobotState\n\
00150 # This message contains information about the robot state, i.e. the positions of its joints and links\n\
00151 sensor_msgs/JointState joint_state\n\
00152 arm_navigation_msgs/MultiDOFJointState multi_dof_joint_state\n\
00153 \n\
00154 ================================================================================\n\
00155 MSG: sensor_msgs/JointState\n\
00156 # This is a message that holds data to describe the state of a set of torque controlled joints. \n\
00157 #\n\
00158 # The state of each joint (revolute or prismatic) is defined by:\n\
00159 # * the position of the joint (rad or m),\n\
00160 # * the velocity of the joint (rad/s or m/s) and \n\
00161 # * the effort that is applied in the joint (Nm or N).\n\
00162 #\n\
00163 # Each joint is uniquely identified by its name\n\
00164 # The header specifies the time at which the joint states were recorded. All the joint states\n\
00165 # in one message have to be recorded at the same time.\n\
00166 #\n\
00167 # This message consists of a multiple arrays, one for each part of the joint state. \n\
00168 # The goal is to make each of the fields optional. When e.g. your joints have no\n\
00169 # effort associated with them, you can leave the effort array empty. \n\
00170 #\n\
00171 # All arrays in this message should have the same size, or be empty.\n\
00172 # This is the only way to uniquely associate the joint name with the correct\n\
00173 # states.\n\
00174 \n\
00175 \n\
00176 Header header\n\
00177 \n\
00178 string[] name\n\
00179 float64[] position\n\
00180 float64[] velocity\n\
00181 float64[] effort\n\
00182 \n\
00183 ================================================================================\n\
00184 MSG: std_msgs/Header\n\
00185 # Standard metadata for higher-level stamped data types.\n\
00186 # This is generally used to communicate timestamped data \n\
00187 # in a particular coordinate frame.\n\
00188 # \n\
00189 # sequence ID: consecutively increasing ID \n\
00190 uint32 seq\n\
00191 #Two-integer timestamp that is expressed as:\n\
00192 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00193 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00194 # time-handling sugar is provided by the client library\n\
00195 time stamp\n\
00196 #Frame this data is associated with\n\
00197 # 0: no frame\n\
00198 # 1: global frame\n\
00199 string frame_id\n\
00200 \n\
00201 ================================================================================\n\
00202 MSG: arm_navigation_msgs/MultiDOFJointState\n\
00203 #A representation of a multi-dof joint state\n\
00204 time stamp\n\
00205 string[] joint_names\n\
00206 string[] frame_ids\n\
00207 string[] child_frame_ids\n\
00208 geometry_msgs/Pose[] poses\n\
00209 \n\
00210 ================================================================================\n\
00211 MSG: geometry_msgs/Pose\n\
00212 # A representation of pose in free space, composed of postion and orientation. \n\
00213 Point position\n\
00214 Quaternion orientation\n\
00215 \n\
00216 ================================================================================\n\
00217 MSG: geometry_msgs/Point\n\
00218 # This contains the position of a point in free space\n\
00219 float64 x\n\
00220 float64 y\n\
00221 float64 z\n\
00222 \n\
00223 ================================================================================\n\
00224 MSG: geometry_msgs/Quaternion\n\
00225 # This represents an orientation in free space in quaternion form.\n\
00226 \n\
00227 float64 x\n\
00228 float64 y\n\
00229 float64 z\n\
00230 float64 w\n\
00231 \n\
00232 ================================================================================\n\
00233 MSG: geometry_msgs/TransformStamped\n\
00234 # This expresses a transform from coordinate frame header.frame_id\n\
00235 # to the coordinate frame child_frame_id\n\
00236 #\n\
00237 # This message is mostly used by the \n\
00238 # <a href=\"http://www.ros.org/wiki/tf\">tf</a> package. \n\
00239 # See it's documentation for more information.\n\
00240 \n\
00241 Header header\n\
00242 string child_frame_id # the frame id of the child frame\n\
00243 Transform transform\n\
00244 \n\
00245 ================================================================================\n\
00246 MSG: geometry_msgs/Transform\n\
00247 # This represents the transform between two coordinate frames in free space.\n\
00248 \n\
00249 Vector3 translation\n\
00250 Quaternion rotation\n\
00251 \n\
00252 ================================================================================\n\
00253 MSG: geometry_msgs/Vector3\n\
00254 # This represents a vector in free space. \n\
00255 \n\
00256 float64 x\n\
00257 float64 y\n\
00258 float64 z\n\
00259 ================================================================================\n\
00260 MSG: arm_navigation_msgs/AllowedCollisionMatrix\n\
00261 # the list of link names in the matrix\n\
00262 string[] link_names\n\
00263 \n\
00264 # the individual entries in the allowed collision matrix\n\
00265 # symmetric, with same order as link_names\n\
00266 AllowedCollisionEntry[] entries\n\
00267 \n\
00268 ================================================================================\n\
00269 MSG: arm_navigation_msgs/AllowedCollisionEntry\n\
00270 # whether or not collision checking is enabled\n\
00271 bool[] enabled\n\
00272 \n\
00273 ================================================================================\n\
00274 MSG: arm_navigation_msgs/AllowedContactSpecification\n\
00275 # The names of the regions\n\
00276 string name\n\
00277 \n\
00278 # The shape of the region in the environment\n\
00279 arm_navigation_msgs/Shape shape\n\
00280 \n\
00281 # The pose of the space defining the region\n\
00282 geometry_msgs/PoseStamped pose_stamped\n\
00283 \n\
00284 # The set of links that will be allowed to have penetration contact within this region\n\
00285 string[] link_names\n\
00286 \n\
00287 # The maximum penetration depth allowed for every link\n\
00288 float64 penetration_depth\n\
00289 \n\
00290 ================================================================================\n\
00291 MSG: arm_navigation_msgs/Shape\n\
00292 byte SPHERE=0\n\
00293 byte BOX=1\n\
00294 byte CYLINDER=2\n\
00295 byte MESH=3\n\
00296 \n\
00297 byte type\n\
00298 \n\
00299 \n\
00300 #### define sphere, box, cylinder ####\n\
00301 # the origin of each shape is considered at the shape's center\n\
00302 \n\
00303 # for sphere\n\
00304 # radius := dimensions[0]\n\
00305 \n\
00306 # for cylinder\n\
00307 # radius := dimensions[0]\n\
00308 # length := dimensions[1]\n\
00309 # the length is along the Z axis\n\
00310 \n\
00311 # for box\n\
00312 # size_x := dimensions[0]\n\
00313 # size_y := dimensions[1]\n\
00314 # size_z := dimensions[2]\n\
00315 float64[] dimensions\n\
00316 \n\
00317 \n\
00318 #### define mesh ####\n\
00319 \n\
00320 # list of triangles; triangle k is defined by tre vertices located\n\
00321 # at indices triangles[3k], triangles[3k+1], triangles[3k+2]\n\
00322 int32[] triangles\n\
00323 geometry_msgs/Point[] vertices\n\
00324 \n\
00325 ================================================================================\n\
00326 MSG: geometry_msgs/PoseStamped\n\
00327 # A Pose with reference coordinate frame and timestamp\n\
00328 Header header\n\
00329 Pose pose\n\
00330 \n\
00331 ================================================================================\n\
00332 MSG: arm_navigation_msgs/LinkPadding\n\
00333 #name for the link\n\
00334 string link_name\n\
00335 \n\
00336 # padding to apply to the link\n\
00337 float64 padding\n\
00338 \n\
00339 ================================================================================\n\
00340 MSG: arm_navigation_msgs/CollisionObject\n\
00341 # a header, used for interpreting the poses\n\
00342 Header header\n\
00343 \n\
00344 # the id of the object\n\
00345 string id\n\
00346 \n\
00347 # The padding used for filtering points near the object.\n\
00348 # This does not affect collision checking for the object. \n\
00349 # Set to negative to get zero padding.\n\
00350 float32 padding\n\
00351 \n\
00352 #This contains what is to be done with the object\n\
00353 CollisionObjectOperation operation\n\
00354 \n\
00355 #the shapes associated with the object\n\
00356 arm_navigation_msgs/Shape[] shapes\n\
00357 \n\
00358 #the poses associated with the shapes - will be transformed using the header\n\
00359 geometry_msgs/Pose[] poses\n\
00360 \n\
00361 ================================================================================\n\
00362 MSG: arm_navigation_msgs/CollisionObjectOperation\n\
00363 #Puts the object into the environment\n\
00364 #or updates the object if already added\n\
00365 byte ADD=0\n\
00366 \n\
00367 #Removes the object from the environment entirely\n\
00368 byte REMOVE=1\n\
00369 \n\
00370 #Only valid within the context of a CollisionAttachedObject message\n\
00371 #Will be ignored if sent with an CollisionObject message\n\
00372 #Takes an attached object, detaches from the attached link\n\
00373 #But adds back in as regular object\n\
00374 byte DETACH_AND_ADD_AS_OBJECT=2\n\
00375 \n\
00376 #Only valid within the context of a CollisionAttachedObject message\n\
00377 #Will be ignored if sent with an CollisionObject message\n\
00378 #Takes current object in the environment and removes it as\n\
00379 #a regular object\n\
00380 byte ATTACH_AND_REMOVE_AS_OBJECT=3\n\
00381 \n\
00382 # Byte code for operation\n\
00383 byte operation\n\
00384 \n\
00385 ================================================================================\n\
00386 MSG: arm_navigation_msgs/AttachedCollisionObject\n\
00387 # The CollisionObject will be attached with a fixed joint to this link\n\
00388 # If link name is set to REMOVE_ALL_ATTACHED_OBJECTS and object.operation \n\
00389 # is set to REMOVE will remove all attached bodies attached to any object\n\
00390 string link_name\n\
00391 \n\
00392 #Reserved for indicating that all attached objects should be removed\n\
00393 string REMOVE_ALL_ATTACHED_OBJECTS = \"all\"\n\
00394 \n\
00395 #This contains the actual shapes and poses for the CollisionObject\n\
00396 #to be attached to the link\n\
00397 #If action is remove and no object.id is set, all objects\n\
00398 #attached to the link indicated by link_name will be removed\n\
00399 CollisionObject object\n\
00400 \n\
00401 # The set of links that the attached objects are allowed to touch\n\
00402 # by default - the link_name is included by default\n\
00403 string[] touch_links\n\
00404 \n\
00405 ================================================================================\n\
00406 MSG: arm_navigation_msgs/CollisionMap\n\
00407 #header for interpreting box positions\n\
00408 Header header\n\
00409 \n\
00410 #boxes for use in collision testing\n\
00411 OrientedBoundingBox[] boxes\n\
00412 \n\
00413 ================================================================================\n\
00414 MSG: arm_navigation_msgs/OrientedBoundingBox\n\
00415 #the center of the box\n\
00416 geometry_msgs/Point32 center\n\
00417 \n\
00418 #the extents of the box, assuming the center is at the point\n\
00419 geometry_msgs/Point32 extents\n\
00420 \n\
00421 #the axis of the box\n\
00422 geometry_msgs/Point32 axis\n\
00423 \n\
00424 #the angle of rotation around the axis\n\
00425 float32 angle\n\
00426 \n\
00427 ================================================================================\n\
00428 MSG: geometry_msgs/Point32\n\
00429 # This contains the position of a point in free space(with 32 bits of precision).\n\
00430 # It is recommeded to use Point wherever possible instead of Point32. \n\
00431 # \n\
00432 # This recommendation is to promote interoperability. \n\
00433 #\n\
00434 # This message is designed to take up less space when sending\n\
00435 # lots of points at once, as in the case of a PointCloud. \n\
00436 \n\
00437 float32 x\n\
00438 float32 y\n\
00439 float32 z\n\
00440 ================================================================================\n\
00441 MSG: arm_navigation_msgs/MotionPlanRequest\n\
00442 # This service contains the definition for a request to the motion\n\
00443 # planner and the output it provides\n\
00444 \n\
00445 # Parameters for the workspace that the planner should work inside\n\
00446 arm_navigation_msgs/WorkspaceParameters workspace_parameters\n\
00447 \n\
00448 # Starting state updates. If certain joints should be considered\n\
00449 # at positions other than the current ones, these positions should\n\
00450 # be set here\n\
00451 arm_navigation_msgs/RobotState start_state\n\
00452 \n\
00453 # The goal state for the model to plan for. The goal is achieved\n\
00454 # if all constraints are satisfied\n\
00455 arm_navigation_msgs/Constraints goal_constraints\n\
00456 \n\
00457 # No state at any point along the path in the produced motion plan will violate these constraints\n\
00458 arm_navigation_msgs/Constraints path_constraints\n\
00459 \n\
00460 # The name of the motion planner to use. If no name is specified,\n\
00461 # a default motion planner will be used\n\
00462 string planner_id\n\
00463 \n\
00464 # The name of the group of joints on which this planner is operating\n\
00465 string group_name\n\
00466 \n\
00467 # The number of times this plan is to be computed. Shortest solution\n\
00468 # will be reported.\n\
00469 int32 num_planning_attempts\n\
00470 \n\
00471 # The maximum amount of time the motion planner is allowed to plan for\n\
00472 duration allowed_planning_time\n\
00473 \n\
00474 # 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\
00475 duration expected_path_duration\n\
00476 duration expected_path_dt\n\
00477 \n\
00478 ================================================================================\n\
00479 MSG: arm_navigation_msgs/WorkspaceParameters\n\
00480 # This message contains a set of parameters useful in\n\
00481 # setting up the workspace for planning\n\
00482 arm_navigation_msgs/Shape workspace_region_shape\n\
00483 geometry_msgs/PoseStamped workspace_region_pose\n\
00484 \n\
00485 \n\
00486 ================================================================================\n\
00487 MSG: arm_navigation_msgs/Constraints\n\
00488 # This message contains a list of motion planning constraints.\n\
00489 \n\
00490 arm_navigation_msgs/JointConstraint[] joint_constraints\n\
00491 arm_navigation_msgs/PositionConstraint[] position_constraints\n\
00492 arm_navigation_msgs/OrientationConstraint[] orientation_constraints\n\
00493 arm_navigation_msgs/VisibilityConstraint[] visibility_constraints\n\
00494 \n\
00495 ================================================================================\n\
00496 MSG: arm_navigation_msgs/JointConstraint\n\
00497 # Constrain the position of a joint to be within a certain bound\n\
00498 string joint_name\n\
00499 \n\
00500 # the bound to be achieved is [position - tolerance_below, position + tolerance_above]\n\
00501 float64 position\n\
00502 float64 tolerance_above\n\
00503 float64 tolerance_below\n\
00504 \n\
00505 # A weighting factor for this constraint\n\
00506 float64 weight\n\
00507 ================================================================================\n\
00508 MSG: arm_navigation_msgs/PositionConstraint\n\
00509 # This message contains the definition of a position constraint.\n\
00510 Header header\n\
00511 \n\
00512 # The robot link this constraint refers to\n\
00513 string link_name\n\
00514 \n\
00515 # The offset (in the link frame) for the target point on the link we are planning for\n\
00516 geometry_msgs/Point target_point_offset\n\
00517 \n\
00518 # The nominal/target position for the point we are planning for\n\
00519 geometry_msgs/Point position\n\
00520 \n\
00521 # The shape of the bounded region that constrains the position of the end-effector\n\
00522 # This region is always centered at the position defined above\n\
00523 arm_navigation_msgs/Shape constraint_region_shape\n\
00524 \n\
00525 # The orientation of the bounded region that constrains the position of the end-effector. \n\
00526 # This allows the specification of non-axis aligned constraints\n\
00527 geometry_msgs/Quaternion constraint_region_orientation\n\
00528 \n\
00529 # Constraint weighting factor - a weight for this constraint\n\
00530 float64 weight\n\
00531 \n\
00532 ================================================================================\n\
00533 MSG: arm_navigation_msgs/OrientationConstraint\n\
00534 # This message contains the definition of an orientation constraint.\n\
00535 Header header\n\
00536 \n\
00537 # The robot link this constraint refers to\n\
00538 string link_name\n\
00539 \n\
00540 # The type of the constraint\n\
00541 int32 type\n\
00542 int32 LINK_FRAME=0\n\
00543 int32 HEADER_FRAME=1\n\
00544 \n\
00545 # The desired orientation of the robot link specified as a quaternion\n\
00546 geometry_msgs/Quaternion orientation\n\
00547 \n\
00548 # optional RPY error tolerances specified if \n\
00549 float64 absolute_roll_tolerance\n\
00550 float64 absolute_pitch_tolerance\n\
00551 float64 absolute_yaw_tolerance\n\
00552 \n\
00553 # Constraint weighting factor - a weight for this constraint\n\
00554 float64 weight\n\
00555 \n\
00556 ================================================================================\n\
00557 MSG: arm_navigation_msgs/VisibilityConstraint\n\
00558 # This message contains the definition of a visibility constraint.\n\
00559 Header header\n\
00560 \n\
00561 # The point stamped target that needs to be kept within view of the sensor\n\
00562 geometry_msgs/PointStamped target\n\
00563 \n\
00564 # The local pose of the frame in which visibility is to be maintained\n\
00565 # The frame id should represent the robot link to which the sensor is attached\n\
00566 # The visual axis of the sensor is assumed to be along the X axis of this frame\n\
00567 geometry_msgs/PoseStamped sensor_pose\n\
00568 \n\
00569 # The deviation (in radians) that will be tolerated\n\
00570 # Constraint error will be measured as the solid angle between the \n\
00571 # X axis of the frame defined above and the vector between the origin \n\
00572 # of the frame defined above and the target location\n\
00573 float64 absolute_tolerance\n\
00574 \n\
00575 \n\
00576 ================================================================================\n\
00577 MSG: geometry_msgs/PointStamped\n\
00578 # This represents a Point with reference coordinate frame and timestamp\n\
00579 Header header\n\
00580 Point point\n\
00581 \n\
00582 ================================================================================\n\
00583 MSG: arm_navigation_msgs/OrderedCollisionOperations\n\
00584 # A set of collision operations that will be performed in the order they are specified\n\
00585 CollisionOperation[] collision_operations\n\
00586 ================================================================================\n\
00587 MSG: arm_navigation_msgs/CollisionOperation\n\
00588 # A definition of a collision operation\n\
00589 # E.g. (\"gripper\",COLLISION_SET_ALL,ENABLE) will enable collisions \n\
00590 # between the gripper and all objects in the collision space\n\
00591 \n\
00592 string object1\n\
00593 string object2\n\
00594 string COLLISION_SET_ALL=\"all\"\n\
00595 string COLLISION_SET_OBJECTS=\"objects\"\n\
00596 string COLLISION_SET_ATTACHED_OBJECTS=\"attached\"\n\
00597 \n\
00598 # The penetration distance to which collisions are allowed. This is 0.0 by default.\n\
00599 float64 penetration_distance\n\
00600 \n\
00601 # Flag that determines whether collisions will be enabled or disabled for the pair of objects specified above\n\
00602 int32 operation\n\
00603 int32 DISABLE=0\n\
00604 int32 ENABLE=1\n\
00605 \n\
00606 "; }
00607 public:
00608 ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); }
00609
00610 ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); }
00611
00612 ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const
00613 {
00614 ros::serialization::OStream stream(write_ptr, 1000000000);
00615 ros::serialization::serialize(stream, planner_service_name);
00616 ros::serialization::serialize(stream, planning_scene_diff);
00617 ros::serialization::serialize(stream, motion_plan_request);
00618 ros::serialization::serialize(stream, operations);
00619 ros::serialization::serialize(stream, accept_partial_plans);
00620 ros::serialization::serialize(stream, accept_invalid_goals);
00621 ros::serialization::serialize(stream, disable_ik);
00622 ros::serialization::serialize(stream, disable_collision_monitoring);
00623 return stream.getData();
00624 }
00625
00626 ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr)
00627 {
00628 ros::serialization::IStream stream(read_ptr, 1000000000);
00629 ros::serialization::deserialize(stream, planner_service_name);
00630 ros::serialization::deserialize(stream, planning_scene_diff);
00631 ros::serialization::deserialize(stream, motion_plan_request);
00632 ros::serialization::deserialize(stream, operations);
00633 ros::serialization::deserialize(stream, accept_partial_plans);
00634 ros::serialization::deserialize(stream, accept_invalid_goals);
00635 ros::serialization::deserialize(stream, disable_ik);
00636 ros::serialization::deserialize(stream, disable_collision_monitoring);
00637 return stream.getData();
00638 }
00639
00640 ROS_DEPRECATED virtual uint32_t serializationLength() const
00641 {
00642 uint32_t size = 0;
00643 size += ros::serialization::serializationLength(planner_service_name);
00644 size += ros::serialization::serializationLength(planning_scene_diff);
00645 size += ros::serialization::serializationLength(motion_plan_request);
00646 size += ros::serialization::serializationLength(operations);
00647 size += ros::serialization::serializationLength(accept_partial_plans);
00648 size += ros::serialization::serializationLength(accept_invalid_goals);
00649 size += ros::serialization::serializationLength(disable_ik);
00650 size += ros::serialization::serializationLength(disable_collision_monitoring);
00651 return size;
00652 }
00653
00654 typedef boost::shared_ptr< ::arm_navigation_msgs::MoveArmGoal_<ContainerAllocator> > Ptr;
00655 typedef boost::shared_ptr< ::arm_navigation_msgs::MoveArmGoal_<ContainerAllocator> const> ConstPtr;
00656 boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00657 };
00658 typedef ::arm_navigation_msgs::MoveArmGoal_<std::allocator<void> > MoveArmGoal;
00659
00660 typedef boost::shared_ptr< ::arm_navigation_msgs::MoveArmGoal> MoveArmGoalPtr;
00661 typedef boost::shared_ptr< ::arm_navigation_msgs::MoveArmGoal const> MoveArmGoalConstPtr;
00662
00663
00664 template<typename ContainerAllocator>
00665 std::ostream& operator<<(std::ostream& s, const ::arm_navigation_msgs::MoveArmGoal_<ContainerAllocator> & v)
00666 {
00667 ros::message_operations::Printer< ::arm_navigation_msgs::MoveArmGoal_<ContainerAllocator> >::stream(s, "", v);
00668 return s;}
00669
00670 }
00671
00672 namespace ros
00673 {
00674 namespace message_traits
00675 {
00676 template<class ContainerAllocator> struct IsMessage< ::arm_navigation_msgs::MoveArmGoal_<ContainerAllocator> > : public TrueType {};
00677 template<class ContainerAllocator> struct IsMessage< ::arm_navigation_msgs::MoveArmGoal_<ContainerAllocator> const> : public TrueType {};
00678 template<class ContainerAllocator>
00679 struct MD5Sum< ::arm_navigation_msgs::MoveArmGoal_<ContainerAllocator> > {
00680 static const char* value()
00681 {
00682 return "229373059043ad35d3ceeb2161f005d6";
00683 }
00684
00685 static const char* value(const ::arm_navigation_msgs::MoveArmGoal_<ContainerAllocator> &) { return value(); }
00686 static const uint64_t static_value1 = 0x229373059043ad35ULL;
00687 static const uint64_t static_value2 = 0xd3ceeb2161f005d6ULL;
00688 };
00689
00690 template<class ContainerAllocator>
00691 struct DataType< ::arm_navigation_msgs::MoveArmGoal_<ContainerAllocator> > {
00692 static const char* value()
00693 {
00694 return "arm_navigation_msgs/MoveArmGoal";
00695 }
00696
00697 static const char* value(const ::arm_navigation_msgs::MoveArmGoal_<ContainerAllocator> &) { return value(); }
00698 };
00699
00700 template<class ContainerAllocator>
00701 struct Definition< ::arm_navigation_msgs::MoveArmGoal_<ContainerAllocator> > {
00702 static const char* value()
00703 {
00704 return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00705 # Service name to call for getting a motion plan\n\
00706 # Move arm will call a service on this service name \n\
00707 # using the MotionPlanRequest specified here\n\
00708 string planner_service_name\n\
00709 \n\
00710 # A planning scene diff\n\
00711 PlanningScene planning_scene_diff\n\
00712 \n\
00713 # A motion planning request\n\
00714 MotionPlanRequest motion_plan_request\n\
00715 \n\
00716 # OPTIONAL: Diff uses ordered collision operations in addition to allowed_collision_matrix\n\
00717 arm_navigation_msgs/OrderedCollisionOperations operations\n\
00718 \n\
00719 # OPTIONAL flag\n\
00720 # Setting this flag to true will allow move_arm to accept plans that do not go all the way to the goal\n\
00721 bool accept_partial_plans\n\
00722 \n\
00723 # OPTIONAL flag\n\
00724 # Setting this flag to true will allow move_arm to accept invalid goals\n\
00725 # This is useful if you are using a planner like CHOMP along with a noisy rapidly changing collision map\n\
00726 # and you would like to plan to a goal near an object.\n\
00727 bool accept_invalid_goals\n\
00728 \n\
00729 # OPTIONAL flag\n\
00730 # Setting this flag to true will disable the call to IK for a pose goal\n\
00731 bool disable_ik\n\
00732 \n\
00733 # OPTIONAL flag\n\
00734 # Setting this flag to true will disable collision monitoring during execution of a trajectory\n\
00735 bool disable_collision_monitoring\n\
00736 \n\
00737 ================================================================================\n\
00738 MSG: arm_navigation_msgs/PlanningScene\n\
00739 #full robot state\n\
00740 arm_navigation_msgs/RobotState robot_state\n\
00741 \n\
00742 #additional frames for duplicating tf\n\
00743 geometry_msgs/TransformStamped[] fixed_frame_transforms\n\
00744 \n\
00745 #full allowed collision matrix\n\
00746 AllowedCollisionMatrix allowed_collision_matrix\n\
00747 \n\
00748 #allowed contacts\n\
00749 arm_navigation_msgs/AllowedContactSpecification[] allowed_contacts\n\
00750 \n\
00751 #all link paddings\n\
00752 arm_navigation_msgs/LinkPadding[] link_padding\n\
00753 \n\
00754 #collision objects\n\
00755 arm_navigation_msgs/CollisionObject[] collision_objects\n\
00756 arm_navigation_msgs/AttachedCollisionObject[] attached_collision_objects\n\
00757 \n\
00758 #the collision map\n\
00759 arm_navigation_msgs/CollisionMap collision_map\n\
00760 \n\
00761 ================================================================================\n\
00762 MSG: arm_navigation_msgs/RobotState\n\
00763 # This message contains information about the robot state, i.e. the positions of its joints and links\n\
00764 sensor_msgs/JointState joint_state\n\
00765 arm_navigation_msgs/MultiDOFJointState multi_dof_joint_state\n\
00766 \n\
00767 ================================================================================\n\
00768 MSG: sensor_msgs/JointState\n\
00769 # This is a message that holds data to describe the state of a set of torque controlled joints. \n\
00770 #\n\
00771 # The state of each joint (revolute or prismatic) is defined by:\n\
00772 # * the position of the joint (rad or m),\n\
00773 # * the velocity of the joint (rad/s or m/s) and \n\
00774 # * the effort that is applied in the joint (Nm or N).\n\
00775 #\n\
00776 # Each joint is uniquely identified by its name\n\
00777 # The header specifies the time at which the joint states were recorded. All the joint states\n\
00778 # in one message have to be recorded at the same time.\n\
00779 #\n\
00780 # This message consists of a multiple arrays, one for each part of the joint state. \n\
00781 # The goal is to make each of the fields optional. When e.g. your joints have no\n\
00782 # effort associated with them, you can leave the effort array empty. \n\
00783 #\n\
00784 # All arrays in this message should have the same size, or be empty.\n\
00785 # This is the only way to uniquely associate the joint name with the correct\n\
00786 # states.\n\
00787 \n\
00788 \n\
00789 Header header\n\
00790 \n\
00791 string[] name\n\
00792 float64[] position\n\
00793 float64[] velocity\n\
00794 float64[] effort\n\
00795 \n\
00796 ================================================================================\n\
00797 MSG: std_msgs/Header\n\
00798 # Standard metadata for higher-level stamped data types.\n\
00799 # This is generally used to communicate timestamped data \n\
00800 # in a particular coordinate frame.\n\
00801 # \n\
00802 # sequence ID: consecutively increasing ID \n\
00803 uint32 seq\n\
00804 #Two-integer timestamp that is expressed as:\n\
00805 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00806 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00807 # time-handling sugar is provided by the client library\n\
00808 time stamp\n\
00809 #Frame this data is associated with\n\
00810 # 0: no frame\n\
00811 # 1: global frame\n\
00812 string frame_id\n\
00813 \n\
00814 ================================================================================\n\
00815 MSG: arm_navigation_msgs/MultiDOFJointState\n\
00816 #A representation of a multi-dof joint state\n\
00817 time stamp\n\
00818 string[] joint_names\n\
00819 string[] frame_ids\n\
00820 string[] child_frame_ids\n\
00821 geometry_msgs/Pose[] poses\n\
00822 \n\
00823 ================================================================================\n\
00824 MSG: geometry_msgs/Pose\n\
00825 # A representation of pose in free space, composed of postion and orientation. \n\
00826 Point position\n\
00827 Quaternion orientation\n\
00828 \n\
00829 ================================================================================\n\
00830 MSG: geometry_msgs/Point\n\
00831 # This contains the position of a point in free space\n\
00832 float64 x\n\
00833 float64 y\n\
00834 float64 z\n\
00835 \n\
00836 ================================================================================\n\
00837 MSG: geometry_msgs/Quaternion\n\
00838 # This represents an orientation in free space in quaternion form.\n\
00839 \n\
00840 float64 x\n\
00841 float64 y\n\
00842 float64 z\n\
00843 float64 w\n\
00844 \n\
00845 ================================================================================\n\
00846 MSG: geometry_msgs/TransformStamped\n\
00847 # This expresses a transform from coordinate frame header.frame_id\n\
00848 # to the coordinate frame child_frame_id\n\
00849 #\n\
00850 # This message is mostly used by the \n\
00851 # <a href=\"http://www.ros.org/wiki/tf\">tf</a> package. \n\
00852 # See it's documentation for more information.\n\
00853 \n\
00854 Header header\n\
00855 string child_frame_id # the frame id of the child frame\n\
00856 Transform transform\n\
00857 \n\
00858 ================================================================================\n\
00859 MSG: geometry_msgs/Transform\n\
00860 # This represents the transform between two coordinate frames in free space.\n\
00861 \n\
00862 Vector3 translation\n\
00863 Quaternion rotation\n\
00864 \n\
00865 ================================================================================\n\
00866 MSG: geometry_msgs/Vector3\n\
00867 # This represents a vector in free space. \n\
00868 \n\
00869 float64 x\n\
00870 float64 y\n\
00871 float64 z\n\
00872 ================================================================================\n\
00873 MSG: arm_navigation_msgs/AllowedCollisionMatrix\n\
00874 # the list of link names in the matrix\n\
00875 string[] link_names\n\
00876 \n\
00877 # the individual entries in the allowed collision matrix\n\
00878 # symmetric, with same order as link_names\n\
00879 AllowedCollisionEntry[] entries\n\
00880 \n\
00881 ================================================================================\n\
00882 MSG: arm_navigation_msgs/AllowedCollisionEntry\n\
00883 # whether or not collision checking is enabled\n\
00884 bool[] enabled\n\
00885 \n\
00886 ================================================================================\n\
00887 MSG: arm_navigation_msgs/AllowedContactSpecification\n\
00888 # The names of the regions\n\
00889 string name\n\
00890 \n\
00891 # The shape of the region in the environment\n\
00892 arm_navigation_msgs/Shape shape\n\
00893 \n\
00894 # The pose of the space defining the region\n\
00895 geometry_msgs/PoseStamped pose_stamped\n\
00896 \n\
00897 # The set of links that will be allowed to have penetration contact within this region\n\
00898 string[] link_names\n\
00899 \n\
00900 # The maximum penetration depth allowed for every link\n\
00901 float64 penetration_depth\n\
00902 \n\
00903 ================================================================================\n\
00904 MSG: arm_navigation_msgs/Shape\n\
00905 byte SPHERE=0\n\
00906 byte BOX=1\n\
00907 byte CYLINDER=2\n\
00908 byte MESH=3\n\
00909 \n\
00910 byte type\n\
00911 \n\
00912 \n\
00913 #### define sphere, box, cylinder ####\n\
00914 # the origin of each shape is considered at the shape's center\n\
00915 \n\
00916 # for sphere\n\
00917 # radius := dimensions[0]\n\
00918 \n\
00919 # for cylinder\n\
00920 # radius := dimensions[0]\n\
00921 # length := dimensions[1]\n\
00922 # the length is along the Z axis\n\
00923 \n\
00924 # for box\n\
00925 # size_x := dimensions[0]\n\
00926 # size_y := dimensions[1]\n\
00927 # size_z := dimensions[2]\n\
00928 float64[] dimensions\n\
00929 \n\
00930 \n\
00931 #### define mesh ####\n\
00932 \n\
00933 # list of triangles; triangle k is defined by tre vertices located\n\
00934 # at indices triangles[3k], triangles[3k+1], triangles[3k+2]\n\
00935 int32[] triangles\n\
00936 geometry_msgs/Point[] vertices\n\
00937 \n\
00938 ================================================================================\n\
00939 MSG: geometry_msgs/PoseStamped\n\
00940 # A Pose with reference coordinate frame and timestamp\n\
00941 Header header\n\
00942 Pose pose\n\
00943 \n\
00944 ================================================================================\n\
00945 MSG: arm_navigation_msgs/LinkPadding\n\
00946 #name for the link\n\
00947 string link_name\n\
00948 \n\
00949 # padding to apply to the link\n\
00950 float64 padding\n\
00951 \n\
00952 ================================================================================\n\
00953 MSG: arm_navigation_msgs/CollisionObject\n\
00954 # a header, used for interpreting the poses\n\
00955 Header header\n\
00956 \n\
00957 # the id of the object\n\
00958 string id\n\
00959 \n\
00960 # The padding used for filtering points near the object.\n\
00961 # This does not affect collision checking for the object. \n\
00962 # Set to negative to get zero padding.\n\
00963 float32 padding\n\
00964 \n\
00965 #This contains what is to be done with the object\n\
00966 CollisionObjectOperation operation\n\
00967 \n\
00968 #the shapes associated with the object\n\
00969 arm_navigation_msgs/Shape[] shapes\n\
00970 \n\
00971 #the poses associated with the shapes - will be transformed using the header\n\
00972 geometry_msgs/Pose[] poses\n\
00973 \n\
00974 ================================================================================\n\
00975 MSG: arm_navigation_msgs/CollisionObjectOperation\n\
00976 #Puts the object into the environment\n\
00977 #or updates the object if already added\n\
00978 byte ADD=0\n\
00979 \n\
00980 #Removes the object from the environment entirely\n\
00981 byte REMOVE=1\n\
00982 \n\
00983 #Only valid within the context of a CollisionAttachedObject message\n\
00984 #Will be ignored if sent with an CollisionObject message\n\
00985 #Takes an attached object, detaches from the attached link\n\
00986 #But adds back in as regular object\n\
00987 byte DETACH_AND_ADD_AS_OBJECT=2\n\
00988 \n\
00989 #Only valid within the context of a CollisionAttachedObject message\n\
00990 #Will be ignored if sent with an CollisionObject message\n\
00991 #Takes current object in the environment and removes it as\n\
00992 #a regular object\n\
00993 byte ATTACH_AND_REMOVE_AS_OBJECT=3\n\
00994 \n\
00995 # Byte code for operation\n\
00996 byte operation\n\
00997 \n\
00998 ================================================================================\n\
00999 MSG: arm_navigation_msgs/AttachedCollisionObject\n\
01000 # The CollisionObject will be attached with a fixed joint to this link\n\
01001 # If link name is set to REMOVE_ALL_ATTACHED_OBJECTS and object.operation \n\
01002 # is set to REMOVE will remove all attached bodies attached to any object\n\
01003 string link_name\n\
01004 \n\
01005 #Reserved for indicating that all attached objects should be removed\n\
01006 string REMOVE_ALL_ATTACHED_OBJECTS = \"all\"\n\
01007 \n\
01008 #This contains the actual shapes and poses for the CollisionObject\n\
01009 #to be attached to the link\n\
01010 #If action is remove and no object.id is set, all objects\n\
01011 #attached to the link indicated by link_name will be removed\n\
01012 CollisionObject object\n\
01013 \n\
01014 # The set of links that the attached objects are allowed to touch\n\
01015 # by default - the link_name is included by default\n\
01016 string[] touch_links\n\
01017 \n\
01018 ================================================================================\n\
01019 MSG: arm_navigation_msgs/CollisionMap\n\
01020 #header for interpreting box positions\n\
01021 Header header\n\
01022 \n\
01023 #boxes for use in collision testing\n\
01024 OrientedBoundingBox[] boxes\n\
01025 \n\
01026 ================================================================================\n\
01027 MSG: arm_navigation_msgs/OrientedBoundingBox\n\
01028 #the center of the box\n\
01029 geometry_msgs/Point32 center\n\
01030 \n\
01031 #the extents of the box, assuming the center is at the point\n\
01032 geometry_msgs/Point32 extents\n\
01033 \n\
01034 #the axis of the box\n\
01035 geometry_msgs/Point32 axis\n\
01036 \n\
01037 #the angle of rotation around the axis\n\
01038 float32 angle\n\
01039 \n\
01040 ================================================================================\n\
01041 MSG: geometry_msgs/Point32\n\
01042 # This contains the position of a point in free space(with 32 bits of precision).\n\
01043 # It is recommeded to use Point wherever possible instead of Point32. \n\
01044 # \n\
01045 # This recommendation is to promote interoperability. \n\
01046 #\n\
01047 # This message is designed to take up less space when sending\n\
01048 # lots of points at once, as in the case of a PointCloud. \n\
01049 \n\
01050 float32 x\n\
01051 float32 y\n\
01052 float32 z\n\
01053 ================================================================================\n\
01054 MSG: arm_navigation_msgs/MotionPlanRequest\n\
01055 # This service contains the definition for a request to the motion\n\
01056 # planner and the output it provides\n\
01057 \n\
01058 # Parameters for the workspace that the planner should work inside\n\
01059 arm_navigation_msgs/WorkspaceParameters workspace_parameters\n\
01060 \n\
01061 # Starting state updates. If certain joints should be considered\n\
01062 # at positions other than the current ones, these positions should\n\
01063 # be set here\n\
01064 arm_navigation_msgs/RobotState start_state\n\
01065 \n\
01066 # The goal state for the model to plan for. The goal is achieved\n\
01067 # if all constraints are satisfied\n\
01068 arm_navigation_msgs/Constraints goal_constraints\n\
01069 \n\
01070 # No state at any point along the path in the produced motion plan will violate these constraints\n\
01071 arm_navigation_msgs/Constraints path_constraints\n\
01072 \n\
01073 # The name of the motion planner to use. If no name is specified,\n\
01074 # a default motion planner will be used\n\
01075 string planner_id\n\
01076 \n\
01077 # The name of the group of joints on which this planner is operating\n\
01078 string group_name\n\
01079 \n\
01080 # The number of times this plan is to be computed. Shortest solution\n\
01081 # will be reported.\n\
01082 int32 num_planning_attempts\n\
01083 \n\
01084 # The maximum amount of time the motion planner is allowed to plan for\n\
01085 duration allowed_planning_time\n\
01086 \n\
01087 # 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\
01088 duration expected_path_duration\n\
01089 duration expected_path_dt\n\
01090 \n\
01091 ================================================================================\n\
01092 MSG: arm_navigation_msgs/WorkspaceParameters\n\
01093 # This message contains a set of parameters useful in\n\
01094 # setting up the workspace for planning\n\
01095 arm_navigation_msgs/Shape workspace_region_shape\n\
01096 geometry_msgs/PoseStamped workspace_region_pose\n\
01097 \n\
01098 \n\
01099 ================================================================================\n\
01100 MSG: arm_navigation_msgs/Constraints\n\
01101 # This message contains a list of motion planning constraints.\n\
01102 \n\
01103 arm_navigation_msgs/JointConstraint[] joint_constraints\n\
01104 arm_navigation_msgs/PositionConstraint[] position_constraints\n\
01105 arm_navigation_msgs/OrientationConstraint[] orientation_constraints\n\
01106 arm_navigation_msgs/VisibilityConstraint[] visibility_constraints\n\
01107 \n\
01108 ================================================================================\n\
01109 MSG: arm_navigation_msgs/JointConstraint\n\
01110 # Constrain the position of a joint to be within a certain bound\n\
01111 string joint_name\n\
01112 \n\
01113 # the bound to be achieved is [position - tolerance_below, position + tolerance_above]\n\
01114 float64 position\n\
01115 float64 tolerance_above\n\
01116 float64 tolerance_below\n\
01117 \n\
01118 # A weighting factor for this constraint\n\
01119 float64 weight\n\
01120 ================================================================================\n\
01121 MSG: arm_navigation_msgs/PositionConstraint\n\
01122 # This message contains the definition of a position constraint.\n\
01123 Header header\n\
01124 \n\
01125 # The robot link this constraint refers to\n\
01126 string link_name\n\
01127 \n\
01128 # The offset (in the link frame) for the target point on the link we are planning for\n\
01129 geometry_msgs/Point target_point_offset\n\
01130 \n\
01131 # The nominal/target position for the point we are planning for\n\
01132 geometry_msgs/Point position\n\
01133 \n\
01134 # The shape of the bounded region that constrains the position of the end-effector\n\
01135 # This region is always centered at the position defined above\n\
01136 arm_navigation_msgs/Shape constraint_region_shape\n\
01137 \n\
01138 # The orientation of the bounded region that constrains the position of the end-effector. \n\
01139 # This allows the specification of non-axis aligned constraints\n\
01140 geometry_msgs/Quaternion constraint_region_orientation\n\
01141 \n\
01142 # Constraint weighting factor - a weight for this constraint\n\
01143 float64 weight\n\
01144 \n\
01145 ================================================================================\n\
01146 MSG: arm_navigation_msgs/OrientationConstraint\n\
01147 # This message contains the definition of an orientation constraint.\n\
01148 Header header\n\
01149 \n\
01150 # The robot link this constraint refers to\n\
01151 string link_name\n\
01152 \n\
01153 # The type of the constraint\n\
01154 int32 type\n\
01155 int32 LINK_FRAME=0\n\
01156 int32 HEADER_FRAME=1\n\
01157 \n\
01158 # The desired orientation of the robot link specified as a quaternion\n\
01159 geometry_msgs/Quaternion orientation\n\
01160 \n\
01161 # optional RPY error tolerances specified if \n\
01162 float64 absolute_roll_tolerance\n\
01163 float64 absolute_pitch_tolerance\n\
01164 float64 absolute_yaw_tolerance\n\
01165 \n\
01166 # Constraint weighting factor - a weight for this constraint\n\
01167 float64 weight\n\
01168 \n\
01169 ================================================================================\n\
01170 MSG: arm_navigation_msgs/VisibilityConstraint\n\
01171 # This message contains the definition of a visibility constraint.\n\
01172 Header header\n\
01173 \n\
01174 # The point stamped target that needs to be kept within view of the sensor\n\
01175 geometry_msgs/PointStamped target\n\
01176 \n\
01177 # The local pose of the frame in which visibility is to be maintained\n\
01178 # The frame id should represent the robot link to which the sensor is attached\n\
01179 # The visual axis of the sensor is assumed to be along the X axis of this frame\n\
01180 geometry_msgs/PoseStamped sensor_pose\n\
01181 \n\
01182 # The deviation (in radians) that will be tolerated\n\
01183 # Constraint error will be measured as the solid angle between the \n\
01184 # X axis of the frame defined above and the vector between the origin \n\
01185 # of the frame defined above and the target location\n\
01186 float64 absolute_tolerance\n\
01187 \n\
01188 \n\
01189 ================================================================================\n\
01190 MSG: geometry_msgs/PointStamped\n\
01191 # This represents a Point with reference coordinate frame and timestamp\n\
01192 Header header\n\
01193 Point point\n\
01194 \n\
01195 ================================================================================\n\
01196 MSG: arm_navigation_msgs/OrderedCollisionOperations\n\
01197 # A set of collision operations that will be performed in the order they are specified\n\
01198 CollisionOperation[] collision_operations\n\
01199 ================================================================================\n\
01200 MSG: arm_navigation_msgs/CollisionOperation\n\
01201 # A definition of a collision operation\n\
01202 # E.g. (\"gripper\",COLLISION_SET_ALL,ENABLE) will enable collisions \n\
01203 # between the gripper and all objects in the collision space\n\
01204 \n\
01205 string object1\n\
01206 string object2\n\
01207 string COLLISION_SET_ALL=\"all\"\n\
01208 string COLLISION_SET_OBJECTS=\"objects\"\n\
01209 string COLLISION_SET_ATTACHED_OBJECTS=\"attached\"\n\
01210 \n\
01211 # The penetration distance to which collisions are allowed. This is 0.0 by default.\n\
01212 float64 penetration_distance\n\
01213 \n\
01214 # Flag that determines whether collisions will be enabled or disabled for the pair of objects specified above\n\
01215 int32 operation\n\
01216 int32 DISABLE=0\n\
01217 int32 ENABLE=1\n\
01218 \n\
01219 ";
01220 }
01221
01222 static const char* value(const ::arm_navigation_msgs::MoveArmGoal_<ContainerAllocator> &) { return value(); }
01223 };
01224
01225 }
01226 }
01227
01228 namespace ros
01229 {
01230 namespace serialization
01231 {
01232
01233 template<class ContainerAllocator> struct Serializer< ::arm_navigation_msgs::MoveArmGoal_<ContainerAllocator> >
01234 {
01235 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
01236 {
01237 stream.next(m.planner_service_name);
01238 stream.next(m.planning_scene_diff);
01239 stream.next(m.motion_plan_request);
01240 stream.next(m.operations);
01241 stream.next(m.accept_partial_plans);
01242 stream.next(m.accept_invalid_goals);
01243 stream.next(m.disable_ik);
01244 stream.next(m.disable_collision_monitoring);
01245 }
01246
01247 ROS_DECLARE_ALLINONE_SERIALIZER;
01248 };
01249 }
01250 }
01251
01252 namespace ros
01253 {
01254 namespace message_operations
01255 {
01256
01257 template<class ContainerAllocator>
01258 struct Printer< ::arm_navigation_msgs::MoveArmGoal_<ContainerAllocator> >
01259 {
01260 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::arm_navigation_msgs::MoveArmGoal_<ContainerAllocator> & v)
01261 {
01262 s << indent << "planner_service_name: ";
01263 Printer<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::stream(s, indent + " ", v.planner_service_name);
01264 s << indent << "planning_scene_diff: ";
01265 s << std::endl;
01266 Printer< ::arm_navigation_msgs::PlanningScene_<ContainerAllocator> >::stream(s, indent + " ", v.planning_scene_diff);
01267 s << indent << "motion_plan_request: ";
01268 s << std::endl;
01269 Printer< ::arm_navigation_msgs::MotionPlanRequest_<ContainerAllocator> >::stream(s, indent + " ", v.motion_plan_request);
01270 s << indent << "operations: ";
01271 s << std::endl;
01272 Printer< ::arm_navigation_msgs::OrderedCollisionOperations_<ContainerAllocator> >::stream(s, indent + " ", v.operations);
01273 s << indent << "accept_partial_plans: ";
01274 Printer<uint8_t>::stream(s, indent + " ", v.accept_partial_plans);
01275 s << indent << "accept_invalid_goals: ";
01276 Printer<uint8_t>::stream(s, indent + " ", v.accept_invalid_goals);
01277 s << indent << "disable_ik: ";
01278 Printer<uint8_t>::stream(s, indent + " ", v.disable_ik);
01279 s << indent << "disable_collision_monitoring: ";
01280 Printer<uint8_t>::stream(s, indent + " ", v.disable_collision_monitoring);
01281 }
01282 };
01283
01284
01285 }
01286 }
01287
01288 #endif // ARM_NAVIGATION_MSGS_MESSAGE_MOVEARMGOAL_H
01289