object_pose_detectionGoal.h
Go to the documentation of this file.
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-fuerte-all-iri-ros.pub/doc_stacks/2013-12-06_19-37-16.229269/iri_perception/iri_perception_msgs/msg/object_pose_detectionGoal.msg */
00002 #ifndef IRI_PERCEPTION_MSGS_MESSAGE_OBJECT_POSE_DETECTIONGOAL_H
00003 #define IRI_PERCEPTION_MSGS_MESSAGE_OBJECT_POSE_DETECTIONGOAL_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 "sensor_msgs/Image.h"
00018 #include "sensor_msgs/PointCloud2.h"
00019 
00020 namespace iri_perception_msgs
00021 {
00022 template <class ContainerAllocator>
00023 struct object_pose_detectionGoal_ {
00024   typedef object_pose_detectionGoal_<ContainerAllocator> Type;
00025 
00026   object_pose_detectionGoal_()
00027   : image()
00028   , pcl()
00029   {
00030   }
00031 
00032   object_pose_detectionGoal_(const ContainerAllocator& _alloc)
00033   : image(_alloc)
00034   , pcl(_alloc)
00035   {
00036   }
00037 
00038   typedef  ::sensor_msgs::Image_<ContainerAllocator>  _image_type;
00039    ::sensor_msgs::Image_<ContainerAllocator>  image;
00040 
00041   typedef  ::sensor_msgs::PointCloud2_<ContainerAllocator>  _pcl_type;
00042    ::sensor_msgs::PointCloud2_<ContainerAllocator>  pcl;
00043 
00044 
00045   typedef boost::shared_ptr< ::iri_perception_msgs::object_pose_detectionGoal_<ContainerAllocator> > Ptr;
00046   typedef boost::shared_ptr< ::iri_perception_msgs::object_pose_detectionGoal_<ContainerAllocator>  const> ConstPtr;
00047   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00048 }; // struct object_pose_detectionGoal
00049 typedef  ::iri_perception_msgs::object_pose_detectionGoal_<std::allocator<void> > object_pose_detectionGoal;
00050 
00051 typedef boost::shared_ptr< ::iri_perception_msgs::object_pose_detectionGoal> object_pose_detectionGoalPtr;
00052 typedef boost::shared_ptr< ::iri_perception_msgs::object_pose_detectionGoal const> object_pose_detectionGoalConstPtr;
00053 
00054 
00055 template<typename ContainerAllocator>
00056 std::ostream& operator<<(std::ostream& s, const  ::iri_perception_msgs::object_pose_detectionGoal_<ContainerAllocator> & v)
00057 {
00058   ros::message_operations::Printer< ::iri_perception_msgs::object_pose_detectionGoal_<ContainerAllocator> >::stream(s, "", v);
00059   return s;}
00060 
00061 } // namespace iri_perception_msgs
00062 
00063 namespace ros
00064 {
00065 namespace message_traits
00066 {
00067 template<class ContainerAllocator> struct IsMessage< ::iri_perception_msgs::object_pose_detectionGoal_<ContainerAllocator> > : public TrueType {};
00068 template<class ContainerAllocator> struct IsMessage< ::iri_perception_msgs::object_pose_detectionGoal_<ContainerAllocator>  const> : public TrueType {};
00069 template<class ContainerAllocator>
00070 struct MD5Sum< ::iri_perception_msgs::object_pose_detectionGoal_<ContainerAllocator> > {
00071   static const char* value() 
00072   {
00073     return "bb2dc0a4b5cc55bda6bb01845b7f0217";
00074   }
00075 
00076   static const char* value(const  ::iri_perception_msgs::object_pose_detectionGoal_<ContainerAllocator> &) { return value(); } 
00077   static const uint64_t static_value1 = 0xbb2dc0a4b5cc55bdULL;
00078   static const uint64_t static_value2 = 0xa6bb01845b7f0217ULL;
00079 };
00080 
00081 template<class ContainerAllocator>
00082 struct DataType< ::iri_perception_msgs::object_pose_detectionGoal_<ContainerAllocator> > {
00083   static const char* value() 
00084   {
00085     return "iri_perception_msgs/object_pose_detectionGoal";
00086   }
00087 
00088   static const char* value(const  ::iri_perception_msgs::object_pose_detectionGoal_<ContainerAllocator> &) { return value(); } 
00089 };
00090 
00091 template<class ContainerAllocator>
00092 struct Definition< ::iri_perception_msgs::object_pose_detectionGoal_<ContainerAllocator> > {
00093   static const char* value() 
00094   {
00095     return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00096 #goal definition\n\
00097 sensor_msgs/Image       image\n\
00098 sensor_msgs/PointCloud2 pcl\n\
00099 \n\
00100 ================================================================================\n\
00101 MSG: sensor_msgs/Image\n\
00102 # This message contains an uncompressed image\n\
00103 # (0, 0) is at top-left corner of image\n\
00104 #\n\
00105 \n\
00106 Header header        # Header timestamp should be acquisition time of image\n\
00107                      # Header frame_id should be optical frame of camera\n\
00108                      # origin of frame should be optical center of cameara\n\
00109                      # +x should point to the right in the image\n\
00110                      # +y should point down in the image\n\
00111                      # +z should point into to plane of the image\n\
00112                      # If the frame_id here and the frame_id of the CameraInfo\n\
00113                      # message associated with the image conflict\n\
00114                      # the behavior is undefined\n\
00115 \n\
00116 uint32 height         # image height, that is, number of rows\n\
00117 uint32 width          # image width, that is, number of columns\n\
00118 \n\
00119 # The legal values for encoding are in file src/image_encodings.cpp\n\
00120 # If you want to standardize a new string format, join\n\
00121 # ros-users@lists.sourceforge.net and send an email proposing a new encoding.\n\
00122 \n\
00123 string encoding       # Encoding of pixels -- channel meaning, ordering, size\n\
00124                       # taken from the list of strings in src/image_encodings.cpp\n\
00125 \n\
00126 uint8 is_bigendian    # is this data bigendian?\n\
00127 uint32 step           # Full row length in bytes\n\
00128 uint8[] data          # actual matrix data, size is (step * rows)\n\
00129 \n\
00130 ================================================================================\n\
00131 MSG: std_msgs/Header\n\
00132 # Standard metadata for higher-level stamped data types.\n\
00133 # This is generally used to communicate timestamped data \n\
00134 # in a particular coordinate frame.\n\
00135 # \n\
00136 # sequence ID: consecutively increasing ID \n\
00137 uint32 seq\n\
00138 #Two-integer timestamp that is expressed as:\n\
00139 # * stamp.secs: seconds (stamp_secs) since epoch\n\
00140 # * stamp.nsecs: nanoseconds since stamp_secs\n\
00141 # time-handling sugar is provided by the client library\n\
00142 time stamp\n\
00143 #Frame this data is associated with\n\
00144 # 0: no frame\n\
00145 # 1: global frame\n\
00146 string frame_id\n\
00147 \n\
00148 ================================================================================\n\
00149 MSG: sensor_msgs/PointCloud2\n\
00150 # This message holds a collection of N-dimensional points, which may\n\
00151 # contain additional information such as normals, intensity, etc. The\n\
00152 # point data is stored as a binary blob, its layout described by the\n\
00153 # contents of the \"fields\" array.\n\
00154 \n\
00155 # The point cloud data may be organized 2d (image-like) or 1d\n\
00156 # (unordered). Point clouds organized as 2d images may be produced by\n\
00157 # camera depth sensors such as stereo or time-of-flight.\n\
00158 \n\
00159 # Time of sensor data acquisition, and the coordinate frame ID (for 3d\n\
00160 # points).\n\
00161 Header header\n\
00162 \n\
00163 # 2D structure of the point cloud. If the cloud is unordered, height is\n\
00164 # 1 and width is the length of the point cloud.\n\
00165 uint32 height\n\
00166 uint32 width\n\
00167 \n\
00168 # Describes the channels and their layout in the binary data blob.\n\
00169 PointField[] fields\n\
00170 \n\
00171 bool    is_bigendian # Is this data bigendian?\n\
00172 uint32  point_step   # Length of a point in bytes\n\
00173 uint32  row_step     # Length of a row in bytes\n\
00174 uint8[] data         # Actual point data, size is (row_step*height)\n\
00175 \n\
00176 bool is_dense        # True if there are no invalid points\n\
00177 \n\
00178 ================================================================================\n\
00179 MSG: sensor_msgs/PointField\n\
00180 # This message holds the description of one point entry in the\n\
00181 # PointCloud2 message format.\n\
00182 uint8 INT8    = 1\n\
00183 uint8 UINT8   = 2\n\
00184 uint8 INT16   = 3\n\
00185 uint8 UINT16  = 4\n\
00186 uint8 INT32   = 5\n\
00187 uint8 UINT32  = 6\n\
00188 uint8 FLOAT32 = 7\n\
00189 uint8 FLOAT64 = 8\n\
00190 \n\
00191 string name      # Name of field\n\
00192 uint32 offset    # Offset from start of point struct\n\
00193 uint8  datatype  # Datatype enumeration, see above\n\
00194 uint32 count     # How many elements in the field\n\
00195 \n\
00196 ";
00197   }
00198 
00199   static const char* value(const  ::iri_perception_msgs::object_pose_detectionGoal_<ContainerAllocator> &) { return value(); } 
00200 };
00201 
00202 } // namespace message_traits
00203 } // namespace ros
00204 
00205 namespace ros
00206 {
00207 namespace serialization
00208 {
00209 
00210 template<class ContainerAllocator> struct Serializer< ::iri_perception_msgs::object_pose_detectionGoal_<ContainerAllocator> >
00211 {
00212   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00213   {
00214     stream.next(m.image);
00215     stream.next(m.pcl);
00216   }
00217 
00218   ROS_DECLARE_ALLINONE_SERIALIZER;
00219 }; // struct object_pose_detectionGoal_
00220 } // namespace serialization
00221 } // namespace ros
00222 
00223 namespace ros
00224 {
00225 namespace message_operations
00226 {
00227 
00228 template<class ContainerAllocator>
00229 struct Printer< ::iri_perception_msgs::object_pose_detectionGoal_<ContainerAllocator> >
00230 {
00231   template<typename Stream> static void stream(Stream& s, const std::string& indent, const  ::iri_perception_msgs::object_pose_detectionGoal_<ContainerAllocator> & v) 
00232   {
00233     s << indent << "image: ";
00234 s << std::endl;
00235     Printer< ::sensor_msgs::Image_<ContainerAllocator> >::stream(s, indent + "  ", v.image);
00236     s << indent << "pcl: ";
00237 s << std::endl;
00238     Printer< ::sensor_msgs::PointCloud2_<ContainerAllocator> >::stream(s, indent + "  ", v.pcl);
00239   }
00240 };
00241 
00242 
00243 } // namespace message_operations
00244 } // namespace ros
00245 
00246 #endif // IRI_PERCEPTION_MSGS_MESSAGE_OBJECT_POSE_DETECTIONGOAL_H
00247 


iri_perception_msgs
Author(s):
autogenerated on Fri Dec 6 2013 20:02:16