ReactiveGraspActionGoal.h
Go to the documentation of this file.
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-fuerte-object_manipulation/doc_stacks/2014-01-02_11-30-37.444899/object_manipulation/object_manipulation_msgs/msg/ReactiveGraspActionGoal.msg */
00002 #ifndef OBJECT_MANIPULATION_MSGS_MESSAGE_REACTIVEGRASPACTIONGOAL_H
00003 #define OBJECT_MANIPULATION_MSGS_MESSAGE_REACTIVEGRASPACTIONGOAL_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/ReactiveGraspGoal.h"
00020 
00021 namespace object_manipulation_msgs
00022 {
00023 template <class ContainerAllocator>
00024 struct ReactiveGraspActionGoal_ {
00025   typedef ReactiveGraspActionGoal_<ContainerAllocator> Type;
00026 
00027   ReactiveGraspActionGoal_()
00028   : header()
00029   , goal_id()
00030   , goal()
00031   {
00032   }
00033 
00034   ReactiveGraspActionGoal_(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::ReactiveGraspGoal_<ContainerAllocator>  _goal_type;
00048    ::object_manipulation_msgs::ReactiveGraspGoal_<ContainerAllocator>  goal;
00049 
00050 
00051   typedef boost::shared_ptr< ::object_manipulation_msgs::ReactiveGraspActionGoal_<ContainerAllocator> > Ptr;
00052   typedef boost::shared_ptr< ::object_manipulation_msgs::ReactiveGraspActionGoal_<ContainerAllocator>  const> ConstPtr;
00053   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00054 }; // struct ReactiveGraspActionGoal
00055 typedef  ::object_manipulation_msgs::ReactiveGraspActionGoal_<std::allocator<void> > ReactiveGraspActionGoal;
00056 
00057 typedef boost::shared_ptr< ::object_manipulation_msgs::ReactiveGraspActionGoal> ReactiveGraspActionGoalPtr;
00058 typedef boost::shared_ptr< ::object_manipulation_msgs::ReactiveGraspActionGoal const> ReactiveGraspActionGoalConstPtr;
00059 
00060 
00061 template<typename ContainerAllocator>
00062 std::ostream& operator<<(std::ostream& s, const  ::object_manipulation_msgs::ReactiveGraspActionGoal_<ContainerAllocator> & v)
00063 {
00064   ros::message_operations::Printer< ::object_manipulation_msgs::ReactiveGraspActionGoal_<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::ReactiveGraspActionGoal_<ContainerAllocator> > : public TrueType {};
00074 template<class ContainerAllocator> struct IsMessage< ::object_manipulation_msgs::ReactiveGraspActionGoal_<ContainerAllocator>  const> : public TrueType {};
00075 template<class ContainerAllocator>
00076 struct MD5Sum< ::object_manipulation_msgs::ReactiveGraspActionGoal_<ContainerAllocator> > {
00077   static const char* value() 
00078   {
00079     return "2faad20856eb2e502e2f58c3d2df0d28";
00080   }
00081 
00082   static const char* value(const  ::object_manipulation_msgs::ReactiveGraspActionGoal_<ContainerAllocator> &) { return value(); } 
00083   static const uint64_t static_value1 = 0x2faad20856eb2e50ULL;
00084   static const uint64_t static_value2 = 0x2e2f58c3d2df0d28ULL;
00085 };
00086 
00087 template<class ContainerAllocator>
00088 struct DataType< ::object_manipulation_msgs::ReactiveGraspActionGoal_<ContainerAllocator> > {
00089   static const char* value() 
00090   {
00091     return "object_manipulation_msgs/ReactiveGraspActionGoal";
00092   }
00093 
00094   static const char* value(const  ::object_manipulation_msgs::ReactiveGraspActionGoal_<ContainerAllocator> &) { return value(); } 
00095 };
00096 
00097 template<class ContainerAllocator>
00098 struct Definition< ::object_manipulation_msgs::ReactiveGraspActionGoal_<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 ReactiveGraspGoal 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/ReactiveGraspGoal\n\
00140 # ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00141 # an action for reactive grasping\n\
00142 # a reactive grasp starts from the current pose of the gripper and ends\n\
00143 # at a desired grasp pose, presumably using the touch sensors along the way\n\
00144 \n\
00145 # the name of the arm being used\n\
00146 string arm_name\n\
00147 \n\
00148 # the object to be grasped\n\
00149 GraspableObject target\n\
00150 \n\
00151 # the desired grasp pose for the hand\n\
00152 geometry_msgs/PoseStamped final_grasp_pose\n\
00153 \n\
00154 # the joint trajectory to use for the approach (if available)\n\
00155 # this trajectory is expected to start at the current pose of the gripper\n\
00156 # and end at the desired grasp pose\n\
00157 trajectory_msgs/JointTrajectory trajectory\n\
00158 \n\
00159 # the name of the support surface in the collision environment, if any\n\
00160 string collision_support_surface_name\n\
00161 \n\
00162 # The internal posture of the hand for the pre-grasp\n\
00163 # only positions are used\n\
00164 sensor_msgs/JointState pre_grasp_posture\n\
00165 \n\
00166 # The internal posture of the hand for the grasp\n\
00167 # positions and efforts are used\n\
00168 sensor_msgs/JointState grasp_posture\n\
00169 \n\
00170 # The max contact force to use while grasping (<=0 to disable)\n\
00171 float32 max_contact_force\n\
00172 \n\
00173 \n\
00174 ================================================================================\n\
00175 MSG: object_manipulation_msgs/GraspableObject\n\
00176 # an object that the object_manipulator can work on\n\
00177 \n\
00178 # a graspable object can be represented in multiple ways. This message\n\
00179 # can contain all of them. Which one is actually used is up to the receiver\n\
00180 # of this message. When adding new representations, one must be careful that\n\
00181 # they have reasonable lightweight defaults indicating that that particular\n\
00182 # representation is not available.\n\
00183 \n\
00184 # the tf frame to be used as a reference frame when combining information from\n\
00185 # the different representations below\n\
00186 string reference_frame_id\n\
00187 \n\
00188 # potential recognition results from a database of models\n\
00189 # all poses are relative to the object reference pose\n\
00190 household_objects_database_msgs/DatabaseModelPose[] potential_models\n\
00191 \n\
00192 # the point cloud itself\n\
00193 sensor_msgs/PointCloud cluster\n\
00194 \n\
00195 # a region of a PointCloud2 of interest\n\
00196 object_manipulation_msgs/SceneRegion region\n\
00197 \n\
00198 # the name that this object has in the collision environment\n\
00199 string collision_name\n\
00200 ================================================================================\n\
00201 MSG: household_objects_database_msgs/DatabaseModelPose\n\
00202 # Informs that a specific model from the Model Database has been \n\
00203 # identified at a certain location\n\
00204 \n\
00205 # the database id of the model\n\
00206 int32 model_id\n\
00207 \n\
00208 # the pose that it can be found in\n\
00209 geometry_msgs/PoseStamped pose\n\
00210 \n\
00211 # a measure of the confidence level in this detection result\n\
00212 float32 confidence\n\
00213 \n\
00214 # the name of the object detector that generated this detection result\n\
00215 string detector_name\n\
00216 \n\
00217 ================================================================================\n\
00218 MSG: geometry_msgs/PoseStamped\n\
00219 # A Pose with reference coordinate frame and timestamp\n\
00220 Header header\n\
00221 Pose pose\n\
00222 \n\
00223 ================================================================================\n\
00224 MSG: geometry_msgs/Pose\n\
00225 # A representation of pose in free space, composed of postion and orientation. \n\
00226 Point position\n\
00227 Quaternion orientation\n\
00228 \n\
00229 ================================================================================\n\
00230 MSG: geometry_msgs/Point\n\
00231 # This contains the position of a point in free space\n\
00232 float64 x\n\
00233 float64 y\n\
00234 float64 z\n\
00235 \n\
00236 ================================================================================\n\
00237 MSG: geometry_msgs/Quaternion\n\
00238 # This represents an orientation in free space in quaternion form.\n\
00239 \n\
00240 float64 x\n\
00241 float64 y\n\
00242 float64 z\n\
00243 float64 w\n\
00244 \n\
00245 ================================================================================\n\
00246 MSG: sensor_msgs/PointCloud\n\
00247 # This message holds a collection of 3d points, plus optional additional\n\
00248 # information about each point.\n\
00249 \n\
00250 # Time of sensor data acquisition, coordinate frame ID.\n\
00251 Header header\n\
00252 \n\
00253 # Array of 3d points. Each Point32 should be interpreted as a 3d point\n\
00254 # in the frame given in the header.\n\
00255 geometry_msgs/Point32[] points\n\
00256 \n\
00257 # Each channel should have the same number of elements as points array,\n\
00258 # and the data in each channel should correspond 1:1 with each point.\n\
00259 # Channel names in common practice are listed in ChannelFloat32.msg.\n\
00260 ChannelFloat32[] channels\n\
00261 \n\
00262 ================================================================================\n\
00263 MSG: geometry_msgs/Point32\n\
00264 # This contains the position of a point in free space(with 32 bits of precision).\n\
00265 # It is recommeded to use Point wherever possible instead of Point32.  \n\
00266 # \n\
00267 # This recommendation is to promote interoperability.  \n\
00268 #\n\
00269 # This message is designed to take up less space when sending\n\
00270 # lots of points at once, as in the case of a PointCloud.  \n\
00271 \n\
00272 float32 x\n\
00273 float32 y\n\
00274 float32 z\n\
00275 ================================================================================\n\
00276 MSG: sensor_msgs/ChannelFloat32\n\
00277 # This message is used by the PointCloud message to hold optional data\n\
00278 # associated with each point in the cloud. The length of the values\n\
00279 # array should be the same as the length of the points array in the\n\
00280 # PointCloud, and each value should be associated with the corresponding\n\
00281 # point.\n\
00282 \n\
00283 # Channel names in existing practice include:\n\
00284 #   \"u\", \"v\" - row and column (respectively) in the left stereo image.\n\
00285 #              This is opposite to usual conventions but remains for\n\
00286 #              historical reasons. The newer PointCloud2 message has no\n\
00287 #              such problem.\n\
00288 #   \"rgb\" - For point clouds produced by color stereo cameras. uint8\n\
00289 #           (R,G,B) values packed into the least significant 24 bits,\n\
00290 #           in order.\n\
00291 #   \"intensity\" - laser or pixel intensity.\n\
00292 #   \"distance\"\n\
00293 \n\
00294 # The channel name should give semantics of the channel (e.g.\n\
00295 # \"intensity\" instead of \"value\").\n\
00296 string name\n\
00297 \n\
00298 # The values array should be 1-1 with the elements of the associated\n\
00299 # PointCloud.\n\
00300 float32[] values\n\
00301 \n\
00302 ================================================================================\n\
00303 MSG: object_manipulation_msgs/SceneRegion\n\
00304 # Point cloud\n\
00305 sensor_msgs/PointCloud2 cloud\n\
00306 \n\
00307 # Indices for the region of interest\n\
00308 int32[] mask\n\
00309 \n\
00310 # One of the corresponding 2D images, if applicable\n\
00311 sensor_msgs/Image image\n\
00312 \n\
00313 # The disparity image, if applicable\n\
00314 sensor_msgs/Image disparity_image\n\
00315 \n\
00316 # Camera info for the camera that took the image\n\
00317 sensor_msgs/CameraInfo cam_info\n\
00318 \n\
00319 # a 3D region of interest for grasp planning\n\
00320 geometry_msgs/PoseStamped  roi_box_pose\n\
00321 geometry_msgs/Vector3      roi_box_dims\n\
00322 \n\
00323 ================================================================================\n\
00324 MSG: sensor_msgs/PointCloud2\n\
00325 # This message holds a collection of N-dimensional points, which may\n\
00326 # contain additional information such as normals, intensity, etc. The\n\
00327 # point data is stored as a binary blob, its layout described by the\n\
00328 # contents of the \"fields\" array.\n\
00329 \n\
00330 # The point cloud data may be organized 2d (image-like) or 1d\n\
00331 # (unordered). Point clouds organized as 2d images may be produced by\n\
00332 # camera depth sensors such as stereo or time-of-flight.\n\
00333 \n\
00334 # Time of sensor data acquisition, and the coordinate frame ID (for 3d\n\
00335 # points).\n\
00336 Header header\n\
00337 \n\
00338 # 2D structure of the point cloud. If the cloud is unordered, height is\n\
00339 # 1 and width is the length of the point cloud.\n\
00340 uint32 height\n\
00341 uint32 width\n\
00342 \n\
00343 # Describes the channels and their layout in the binary data blob.\n\
00344 PointField[] fields\n\
00345 \n\
00346 bool    is_bigendian # Is this data bigendian?\n\
00347 uint32  point_step   # Length of a point in bytes\n\
00348 uint32  row_step     # Length of a row in bytes\n\
00349 uint8[] data         # Actual point data, size is (row_step*height)\n\
00350 \n\
00351 bool is_dense        # True if there are no invalid points\n\
00352 \n\
00353 ================================================================================\n\
00354 MSG: sensor_msgs/PointField\n\
00355 # This message holds the description of one point entry in the\n\
00356 # PointCloud2 message format.\n\
00357 uint8 INT8    = 1\n\
00358 uint8 UINT8   = 2\n\
00359 uint8 INT16   = 3\n\
00360 uint8 UINT16  = 4\n\
00361 uint8 INT32   = 5\n\
00362 uint8 UINT32  = 6\n\
00363 uint8 FLOAT32 = 7\n\
00364 uint8 FLOAT64 = 8\n\
00365 \n\
00366 string name      # Name of field\n\
00367 uint32 offset    # Offset from start of point struct\n\
00368 uint8  datatype  # Datatype enumeration, see above\n\
00369 uint32 count     # How many elements in the field\n\
00370 \n\
00371 ================================================================================\n\
00372 MSG: sensor_msgs/Image\n\
00373 # This message contains an uncompressed image\n\
00374 # (0, 0) is at top-left corner of image\n\
00375 #\n\
00376 \n\
00377 Header header        # Header timestamp should be acquisition time of image\n\
00378                      # Header frame_id should be optical frame of camera\n\
00379                      # origin of frame should be optical center of cameara\n\
00380                      # +x should point to the right in the image\n\
00381                      # +y should point down in the image\n\
00382                      # +z should point into to plane of the image\n\
00383                      # If the frame_id here and the frame_id of the CameraInfo\n\
00384                      # message associated with the image conflict\n\
00385                      # the behavior is undefined\n\
00386 \n\
00387 uint32 height         # image height, that is, number of rows\n\
00388 uint32 width          # image width, that is, number of columns\n\
00389 \n\
00390 # The legal values for encoding are in file src/image_encodings.cpp\n\
00391 # If you want to standardize a new string format, join\n\
00392 # ros-users@lists.sourceforge.net and send an email proposing a new encoding.\n\
00393 \n\
00394 string encoding       # Encoding of pixels -- channel meaning, ordering, size\n\
00395                       # taken from the list of strings in src/image_encodings.cpp\n\
00396 \n\
00397 uint8 is_bigendian    # is this data bigendian?\n\
00398 uint32 step           # Full row length in bytes\n\
00399 uint8[] data          # actual matrix data, size is (step * rows)\n\
00400 \n\
00401 ================================================================================\n\
00402 MSG: sensor_msgs/CameraInfo\n\
00403 # This message defines meta information for a camera. It should be in a\n\
00404 # camera namespace on topic \"camera_info\" and accompanied by up to five\n\
00405 # image topics named:\n\
00406 #\n\
00407 #   image_raw - raw data from the camera driver, possibly Bayer encoded\n\
00408 #   image            - monochrome, distorted\n\
00409 #   image_color      - color, distorted\n\
00410 #   image_rect       - monochrome, rectified\n\
00411 #   image_rect_color - color, rectified\n\
00412 #\n\
00413 # The image_pipeline contains packages (image_proc, stereo_image_proc)\n\
00414 # for producing the four processed image topics from image_raw and\n\
00415 # camera_info. The meaning of the camera parameters are described in\n\
00416 # detail at http://www.ros.org/wiki/image_pipeline/CameraInfo.\n\
00417 #\n\
00418 # The image_geometry package provides a user-friendly interface to\n\
00419 # common operations using this meta information. If you want to, e.g.,\n\
00420 # project a 3d point into image coordinates, we strongly recommend\n\
00421 # using image_geometry.\n\
00422 #\n\
00423 # If the camera is uncalibrated, the matrices D, K, R, P should be left\n\
00424 # zeroed out. In particular, clients may assume that K[0] == 0.0\n\
00425 # indicates an uncalibrated camera.\n\
00426 \n\
00427 #######################################################################\n\
00428 #                     Image acquisition info                          #\n\
00429 #######################################################################\n\
00430 \n\
00431 # Time of image acquisition, camera coordinate frame ID\n\
00432 Header header    # Header timestamp should be acquisition time of image\n\
00433                  # Header frame_id should be optical frame of camera\n\
00434                  # origin of frame should be optical center of camera\n\
00435                  # +x should point to the right in the image\n\
00436                  # +y should point down in the image\n\
00437                  # +z should point into the plane of the image\n\
00438 \n\
00439 \n\
00440 #######################################################################\n\
00441 #                      Calibration Parameters                         #\n\
00442 #######################################################################\n\
00443 # These are fixed during camera calibration. Their values will be the #\n\
00444 # same in all messages until the camera is recalibrated. Note that    #\n\
00445 # self-calibrating systems may \"recalibrate\" frequently.              #\n\
00446 #                                                                     #\n\
00447 # The internal parameters can be used to warp a raw (distorted) image #\n\
00448 # to:                                                                 #\n\
00449 #   1. An undistorted image (requires D and K)                        #\n\
00450 #   2. A rectified image (requires D, K, R)                           #\n\
00451 # The projection matrix P projects 3D points into the rectified image.#\n\
00452 #######################################################################\n\
00453 \n\
00454 # The image dimensions with which the camera was calibrated. Normally\n\
00455 # this will be the full camera resolution in pixels.\n\
00456 uint32 height\n\
00457 uint32 width\n\
00458 \n\
00459 # The distortion model used. Supported models are listed in\n\
00460 # sensor_msgs/distortion_models.h. For most cameras, \"plumb_bob\" - a\n\
00461 # simple model of radial and tangential distortion - is sufficent.\n\
00462 string distortion_model\n\
00463 \n\
00464 # The distortion parameters, size depending on the distortion model.\n\
00465 # For \"plumb_bob\", the 5 parameters are: (k1, k2, t1, t2, k3).\n\
00466 float64[] D\n\
00467 \n\
00468 # Intrinsic camera matrix for the raw (distorted) images.\n\
00469 #     [fx  0 cx]\n\
00470 # K = [ 0 fy cy]\n\
00471 #     [ 0  0  1]\n\
00472 # Projects 3D points in the camera coordinate frame to 2D pixel\n\
00473 # coordinates using the focal lengths (fx, fy) and principal point\n\
00474 # (cx, cy).\n\
00475 float64[9]  K # 3x3 row-major matrix\n\
00476 \n\
00477 # Rectification matrix (stereo cameras only)\n\
00478 # A rotation matrix aligning the camera coordinate system to the ideal\n\
00479 # stereo image plane so that epipolar lines in both stereo images are\n\
00480 # parallel.\n\
00481 float64[9]  R # 3x3 row-major matrix\n\
00482 \n\
00483 # Projection/camera matrix\n\
00484 #     [fx'  0  cx' Tx]\n\
00485 # P = [ 0  fy' cy' Ty]\n\
00486 #     [ 0   0   1   0]\n\
00487 # By convention, this matrix specifies the intrinsic (camera) matrix\n\
00488 #  of the processed (rectified) image. That is, the left 3x3 portion\n\
00489 #  is the normal camera intrinsic matrix for the rectified image.\n\
00490 # It projects 3D points in the camera coordinate frame to 2D pixel\n\
00491 #  coordinates using the focal lengths (fx', fy') and principal point\n\
00492 #  (cx', cy') - these may differ from the values in K.\n\
00493 # For monocular cameras, Tx = Ty = 0. Normally, monocular cameras will\n\
00494 #  also have R = the identity and P[1:3,1:3] = K.\n\
00495 # For a stereo pair, the fourth column [Tx Ty 0]' is related to the\n\
00496 #  position of the optical center of the second camera in the first\n\
00497 #  camera's frame. We assume Tz = 0 so both cameras are in the same\n\
00498 #  stereo image plane. The first camera always has Tx = Ty = 0. For\n\
00499 #  the right (second) camera of a horizontal stereo pair, Ty = 0 and\n\
00500 #  Tx = -fx' * B, where B is the baseline between the cameras.\n\
00501 # Given a 3D point [X Y Z]', the projection (x, y) of the point onto\n\
00502 #  the rectified image is given by:\n\
00503 #  [u v w]' = P * [X Y Z 1]'\n\
00504 #         x = u / w\n\
00505 #         y = v / w\n\
00506 #  This holds for both images of a stereo pair.\n\
00507 float64[12] P # 3x4 row-major matrix\n\
00508 \n\
00509 \n\
00510 #######################################################################\n\
00511 #                      Operational Parameters                         #\n\
00512 #######################################################################\n\
00513 # These define the image region actually captured by the camera       #\n\
00514 # driver. Although they affect the geometry of the output image, they #\n\
00515 # may be changed freely without recalibrating the camera.             #\n\
00516 #######################################################################\n\
00517 \n\
00518 # Binning refers here to any camera setting which combines rectangular\n\
00519 #  neighborhoods of pixels into larger \"super-pixels.\" It reduces the\n\
00520 #  resolution of the output image to\n\
00521 #  (width / binning_x) x (height / binning_y).\n\
00522 # The default values binning_x = binning_y = 0 is considered the same\n\
00523 #  as binning_x = binning_y = 1 (no subsampling).\n\
00524 uint32 binning_x\n\
00525 uint32 binning_y\n\
00526 \n\
00527 # Region of interest (subwindow of full camera resolution), given in\n\
00528 #  full resolution (unbinned) image coordinates. A particular ROI\n\
00529 #  always denotes the same window of pixels on the camera sensor,\n\
00530 #  regardless of binning settings.\n\
00531 # The default setting of roi (all values 0) is considered the same as\n\
00532 #  full resolution (roi.width = width, roi.height = height).\n\
00533 RegionOfInterest roi\n\
00534 \n\
00535 ================================================================================\n\
00536 MSG: sensor_msgs/RegionOfInterest\n\
00537 # This message is used to specify a region of interest within an image.\n\
00538 #\n\
00539 # When used to specify the ROI setting of the camera when the image was\n\
00540 # taken, the height and width fields should either match the height and\n\
00541 # width fields for the associated image; or height = width = 0\n\
00542 # indicates that the full resolution image was captured.\n\
00543 \n\
00544 uint32 x_offset  # Leftmost pixel of the ROI\n\
00545                  # (0 if the ROI includes the left edge of the image)\n\
00546 uint32 y_offset  # Topmost pixel of the ROI\n\
00547                  # (0 if the ROI includes the top edge of the image)\n\
00548 uint32 height    # Height of ROI\n\
00549 uint32 width     # Width of ROI\n\
00550 \n\
00551 # True if a distinct rectified ROI should be calculated from the \"raw\"\n\
00552 # ROI in this message. Typically this should be False if the full image\n\
00553 # is captured (ROI not used), and True if a subwindow is captured (ROI\n\
00554 # used).\n\
00555 bool do_rectify\n\
00556 \n\
00557 ================================================================================\n\
00558 MSG: geometry_msgs/Vector3\n\
00559 # This represents a vector in free space. \n\
00560 \n\
00561 float64 x\n\
00562 float64 y\n\
00563 float64 z\n\
00564 ================================================================================\n\
00565 MSG: trajectory_msgs/JointTrajectory\n\
00566 Header header\n\
00567 string[] joint_names\n\
00568 JointTrajectoryPoint[] points\n\
00569 ================================================================================\n\
00570 MSG: trajectory_msgs/JointTrajectoryPoint\n\
00571 float64[] positions\n\
00572 float64[] velocities\n\
00573 float64[] accelerations\n\
00574 duration time_from_start\n\
00575 ================================================================================\n\
00576 MSG: sensor_msgs/JointState\n\
00577 # This is a message that holds data to describe the state of a set of torque controlled joints. \n\
00578 #\n\
00579 # The state of each joint (revolute or prismatic) is defined by:\n\
00580 #  * the position of the joint (rad or m),\n\
00581 #  * the velocity of the joint (rad/s or m/s) and \n\
00582 #  * the effort that is applied in the joint (Nm or N).\n\
00583 #\n\
00584 # Each joint is uniquely identified by its name\n\
00585 # The header specifies the time at which the joint states were recorded. All the joint states\n\
00586 # in one message have to be recorded at the same time.\n\
00587 #\n\
00588 # This message consists of a multiple arrays, one for each part of the joint state. \n\
00589 # The goal is to make each of the fields optional. When e.g. your joints have no\n\
00590 # effort associated with them, you can leave the effort array empty. \n\
00591 #\n\
00592 # All arrays in this message should have the same size, or be empty.\n\
00593 # This is the only way to uniquely associate the joint name with the correct\n\
00594 # states.\n\
00595 \n\
00596 \n\
00597 Header header\n\
00598 \n\
00599 string[] name\n\
00600 float64[] position\n\
00601 float64[] velocity\n\
00602 float64[] effort\n\
00603 \n\
00604 ";
00605   }
00606 
00607   static const char* value(const  ::object_manipulation_msgs::ReactiveGraspActionGoal_<ContainerAllocator> &) { return value(); } 
00608 };
00609 
00610 template<class ContainerAllocator> struct HasHeader< ::object_manipulation_msgs::ReactiveGraspActionGoal_<ContainerAllocator> > : public TrueType {};
00611 template<class ContainerAllocator> struct HasHeader< const ::object_manipulation_msgs::ReactiveGraspActionGoal_<ContainerAllocator> > : public TrueType {};
00612 } // namespace message_traits
00613 } // namespace ros
00614 
00615 namespace ros
00616 {
00617 namespace serialization
00618 {
00619 
00620 template<class ContainerAllocator> struct Serializer< ::object_manipulation_msgs::ReactiveGraspActionGoal_<ContainerAllocator> >
00621 {
00622   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00623   {
00624     stream.next(m.header);
00625     stream.next(m.goal_id);
00626     stream.next(m.goal);
00627   }
00628 
00629   ROS_DECLARE_ALLINONE_SERIALIZER;
00630 }; // struct ReactiveGraspActionGoal_
00631 } // namespace serialization
00632 } // namespace ros
00633 
00634 namespace ros
00635 {
00636 namespace message_operations
00637 {
00638 
00639 template<class ContainerAllocator>
00640 struct Printer< ::object_manipulation_msgs::ReactiveGraspActionGoal_<ContainerAllocator> >
00641 {
00642   template<typename Stream> static void stream(Stream& s, const std::string& indent, const  ::object_manipulation_msgs::ReactiveGraspActionGoal_<ContainerAllocator> & v) 
00643   {
00644     s << indent << "header: ";
00645 s << std::endl;
00646     Printer< ::std_msgs::Header_<ContainerAllocator> >::stream(s, indent + "  ", v.header);
00647     s << indent << "goal_id: ";
00648 s << std::endl;
00649     Printer< ::actionlib_msgs::GoalID_<ContainerAllocator> >::stream(s, indent + "  ", v.goal_id);
00650     s << indent << "goal: ";
00651 s << std::endl;
00652     Printer< ::object_manipulation_msgs::ReactiveGraspGoal_<ContainerAllocator> >::stream(s, indent + "  ", v.goal);
00653   }
00654 };
00655 
00656 
00657 } // namespace message_operations
00658 } // namespace ros
00659 
00660 #endif // OBJECT_MANIPULATION_MSGS_MESSAGE_REACTIVEGRASPACTIONGOAL_H
00661 


object_manipulation_msgs
Author(s): Matei Ciocarlie
autogenerated on Thu Jan 2 2014 11:38:12