PlaceActionGoal.h
Go to the documentation of this file.
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-groovy-object_manipulation/doc_stacks/2014-10-06_02-51-20.607186/object_manipulation/object_manipulation_msgs/msg/PlaceActionGoal.msg */
00002 #ifndef OBJECT_MANIPULATION_MSGS_MESSAGE_PLACEACTIONGOAL_H
00003 #define OBJECT_MANIPULATION_MSGS_MESSAGE_PLACEACTIONGOAL_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 "object_manipulation_msgs/PlaceGoal.h"
00020 
00021 namespace object_manipulation_msgs
00022 {
00023 template <class ContainerAllocator>
00024 struct PlaceActionGoal_ {
00025   typedef PlaceActionGoal_<ContainerAllocator> Type;
00026 
00027   PlaceActionGoal_()
00028   : header()
00029   , goal_id()
00030   , goal()
00031   {
00032   }
00033 
00034   PlaceActionGoal_(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  ::object_manipulation_msgs::PlaceGoal_<ContainerAllocator>  _goal_type;
00048    ::object_manipulation_msgs::PlaceGoal_<ContainerAllocator>  goal;
00049 
00050 
00051   typedef boost::shared_ptr< ::object_manipulation_msgs::PlaceActionGoal_<ContainerAllocator> > Ptr;
00052   typedef boost::shared_ptr< ::object_manipulation_msgs::PlaceActionGoal_<ContainerAllocator>  const> ConstPtr;
00053   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00054 }; // struct PlaceActionGoal
00055 typedef  ::object_manipulation_msgs::PlaceActionGoal_<std::allocator<void> > PlaceActionGoal;
00056 
00057 typedef boost::shared_ptr< ::object_manipulation_msgs::PlaceActionGoal> PlaceActionGoalPtr;
00058 typedef boost::shared_ptr< ::object_manipulation_msgs::PlaceActionGoal const> PlaceActionGoalConstPtr;
00059 
00060 
00061 template<typename ContainerAllocator>
00062 std::ostream& operator<<(std::ostream& s, const  ::object_manipulation_msgs::PlaceActionGoal_<ContainerAllocator> & v)
00063 {
00064   ros::message_operations::Printer< ::object_manipulation_msgs::PlaceActionGoal_<ContainerAllocator> >::stream(s, "", v);
00065   return s;}
00066 
00067 } // namespace object_manipulation_msgs
00068 
00069 namespace ros
00070 {
00071 namespace message_traits
00072 {
00073 template<class ContainerAllocator> struct IsMessage< ::object_manipulation_msgs::PlaceActionGoal_<ContainerAllocator> > : public TrueType {};
00074 template<class ContainerAllocator> struct IsMessage< ::object_manipulation_msgs::PlaceActionGoal_<ContainerAllocator>  const> : public TrueType {};
00075 template<class ContainerAllocator>
00076 struct MD5Sum< ::object_manipulation_msgs::PlaceActionGoal_<ContainerAllocator> > {
00077   static const char* value() 
00078   {
00079     return "97bc25a5d3afd0f6f096031e02e52edb";
00080   }
00081 
00082   static const char* value(const  ::object_manipulation_msgs::PlaceActionGoal_<ContainerAllocator> &) { return value(); } 
00083   static const uint64_t static_value1 = 0x97bc25a5d3afd0f6ULL;
00084   static const uint64_t static_value2 = 0xf096031e02e52edbULL;
00085 };
00086 
00087 template<class ContainerAllocator>
00088 struct DataType< ::object_manipulation_msgs::PlaceActionGoal_<ContainerAllocator> > {
00089   static const char* value() 
00090   {
00091     return "object_manipulation_msgs/PlaceActionGoal";
00092   }
00093 
00094   static const char* value(const  ::object_manipulation_msgs::PlaceActionGoal_<ContainerAllocator> &) { return value(); } 
00095 };
00096 
00097 template<class ContainerAllocator>
00098 struct Definition< ::object_manipulation_msgs::PlaceActionGoal_<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 PlaceGoal 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: object_manipulation_msgs/PlaceGoal\n\
00140 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00141 # An action for placing an object\n\
00142 \n\
00143 # which arm to be used for grasping\n\
00144 string arm_name\n\
00145 \n\
00146 # a list of possible locations for the gripper when placing\n\
00147 # note that these refer to where the *gripper* should go when the object is placed\n\
00148 # it is the job of the caller to make sure that these are set to that the *object*\n\
00149 # ends up in a desired location\n\
00150 geometry_msgs/PoseStamped[] place_locations\n\
00151 \n\
00152 # the grasp that has been executed on this object\n\
00153 # (contains the grasp_pose referred to above)\n\
00154 manipulation_msgs/Grasp grasp\n\
00155 \n\
00156 # how far the retreat should ideally be away from the place location\n\
00157 float32 desired_retreat_distance\n\
00158 \n\
00159 # the min distance between the retreat and the place location that must actually be feasible \n\
00160 # for the place not to be rejected\n\
00161 float32 min_retreat_distance\n\
00162 \n\
00163 # how the place location should be approached\n\
00164 # the frame_id that this lift is specified in MUST be either the robot_frame \n\
00165 # or the gripper_frame specified in your hand description file\n\
00166 GripperTranslation approach\n\
00167 \n\
00168 # the name that the target object has in the collision map\n\
00169 # can be left empty if no name is available\n\
00170 string collision_object_name\n\
00171 \n\
00172 # the name that the support surface (e.g. table) has in the collision map\n\
00173 # can be left empty if no name is available\n\
00174 string collision_support_surface_name\n\
00175 \n\
00176 # whether collisions between the gripper and the support surface should be acceptable\n\
00177 # during move from pre-place to place and during retreat. Collisions when moving to the\n\
00178 # pre-place location are still not allowed even if this is set to true.\n\
00179 bool allow_gripper_support_collision\n\
00180 \n\
00181 # whether reactive placing based on tactile sensors should be used\n\
00182 bool use_reactive_place\n\
00183 \n\
00184 # how much the object should be padded by when deciding if the grasp\n\
00185 # location is freasible or not\n\
00186 float64 place_padding\n\
00187 \n\
00188 # set this to true if you only want to query the manipulation pipeline as to what \n\
00189 # place locations it thinks are feasible, without actually executing them. If this is set to \n\
00190 # true, the atempted_location_results field of the result will be populated, but no arm \n\
00191 # movement will be attempted\n\
00192 bool only_perform_feasibility_test\n\
00193 \n\
00194 # OPTIONAL (These will not have to be filled out most of the time)\n\
00195 # constraints to be imposed on every point in the motion of the arm\n\
00196 arm_navigation_msgs/Constraints path_constraints\n\
00197 \n\
00198 # OPTIONAL (These will not have to be filled out most of the time)\n\
00199 # additional collision operations to be used for every arm movement performed\n\
00200 # during placing. Note that these will be added on top of (and thus overide) other \n\
00201 # collision operations that the grasping pipeline deems necessary. Should be used\n\
00202 # with care and only if special behaviors are desired.\n\
00203 arm_navigation_msgs/OrderedCollisionOperations additional_collision_operations\n\
00204 \n\
00205 # OPTIONAL (These will not have to be filled out most of the time)\n\
00206 # additional link paddings to be used for every arm movement performed\n\
00207 # during placing. Note that these will be added on top of (and thus overide) other \n\
00208 # link paddings that the grasping pipeline deems necessary. Should be used\n\
00209 # with care and only if special behaviors are desired.\n\
00210 arm_navigation_msgs/LinkPadding[] additional_link_padding\n\
00211 \n\
00212 \n\
00213 ================================================================================\n\
00214 MSG: geometry_msgs/PoseStamped\n\
00215 # A Pose with reference coordinate frame and timestamp\n\
00216 Header header\n\
00217 Pose pose\n\
00218 \n\
00219 ================================================================================\n\
00220 MSG: geometry_msgs/Pose\n\
00221 # A representation of pose in free space, composed of postion and orientation. \n\
00222 Point position\n\
00223 Quaternion orientation\n\
00224 \n\
00225 ================================================================================\n\
00226 MSG: geometry_msgs/Point\n\
00227 # This contains the position of a point in free space\n\
00228 float64 x\n\
00229 float64 y\n\
00230 float64 z\n\
00231 \n\
00232 ================================================================================\n\
00233 MSG: geometry_msgs/Quaternion\n\
00234 # This represents an orientation in free space in quaternion form.\n\
00235 \n\
00236 float64 x\n\
00237 float64 y\n\
00238 float64 z\n\
00239 float64 w\n\
00240 \n\
00241 ================================================================================\n\
00242 MSG: manipulation_msgs/Grasp\n\
00243 # A name for this grasp\n\
00244 string id\n\
00245 \n\
00246 # The internal posture of the hand for the pre-grasp\n\
00247 # only positions are used\n\
00248 sensor_msgs/JointState pre_grasp_posture\n\
00249 \n\
00250 # The internal posture of the hand for the grasp\n\
00251 # positions and efforts are used\n\
00252 sensor_msgs/JointState grasp_posture\n\
00253 \n\
00254 # The position of the end-effector for the grasp relative to a reference frame \n\
00255 # (that is always specified elsewhere, not in this message)\n\
00256 geometry_msgs/PoseStamped grasp_pose\n\
00257 \n\
00258 # The estimated probability of success for this grasp, or some other\n\
00259 # measure of how \"good\" it is.\n\
00260 float64 grasp_quality\n\
00261 \n\
00262 # The approach motion\n\
00263 GripperTranslation approach\n\
00264 \n\
00265 # The retreat motion\n\
00266 GripperTranslation retreat\n\
00267 \n\
00268 # the maximum contact force to use while grasping (<=0 to disable)\n\
00269 float32 max_contact_force\n\
00270 \n\
00271 # an optional list of obstacles that we have semantic information about\n\
00272 # and that can be touched/pushed/moved in the course of grasping\n\
00273 string[] allowed_touch_objects\n\
00274 \n\
00275 ================================================================================\n\
00276 MSG: sensor_msgs/JointState\n\
00277 # This is a message that holds data to describe the state of a set of torque controlled joints. \n\
00278 #\n\
00279 # The state of each joint (revolute or prismatic) is defined by:\n\
00280 #  * the position of the joint (rad or m),\n\
00281 #  * the velocity of the joint (rad/s or m/s) and \n\
00282 #  * the effort that is applied in the joint (Nm or N).\n\
00283 #\n\
00284 # Each joint is uniquely identified by its name\n\
00285 # The header specifies the time at which the joint states were recorded. All the joint states\n\
00286 # in one message have to be recorded at the same time.\n\
00287 #\n\
00288 # This message consists of a multiple arrays, one for each part of the joint state. \n\
00289 # The goal is to make each of the fields optional. When e.g. your joints have no\n\
00290 # effort associated with them, you can leave the effort array empty. \n\
00291 #\n\
00292 # All arrays in this message should have the same size, or be empty.\n\
00293 # This is the only way to uniquely associate the joint name with the correct\n\
00294 # states.\n\
00295 \n\
00296 \n\
00297 Header header\n\
00298 \n\
00299 string[] name\n\
00300 float64[] position\n\
00301 float64[] velocity\n\
00302 float64[] effort\n\
00303 \n\
00304 ================================================================================\n\
00305 MSG: manipulation_msgs/GripperTranslation\n\
00306 # defines a translation for the gripper, used in pickup or place tasks\n\
00307 # for example for lifting an object off a table or approaching the table for placing\n\
00308 \n\
00309 # the direction of the translation\n\
00310 geometry_msgs/Vector3Stamped direction\n\
00311 \n\
00312 # the desired translation distance\n\
00313 float32 desired_distance\n\
00314 \n\
00315 # the min distance that must be considered feasible before the\n\
00316 # grasp is even attempted\n\
00317 float32 min_distance\n\
00318 \n\
00319 ================================================================================\n\
00320 MSG: geometry_msgs/Vector3Stamped\n\
00321 # This represents a Vector3 with reference coordinate frame and timestamp\n\
00322 Header header\n\
00323 Vector3 vector\n\
00324 \n\
00325 ================================================================================\n\
00326 MSG: geometry_msgs/Vector3\n\
00327 # This represents a vector in free space. \n\
00328 \n\
00329 float64 x\n\
00330 float64 y\n\
00331 float64 z\n\
00332 ================================================================================\n\
00333 MSG: object_manipulation_msgs/GripperTranslation\n\
00334 # defines a translation for the gripper, used in pickup or place tasks\n\
00335 # for example for lifting an object off a table or approaching the table for placing\n\
00336 \n\
00337 # the direction of the translation\n\
00338 geometry_msgs/Vector3Stamped direction\n\
00339 \n\
00340 # the desired translation distance\n\
00341 float32 desired_distance\n\
00342 \n\
00343 # the min distance that must be considered feasible before the\n\
00344 # grasp is even attempted\n\
00345 float32 min_distance\n\
00346 ================================================================================\n\
00347 MSG: arm_navigation_msgs/Constraints\n\
00348 # This message contains a list of motion planning constraints.\n\
00349 \n\
00350 arm_navigation_msgs/JointConstraint[] joint_constraints\n\
00351 arm_navigation_msgs/PositionConstraint[] position_constraints\n\
00352 arm_navigation_msgs/OrientationConstraint[] orientation_constraints\n\
00353 arm_navigation_msgs/VisibilityConstraint[] visibility_constraints\n\
00354 \n\
00355 ================================================================================\n\
00356 MSG: arm_navigation_msgs/JointConstraint\n\
00357 # Constrain the position of a joint to be within a certain bound\n\
00358 string joint_name\n\
00359 \n\
00360 # the bound to be achieved is [position - tolerance_below, position + tolerance_above]\n\
00361 float64 position\n\
00362 float64 tolerance_above\n\
00363 float64 tolerance_below\n\
00364 \n\
00365 # A weighting factor for this constraint\n\
00366 float64 weight\n\
00367 ================================================================================\n\
00368 MSG: arm_navigation_msgs/PositionConstraint\n\
00369 # This message contains the definition of a position constraint.\n\
00370 Header header\n\
00371 \n\
00372 # The robot link this constraint refers to\n\
00373 string link_name\n\
00374 \n\
00375 # The offset (in the link frame) for the target point on the link we are planning for\n\
00376 geometry_msgs/Point target_point_offset\n\
00377 \n\
00378 # The nominal/target position for the point we are planning for\n\
00379 geometry_msgs/Point position\n\
00380 \n\
00381 # The shape of the bounded region that constrains the position of the end-effector\n\
00382 # This region is always centered at the position defined above\n\
00383 arm_navigation_msgs/Shape constraint_region_shape\n\
00384 \n\
00385 # The orientation of the bounded region that constrains the position of the end-effector. \n\
00386 # This allows the specification of non-axis aligned constraints\n\
00387 geometry_msgs/Quaternion constraint_region_orientation\n\
00388 \n\
00389 # Constraint weighting factor - a weight for this constraint\n\
00390 float64 weight\n\
00391 \n\
00392 ================================================================================\n\
00393 MSG: arm_navigation_msgs/Shape\n\
00394 byte SPHERE=0\n\
00395 byte BOX=1\n\
00396 byte CYLINDER=2\n\
00397 byte MESH=3\n\
00398 \n\
00399 byte type\n\
00400 \n\
00401 \n\
00402 #### define sphere, box, cylinder ####\n\
00403 # the origin of each shape is considered at the shape's center\n\
00404 \n\
00405 # for sphere\n\
00406 # radius := dimensions[0]\n\
00407 \n\
00408 # for cylinder\n\
00409 # radius := dimensions[0]\n\
00410 # length := dimensions[1]\n\
00411 # the length is along the Z axis\n\
00412 \n\
00413 # for box\n\
00414 # size_x := dimensions[0]\n\
00415 # size_y := dimensions[1]\n\
00416 # size_z := dimensions[2]\n\
00417 float64[] dimensions\n\
00418 \n\
00419 \n\
00420 #### define mesh ####\n\
00421 \n\
00422 # list of triangles; triangle k is defined by tre vertices located\n\
00423 # at indices triangles[3k], triangles[3k+1], triangles[3k+2]\n\
00424 int32[] triangles\n\
00425 geometry_msgs/Point[] vertices\n\
00426 \n\
00427 ================================================================================\n\
00428 MSG: arm_navigation_msgs/OrientationConstraint\n\
00429 # This message contains the definition of an orientation constraint.\n\
00430 Header header\n\
00431 \n\
00432 # The robot link this constraint refers to\n\
00433 string link_name\n\
00434 \n\
00435 # The type of the constraint\n\
00436 int32 type\n\
00437 int32 LINK_FRAME=0\n\
00438 int32 HEADER_FRAME=1\n\
00439 \n\
00440 # The desired orientation of the robot link specified as a quaternion\n\
00441 geometry_msgs/Quaternion orientation\n\
00442 \n\
00443 # optional RPY error tolerances specified if \n\
00444 float64 absolute_roll_tolerance\n\
00445 float64 absolute_pitch_tolerance\n\
00446 float64 absolute_yaw_tolerance\n\
00447 \n\
00448 # Constraint weighting factor - a weight for this constraint\n\
00449 float64 weight\n\
00450 \n\
00451 ================================================================================\n\
00452 MSG: arm_navigation_msgs/VisibilityConstraint\n\
00453 # This message contains the definition of a visibility constraint.\n\
00454 Header header\n\
00455 \n\
00456 # The point stamped target that needs to be kept within view of the sensor\n\
00457 geometry_msgs/PointStamped target\n\
00458 \n\
00459 # The local pose of the frame in which visibility is to be maintained\n\
00460 # The frame id should represent the robot link to which the sensor is attached\n\
00461 # The visual axis of the sensor is assumed to be along the X axis of this frame\n\
00462 geometry_msgs/PoseStamped sensor_pose\n\
00463 \n\
00464 # The deviation (in radians) that will be tolerated\n\
00465 # Constraint error will be measured as the solid angle between the \n\
00466 # X axis of the frame defined above and the vector between the origin \n\
00467 # of the frame defined above and the target location\n\
00468 float64 absolute_tolerance\n\
00469 \n\
00470 \n\
00471 ================================================================================\n\
00472 MSG: geometry_msgs/PointStamped\n\
00473 # This represents a Point with reference coordinate frame and timestamp\n\
00474 Header header\n\
00475 Point point\n\
00476 \n\
00477 ================================================================================\n\
00478 MSG: arm_navigation_msgs/OrderedCollisionOperations\n\
00479 # A set of collision operations that will be performed in the order they are specified\n\
00480 CollisionOperation[] collision_operations\n\
00481 ================================================================================\n\
00482 MSG: arm_navigation_msgs/CollisionOperation\n\
00483 # A definition of a collision operation\n\
00484 # E.g. (\"gripper\",COLLISION_SET_ALL,ENABLE) will enable collisions \n\
00485 # between the gripper and all objects in the collision space\n\
00486 \n\
00487 string object1\n\
00488 string object2\n\
00489 string COLLISION_SET_ALL=\"all\"\n\
00490 string COLLISION_SET_OBJECTS=\"objects\"\n\
00491 string COLLISION_SET_ATTACHED_OBJECTS=\"attached\"\n\
00492 \n\
00493 # The penetration distance to which collisions are allowed. This is 0.0 by default.\n\
00494 float64 penetration_distance\n\
00495 \n\
00496 # Flag that determines whether collisions will be enabled or disabled for the pair of objects specified above\n\
00497 int32 operation\n\
00498 int32 DISABLE=0\n\
00499 int32 ENABLE=1\n\
00500 \n\
00501 ================================================================================\n\
00502 MSG: arm_navigation_msgs/LinkPadding\n\
00503 #name for the link\n\
00504 string link_name\n\
00505 \n\
00506 # padding to apply to the link\n\
00507 float64 padding\n\
00508 \n\
00509 ";
00510   }
00511 
00512   static const char* value(const  ::object_manipulation_msgs::PlaceActionGoal_<ContainerAllocator> &) { return value(); } 
00513 };
00514 
00515 template<class ContainerAllocator> struct HasHeader< ::object_manipulation_msgs::PlaceActionGoal_<ContainerAllocator> > : public TrueType {};
00516 template<class ContainerAllocator> struct HasHeader< const ::object_manipulation_msgs::PlaceActionGoal_<ContainerAllocator> > : public TrueType {};
00517 } // namespace message_traits
00518 } // namespace ros
00519 
00520 namespace ros
00521 {
00522 namespace serialization
00523 {
00524 
00525 template<class ContainerAllocator> struct Serializer< ::object_manipulation_msgs::PlaceActionGoal_<ContainerAllocator> >
00526 {
00527   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00528   {
00529     stream.next(m.header);
00530     stream.next(m.goal_id);
00531     stream.next(m.goal);
00532   }
00533 
00534   ROS_DECLARE_ALLINONE_SERIALIZER;
00535 }; // struct PlaceActionGoal_
00536 } // namespace serialization
00537 } // namespace ros
00538 
00539 namespace ros
00540 {
00541 namespace message_operations
00542 {
00543 
00544 template<class ContainerAllocator>
00545 struct Printer< ::object_manipulation_msgs::PlaceActionGoal_<ContainerAllocator> >
00546 {
00547   template<typename Stream> static void stream(Stream& s, const std::string& indent, const  ::object_manipulation_msgs::PlaceActionGoal_<ContainerAllocator> & v) 
00548   {
00549     s << indent << "header: ";
00550 s << std::endl;
00551     Printer< ::std_msgs::Header_<ContainerAllocator> >::stream(s, indent + "  ", v.header);
00552     s << indent << "goal_id: ";
00553 s << std::endl;
00554     Printer< ::actionlib_msgs::GoalID_<ContainerAllocator> >::stream(s, indent + "  ", v.goal_id);
00555     s << indent << "goal: ";
00556 s << std::endl;
00557     Printer< ::object_manipulation_msgs::PlaceGoal_<ContainerAllocator> >::stream(s, indent + "  ", v.goal);
00558   }
00559 };
00560 
00561 
00562 } // namespace message_operations
00563 } // namespace ros
00564 
00565 #endif // OBJECT_MANIPULATION_MSGS_MESSAGE_PLACEACTIONGOAL_H
00566 


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