Ejemplo n.º 1
0
 def to_msg(self):
     if not HAS_SENSOR_MSGS:
         raise NotImplementedError('ROS sensor_msgs not found')
     # TODO is there some metadata we want to attach?
     return numpy_pc2.array_to_pointcloud2(self.pc_data)
Ejemplo n.º 2
0
 def to_msg(self):
     if not HAS_SENSOR_MSGS:
         raise NotImplementedError('ROS sensor_msgs not found')
     # TODO is there some metadata we want to attach?
     return numpy_pc2.array_to_pointcloud2(self.pc_data)
Ejemplo n.º 3
0
 def to_msg(self):
     if not HAS_SENSOR_MSGS:
         raise Exception("ROS sensor_msgs not found")
     # TODO is there some metadata we want to attach?
     return numpy_pc2.array_to_pointcloud2(self.pc_data)
Ejemplo n.º 4
0
 def to_msg(self):
     if not HAS_SENSOR_MSGS:
         raise NotImplementedError('ROS sensor_msgs not found')
     return numpy_pc2.array_to_pointcloud2(self.pc_data)