GPU has cuda devices: 1 ----device id: 0 info---- GPU : Orin Capbility: 8.7 Global memory: 15420MB Const memory: 64KB SM in a block: 48KB warp size: 32 threads in a block: 1024 block dim: (1024,1024,64) grid dim: (2147483647,65535,65535)
------------checking CUDA ---------------- CUDA Loaded 119978 data points from PCD file with the following fields: x y z
------------checking CUDA PassThrough ---------------- CUDA PassThrough by Time: 0.999257 ms. CUDA PassThrough before filtering: 119978 CUDA PassThrough after filtering: 5110
------------checking CUDA VoxelGrid---------------- CUDA VoxelGrid by Time: 6.46314 ms. CUDA VoxelGrid before filtering: 119978 CUDA VoxelGrid after filtering: 3440
------------checking PCL ---------------- PCL(CPU) Loaded 119978 data points from PCD file with the following fields: x y z
------------checking PCL(CPU) PassThrough ---------------- PCL(CPU) PassThrough by Time: 3.08542 ms. PointCloud before filtering: 119978 data points (x y z). PointCloud after filtering: 5110 data points (x y z).
------------checking PCL VoxelGrid---------------- PCL VoxelGrid by Time: 11.5708 ms. PointCloud before filtering: 119978 data points (x y z). PointCloud after filtering: 3440 data points (x y z).