LidarPointCloud¶
- class standard_e2e.data_structures.LidarPointCloud(points, components)[source]¶
Bases:
objectSingle lidar point cloud after the adapter (numpy-backed).
points:(N, K)np.float32array.components: list ofLidarComponentof lengthK, in column order.