_PclToDescriptorSet.py
Go to the documentation of this file.
00001 """autogenerated by genpy from iri_perception_msgs/PclToDescriptorSetRequest.msg. Do not edit."""
00002 import sys
00003 python3 = True if sys.hexversion > 0x03000000 else False
00004 import genpy
00005 import struct
00006 
00007 import std_msgs.msg
00008 import sensor_msgs.msg
00009 
00010 class PclToDescriptorSetRequest(genpy.Message):
00011   _md5sum = "56680b720436a8fbd002ea7abe6966e1"
00012   _type = "iri_perception_msgs/PclToDescriptorSetRequest"
00013   _has_header = False #flag to mark the presence of a Header object
00014   _full_text = """
00015 sensor_msgs/PointCloud2 pointcloud
00016 
00017 ================================================================================
00018 MSG: sensor_msgs/PointCloud2
00019 # This message holds a collection of N-dimensional points, which may
00020 # contain additional information such as normals, intensity, etc. The
00021 # point data is stored as a binary blob, its layout described by the
00022 # contents of the "fields" array.
00023 
00024 # The point cloud data may be organized 2d (image-like) or 1d
00025 # (unordered). Point clouds organized as 2d images may be produced by
00026 # camera depth sensors such as stereo or time-of-flight.
00027 
00028 # Time of sensor data acquisition, and the coordinate frame ID (for 3d
00029 # points).
00030 Header header
00031 
00032 # 2D structure of the point cloud. If the cloud is unordered, height is
00033 # 1 and width is the length of the point cloud.
00034 uint32 height
00035 uint32 width
00036 
00037 # Describes the channels and their layout in the binary data blob.
00038 PointField[] fields
00039 
00040 bool    is_bigendian # Is this data bigendian?
00041 uint32  point_step   # Length of a point in bytes
00042 uint32  row_step     # Length of a row in bytes
00043 uint8[] data         # Actual point data, size is (row_step*height)
00044 
00045 bool is_dense        # True if there are no invalid points
00046 
00047 ================================================================================
00048 MSG: std_msgs/Header
00049 # Standard metadata for higher-level stamped data types.
00050 # This is generally used to communicate timestamped data 
00051 # in a particular coordinate frame.
00052 # 
00053 # sequence ID: consecutively increasing ID 
00054 uint32 seq
00055 #Two-integer timestamp that is expressed as:
00056 # * stamp.secs: seconds (stamp_secs) since epoch
00057 # * stamp.nsecs: nanoseconds since stamp_secs
00058 # time-handling sugar is provided by the client library
00059 time stamp
00060 #Frame this data is associated with
00061 # 0: no frame
00062 # 1: global frame
00063 string frame_id
00064 
00065 ================================================================================
00066 MSG: sensor_msgs/PointField
00067 # This message holds the description of one point entry in the
00068 # PointCloud2 message format.
00069 uint8 INT8    = 1
00070 uint8 UINT8   = 2
00071 uint8 INT16   = 3
00072 uint8 UINT16  = 4
00073 uint8 INT32   = 5
00074 uint8 UINT32  = 6
00075 uint8 FLOAT32 = 7
00076 uint8 FLOAT64 = 8
00077 
00078 string name      # Name of field
00079 uint32 offset    # Offset from start of point struct
00080 uint8  datatype  # Datatype enumeration, see above
00081 uint32 count     # How many elements in the field
00082 
00083 """
00084   __slots__ = ['pointcloud']
00085   _slot_types = ['sensor_msgs/PointCloud2']
00086 
00087   def __init__(self, *args, **kwds):
00088     """
00089     Constructor. Any message fields that are implicitly/explicitly
00090     set to None will be assigned a default value. The recommend
00091     use is keyword arguments as this is more robust to future message
00092     changes.  You cannot mix in-order arguments and keyword arguments.
00093 
00094     The available fields are:
00095        pointcloud
00096 
00097     :param args: complete set of field values, in .msg order
00098     :param kwds: use keyword arguments corresponding to message field names
00099     to set specific fields.
00100     """
00101     if args or kwds:
00102       super(PclToDescriptorSetRequest, self).__init__(*args, **kwds)
00103       #message fields cannot be None, assign default values for those that are
00104       if self.pointcloud is None:
00105         self.pointcloud = sensor_msgs.msg.PointCloud2()
00106     else:
00107       self.pointcloud = sensor_msgs.msg.PointCloud2()
00108 
00109   def _get_types(self):
00110     """
00111     internal API method
00112     """
00113     return self._slot_types
00114 
00115   def serialize(self, buff):
00116     """
00117     serialize message into buffer
00118     :param buff: buffer, ``StringIO``
00119     """
00120     try:
00121       _x = self
00122       buff.write(_struct_3I.pack(_x.pointcloud.header.seq, _x.pointcloud.header.stamp.secs, _x.pointcloud.header.stamp.nsecs))
00123       _x = self.pointcloud.header.frame_id
00124       length = len(_x)
00125       if python3 or type(_x) == unicode:
00126         _x = _x.encode('utf-8')
00127         length = len(_x)
00128       buff.write(struct.pack('<I%ss'%length, length, _x))
00129       _x = self
00130       buff.write(_struct_2I.pack(_x.pointcloud.height, _x.pointcloud.width))
00131       length = len(self.pointcloud.fields)
00132       buff.write(_struct_I.pack(length))
00133       for val1 in self.pointcloud.fields:
00134         _x = val1.name
00135         length = len(_x)
00136         if python3 or type(_x) == unicode:
00137           _x = _x.encode('utf-8')
00138           length = len(_x)
00139         buff.write(struct.pack('<I%ss'%length, length, _x))
00140         _x = val1
00141         buff.write(_struct_IBI.pack(_x.offset, _x.datatype, _x.count))
00142       _x = self
00143       buff.write(_struct_B2I.pack(_x.pointcloud.is_bigendian, _x.pointcloud.point_step, _x.pointcloud.row_step))
00144       _x = self.pointcloud.data
00145       length = len(_x)
00146       # - if encoded as a list instead, serialize as bytes instead of string
00147       if type(_x) in [list, tuple]:
00148         buff.write(struct.pack('<I%sB'%length, length, *_x))
00149       else:
00150         buff.write(struct.pack('<I%ss'%length, length, _x))
00151       buff.write(_struct_B.pack(self.pointcloud.is_dense))
00152     except struct.error as se: self._check_types(se)
00153     except TypeError as te: self._check_types(te)
00154 
00155   def deserialize(self, str):
00156     """
00157     unpack serialized message in str into this message instance
00158     :param str: byte array of serialized message, ``str``
00159     """
00160     try:
00161       if self.pointcloud is None:
00162         self.pointcloud = sensor_msgs.msg.PointCloud2()
00163       end = 0
00164       _x = self
00165       start = end
00166       end += 12
00167       (_x.pointcloud.header.seq, _x.pointcloud.header.stamp.secs, _x.pointcloud.header.stamp.nsecs,) = _struct_3I.unpack(str[start:end])
00168       start = end
00169       end += 4
00170       (length,) = _struct_I.unpack(str[start:end])
00171       start = end
00172       end += length
00173       if python3:
00174         self.pointcloud.header.frame_id = str[start:end].decode('utf-8')
00175       else:
00176         self.pointcloud.header.frame_id = str[start:end]
00177       _x = self
00178       start = end
00179       end += 8
00180       (_x.pointcloud.height, _x.pointcloud.width,) = _struct_2I.unpack(str[start:end])
00181       start = end
00182       end += 4
00183       (length,) = _struct_I.unpack(str[start:end])
00184       self.pointcloud.fields = []
00185       for i in range(0, length):
00186         val1 = sensor_msgs.msg.PointField()
00187         start = end
00188         end += 4
00189         (length,) = _struct_I.unpack(str[start:end])
00190         start = end
00191         end += length
00192         if python3:
00193           val1.name = str[start:end].decode('utf-8')
00194         else:
00195           val1.name = str[start:end]
00196         _x = val1
00197         start = end
00198         end += 9
00199         (_x.offset, _x.datatype, _x.count,) = _struct_IBI.unpack(str[start:end])
00200         self.pointcloud.fields.append(val1)
00201       _x = self
00202       start = end
00203       end += 9
00204       (_x.pointcloud.is_bigendian, _x.pointcloud.point_step, _x.pointcloud.row_step,) = _struct_B2I.unpack(str[start:end])
00205       self.pointcloud.is_bigendian = bool(self.pointcloud.is_bigendian)
00206       start = end
00207       end += 4
00208       (length,) = _struct_I.unpack(str[start:end])
00209       start = end
00210       end += length
00211       if python3:
00212         self.pointcloud.data = str[start:end].decode('utf-8')
00213       else:
00214         self.pointcloud.data = str[start:end]
00215       start = end
00216       end += 1
00217       (self.pointcloud.is_dense,) = _struct_B.unpack(str[start:end])
00218       self.pointcloud.is_dense = bool(self.pointcloud.is_dense)
00219       return self
00220     except struct.error as e:
00221       raise genpy.DeserializationError(e) #most likely buffer underfill
00222 
00223 
00224   def serialize_numpy(self, buff, numpy):
00225     """
00226     serialize message with numpy array types into buffer
00227     :param buff: buffer, ``StringIO``
00228     :param numpy: numpy python module
00229     """
00230     try:
00231       _x = self
00232       buff.write(_struct_3I.pack(_x.pointcloud.header.seq, _x.pointcloud.header.stamp.secs, _x.pointcloud.header.stamp.nsecs))
00233       _x = self.pointcloud.header.frame_id
00234       length = len(_x)
00235       if python3 or type(_x) == unicode:
00236         _x = _x.encode('utf-8')
00237         length = len(_x)
00238       buff.write(struct.pack('<I%ss'%length, length, _x))
00239       _x = self
00240       buff.write(_struct_2I.pack(_x.pointcloud.height, _x.pointcloud.width))
00241       length = len(self.pointcloud.fields)
00242       buff.write(_struct_I.pack(length))
00243       for val1 in self.pointcloud.fields:
00244         _x = val1.name
00245         length = len(_x)
00246         if python3 or type(_x) == unicode:
00247           _x = _x.encode('utf-8')
00248           length = len(_x)
00249         buff.write(struct.pack('<I%ss'%length, length, _x))
00250         _x = val1
00251         buff.write(_struct_IBI.pack(_x.offset, _x.datatype, _x.count))
00252       _x = self
00253       buff.write(_struct_B2I.pack(_x.pointcloud.is_bigendian, _x.pointcloud.point_step, _x.pointcloud.row_step))
00254       _x = self.pointcloud.data
00255       length = len(_x)
00256       # - if encoded as a list instead, serialize as bytes instead of string
00257       if type(_x) in [list, tuple]:
00258         buff.write(struct.pack('<I%sB'%length, length, *_x))
00259       else:
00260         buff.write(struct.pack('<I%ss'%length, length, _x))
00261       buff.write(_struct_B.pack(self.pointcloud.is_dense))
00262     except struct.error as se: self._check_types(se)
00263     except TypeError as te: self._check_types(te)
00264 
00265   def deserialize_numpy(self, str, numpy):
00266     """
00267     unpack serialized message in str into this message instance using numpy for array types
00268     :param str: byte array of serialized message, ``str``
00269     :param numpy: numpy python module
00270     """
00271     try:
00272       if self.pointcloud is None:
00273         self.pointcloud = sensor_msgs.msg.PointCloud2()
00274       end = 0
00275       _x = self
00276       start = end
00277       end += 12
00278       (_x.pointcloud.header.seq, _x.pointcloud.header.stamp.secs, _x.pointcloud.header.stamp.nsecs,) = _struct_3I.unpack(str[start:end])
00279       start = end
00280       end += 4
00281       (length,) = _struct_I.unpack(str[start:end])
00282       start = end
00283       end += length
00284       if python3:
00285         self.pointcloud.header.frame_id = str[start:end].decode('utf-8')
00286       else:
00287         self.pointcloud.header.frame_id = str[start:end]
00288       _x = self
00289       start = end
00290       end += 8
00291       (_x.pointcloud.height, _x.pointcloud.width,) = _struct_2I.unpack(str[start:end])
00292       start = end
00293       end += 4
00294       (length,) = _struct_I.unpack(str[start:end])
00295       self.pointcloud.fields = []
00296       for i in range(0, length):
00297         val1 = sensor_msgs.msg.PointField()
00298         start = end
00299         end += 4
00300         (length,) = _struct_I.unpack(str[start:end])
00301         start = end
00302         end += length
00303         if python3:
00304           val1.name = str[start:end].decode('utf-8')
00305         else:
00306           val1.name = str[start:end]
00307         _x = val1
00308         start = end
00309         end += 9
00310         (_x.offset, _x.datatype, _x.count,) = _struct_IBI.unpack(str[start:end])
00311         self.pointcloud.fields.append(val1)
00312       _x = self
00313       start = end
00314       end += 9
00315       (_x.pointcloud.is_bigendian, _x.pointcloud.point_step, _x.pointcloud.row_step,) = _struct_B2I.unpack(str[start:end])
00316       self.pointcloud.is_bigendian = bool(self.pointcloud.is_bigendian)
00317       start = end
00318       end += 4
00319       (length,) = _struct_I.unpack(str[start:end])
00320       start = end
00321       end += length
00322       if python3:
00323         self.pointcloud.data = str[start:end].decode('utf-8')
00324       else:
00325         self.pointcloud.data = str[start:end]
00326       start = end
00327       end += 1
00328       (self.pointcloud.is_dense,) = _struct_B.unpack(str[start:end])
00329       self.pointcloud.is_dense = bool(self.pointcloud.is_dense)
00330       return self
00331     except struct.error as e:
00332       raise genpy.DeserializationError(e) #most likely buffer underfill
00333 
00334 _struct_I = genpy.struct_I
00335 _struct_IBI = struct.Struct("<IBI")
00336 _struct_3I = struct.Struct("<3I")
00337 _struct_B = struct.Struct("<B")
00338 _struct_2I = struct.Struct("<2I")
00339 _struct_B2I = struct.Struct("<B2I")
00340 """autogenerated by genpy from iri_perception_msgs/PclToDescriptorSetResponse.msg. Do not edit."""
00341 import sys
00342 python3 = True if sys.hexversion > 0x03000000 else False
00343 import genpy
00344 import struct
00345 
00346 import geometry_msgs.msg
00347 import iri_perception_msgs.msg
00348 import std_msgs.msg
00349 
00350 class PclToDescriptorSetResponse(genpy.Message):
00351   _md5sum = "db5e12e66d3b02ca867728f150b58d69"
00352   _type = "iri_perception_msgs/PclToDescriptorSetResponse"
00353   _has_header = False #flag to mark the presence of a Header object
00354   _full_text = """
00355 iri_perception_msgs/DescriptorSet descriptor_set
00356 
00357 
00358 ================================================================================
00359 MSG: iri_perception_msgs/DescriptorSet
00360 Header header
00361 int32 num_orient_bins
00362 int32 num_spa_bins
00363 int32 num
00364 int32 len
00365 int32 width
00366 int32 height
00367 iri_perception_msgs/Descriptor[] descriptors
00368 
00369 ================================================================================
00370 MSG: std_msgs/Header
00371 # Standard metadata for higher-level stamped data types.
00372 # This is generally used to communicate timestamped data 
00373 # in a particular coordinate frame.
00374 # 
00375 # sequence ID: consecutively increasing ID 
00376 uint32 seq
00377 #Two-integer timestamp that is expressed as:
00378 # * stamp.secs: seconds (stamp_secs) since epoch
00379 # * stamp.nsecs: nanoseconds since stamp_secs
00380 # time-handling sugar is provided by the client library
00381 time stamp
00382 #Frame this data is associated with
00383 # 0: no frame
00384 # 1: global frame
00385 string frame_id
00386 
00387 ================================================================================
00388 MSG: iri_perception_msgs/Descriptor
00389 float32[] descriptor
00390 geometry_msgs/Vector3 point3d
00391 int32 u
00392 int32 v
00393 float32 orientation
00394 
00395 ================================================================================
00396 MSG: geometry_msgs/Vector3
00397 # This represents a vector in free space. 
00398 
00399 float64 x
00400 float64 y
00401 float64 z
00402 """
00403   __slots__ = ['descriptor_set']
00404   _slot_types = ['iri_perception_msgs/DescriptorSet']
00405 
00406   def __init__(self, *args, **kwds):
00407     """
00408     Constructor. Any message fields that are implicitly/explicitly
00409     set to None will be assigned a default value. The recommend
00410     use is keyword arguments as this is more robust to future message
00411     changes.  You cannot mix in-order arguments and keyword arguments.
00412 
00413     The available fields are:
00414        descriptor_set
00415 
00416     :param args: complete set of field values, in .msg order
00417     :param kwds: use keyword arguments corresponding to message field names
00418     to set specific fields.
00419     """
00420     if args or kwds:
00421       super(PclToDescriptorSetResponse, self).__init__(*args, **kwds)
00422       #message fields cannot be None, assign default values for those that are
00423       if self.descriptor_set is None:
00424         self.descriptor_set = iri_perception_msgs.msg.DescriptorSet()
00425     else:
00426       self.descriptor_set = iri_perception_msgs.msg.DescriptorSet()
00427 
00428   def _get_types(self):
00429     """
00430     internal API method
00431     """
00432     return self._slot_types
00433 
00434   def serialize(self, buff):
00435     """
00436     serialize message into buffer
00437     :param buff: buffer, ``StringIO``
00438     """
00439     try:
00440       _x = self
00441       buff.write(_struct_3I.pack(_x.descriptor_set.header.seq, _x.descriptor_set.header.stamp.secs, _x.descriptor_set.header.stamp.nsecs))
00442       _x = self.descriptor_set.header.frame_id
00443       length = len(_x)
00444       if python3 or type(_x) == unicode:
00445         _x = _x.encode('utf-8')
00446         length = len(_x)
00447       buff.write(struct.pack('<I%ss'%length, length, _x))
00448       _x = self
00449       buff.write(_struct_6i.pack(_x.descriptor_set.num_orient_bins, _x.descriptor_set.num_spa_bins, _x.descriptor_set.num, _x.descriptor_set.len, _x.descriptor_set.width, _x.descriptor_set.height))
00450       length = len(self.descriptor_set.descriptors)
00451       buff.write(_struct_I.pack(length))
00452       for val1 in self.descriptor_set.descriptors:
00453         length = len(val1.descriptor)
00454         buff.write(_struct_I.pack(length))
00455         pattern = '<%sf'%length
00456         buff.write(struct.pack(pattern, *val1.descriptor))
00457         _v1 = val1.point3d
00458         _x = _v1
00459         buff.write(_struct_3d.pack(_x.x, _x.y, _x.z))
00460         _x = val1
00461         buff.write(_struct_2if.pack(_x.u, _x.v, _x.orientation))
00462     except struct.error as se: self._check_types(se)
00463     except TypeError as te: self._check_types(te)
00464 
00465   def deserialize(self, str):
00466     """
00467     unpack serialized message in str into this message instance
00468     :param str: byte array of serialized message, ``str``
00469     """
00470     try:
00471       if self.descriptor_set is None:
00472         self.descriptor_set = iri_perception_msgs.msg.DescriptorSet()
00473       end = 0
00474       _x = self
00475       start = end
00476       end += 12
00477       (_x.descriptor_set.header.seq, _x.descriptor_set.header.stamp.secs, _x.descriptor_set.header.stamp.nsecs,) = _struct_3I.unpack(str[start:end])
00478       start = end
00479       end += 4
00480       (length,) = _struct_I.unpack(str[start:end])
00481       start = end
00482       end += length
00483       if python3:
00484         self.descriptor_set.header.frame_id = str[start:end].decode('utf-8')
00485       else:
00486         self.descriptor_set.header.frame_id = str[start:end]
00487       _x = self
00488       start = end
00489       end += 24
00490       (_x.descriptor_set.num_orient_bins, _x.descriptor_set.num_spa_bins, _x.descriptor_set.num, _x.descriptor_set.len, _x.descriptor_set.width, _x.descriptor_set.height,) = _struct_6i.unpack(str[start:end])
00491       start = end
00492       end += 4
00493       (length,) = _struct_I.unpack(str[start:end])
00494       self.descriptor_set.descriptors = []
00495       for i in range(0, length):
00496         val1 = iri_perception_msgs.msg.Descriptor()
00497         start = end
00498         end += 4
00499         (length,) = _struct_I.unpack(str[start:end])
00500         pattern = '<%sf'%length
00501         start = end
00502         end += struct.calcsize(pattern)
00503         val1.descriptor = struct.unpack(pattern, str[start:end])
00504         _v2 = val1.point3d
00505         _x = _v2
00506         start = end
00507         end += 24
00508         (_x.x, _x.y, _x.z,) = _struct_3d.unpack(str[start:end])
00509         _x = val1
00510         start = end
00511         end += 12
00512         (_x.u, _x.v, _x.orientation,) = _struct_2if.unpack(str[start:end])
00513         self.descriptor_set.descriptors.append(val1)
00514       return self
00515     except struct.error as e:
00516       raise genpy.DeserializationError(e) #most likely buffer underfill
00517 
00518 
00519   def serialize_numpy(self, buff, numpy):
00520     """
00521     serialize message with numpy array types into buffer
00522     :param buff: buffer, ``StringIO``
00523     :param numpy: numpy python module
00524     """
00525     try:
00526       _x = self
00527       buff.write(_struct_3I.pack(_x.descriptor_set.header.seq, _x.descriptor_set.header.stamp.secs, _x.descriptor_set.header.stamp.nsecs))
00528       _x = self.descriptor_set.header.frame_id
00529       length = len(_x)
00530       if python3 or type(_x) == unicode:
00531         _x = _x.encode('utf-8')
00532         length = len(_x)
00533       buff.write(struct.pack('<I%ss'%length, length, _x))
00534       _x = self
00535       buff.write(_struct_6i.pack(_x.descriptor_set.num_orient_bins, _x.descriptor_set.num_spa_bins, _x.descriptor_set.num, _x.descriptor_set.len, _x.descriptor_set.width, _x.descriptor_set.height))
00536       length = len(self.descriptor_set.descriptors)
00537       buff.write(_struct_I.pack(length))
00538       for val1 in self.descriptor_set.descriptors:
00539         length = len(val1.descriptor)
00540         buff.write(_struct_I.pack(length))
00541         pattern = '<%sf'%length
00542         buff.write(val1.descriptor.tostring())
00543         _v3 = val1.point3d
00544         _x = _v3
00545         buff.write(_struct_3d.pack(_x.x, _x.y, _x.z))
00546         _x = val1
00547         buff.write(_struct_2if.pack(_x.u, _x.v, _x.orientation))
00548     except struct.error as se: self._check_types(se)
00549     except TypeError as te: self._check_types(te)
00550 
00551   def deserialize_numpy(self, str, numpy):
00552     """
00553     unpack serialized message in str into this message instance using numpy for array types
00554     :param str: byte array of serialized message, ``str``
00555     :param numpy: numpy python module
00556     """
00557     try:
00558       if self.descriptor_set is None:
00559         self.descriptor_set = iri_perception_msgs.msg.DescriptorSet()
00560       end = 0
00561       _x = self
00562       start = end
00563       end += 12
00564       (_x.descriptor_set.header.seq, _x.descriptor_set.header.stamp.secs, _x.descriptor_set.header.stamp.nsecs,) = _struct_3I.unpack(str[start:end])
00565       start = end
00566       end += 4
00567       (length,) = _struct_I.unpack(str[start:end])
00568       start = end
00569       end += length
00570       if python3:
00571         self.descriptor_set.header.frame_id = str[start:end].decode('utf-8')
00572       else:
00573         self.descriptor_set.header.frame_id = str[start:end]
00574       _x = self
00575       start = end
00576       end += 24
00577       (_x.descriptor_set.num_orient_bins, _x.descriptor_set.num_spa_bins, _x.descriptor_set.num, _x.descriptor_set.len, _x.descriptor_set.width, _x.descriptor_set.height,) = _struct_6i.unpack(str[start:end])
00578       start = end
00579       end += 4
00580       (length,) = _struct_I.unpack(str[start:end])
00581       self.descriptor_set.descriptors = []
00582       for i in range(0, length):
00583         val1 = iri_perception_msgs.msg.Descriptor()
00584         start = end
00585         end += 4
00586         (length,) = _struct_I.unpack(str[start:end])
00587         pattern = '<%sf'%length
00588         start = end
00589         end += struct.calcsize(pattern)
00590         val1.descriptor = numpy.frombuffer(str[start:end], dtype=numpy.float32, count=length)
00591         _v4 = val1.point3d
00592         _x = _v4
00593         start = end
00594         end += 24
00595         (_x.x, _x.y, _x.z,) = _struct_3d.unpack(str[start:end])
00596         _x = val1
00597         start = end
00598         end += 12
00599         (_x.u, _x.v, _x.orientation,) = _struct_2if.unpack(str[start:end])
00600         self.descriptor_set.descriptors.append(val1)
00601       return self
00602     except struct.error as e:
00603       raise genpy.DeserializationError(e) #most likely buffer underfill
00604 
00605 _struct_I = genpy.struct_I
00606 _struct_2if = struct.Struct("<2if")
00607 _struct_6i = struct.Struct("<6i")
00608 _struct_3I = struct.Struct("<3I")
00609 _struct_3d = struct.Struct("<3d")
00610 class PclToDescriptorSet(object):
00611   _type          = 'iri_perception_msgs/PclToDescriptorSet'
00612   _md5sum = 'f55bbc2d3d079e04fdc51edb942f1d11'
00613   _request_class  = PclToDescriptorSetRequest
00614   _response_class = PclToDescriptorSetResponse


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