Пример #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)
Пример #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)
Пример #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)
Пример #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)