BatchedLidarPointCloud¶
- class standard_e2e.data_structures.BatchedLidarPointCloud(point_clouds, device=None)[source]¶
Bases:
objectBatched lidar point clouds in concat-with-batch-index format.
Single concatenated tensor of shape
(sum_N, K)with a parallelbatch_idxtensor of shape(sum_N,)mapping each point back to its sample.All inputs must share the same
componentslist (validated).- Parameters:
point_clouds (Sequence[LidarPointCloud])
device (device | None)