NVIDIA-AI-IOT / cuPCL

A project demonstrating how to use the libs of cuPCL.
MIT License
573 stars 93 forks source link

Segmentation fault (program cc1plus) with statistical_outlier_removal header #21

Open ahmetsaglam opened 3 years ago

ahmetsaglam commented 3 years ago

Hi all, I am trying to make cuda-filter but g++ crashes. So, I figured out that _statistical_outlier_removal.h_ was causing the error so I commented out. Do you know why this is happening? I had a similar issue within another program where pcl/common/transforms.h caused the same problem. I had to fix it using an alternative library from ROS tf2. I have Jetson Nano Developer Kit 4GB memory with 2 GB of swap size (I have already tried increasing the swap size).