Closed CrisGao closed 3 years ago
Thanks for testing the system. Currently, it's still under cleaning. We planed to release all files at the beginning of 2021.
@yanyan-li Thank you for making your project open source. It can run after commenting the threadPlanes() in Frame.cc. Looking forward to your entire project. Best wishes~
@yanyan-li Happy new year
I guess you have updated all the code. I pulled and compiled the code,but the same problem still occurs. According to the gdb information, it may be a problem of memory free.
I guess there is a problem with variable "coarseCloud" and "ne" in the void Frame::ComputePlanes() in Frame.cc
PointCloud::Ptr coarseCloud(new PointCloud());
pcl::IntegralImageNormalEstimation<PointT, pcl::Normal> ne;
I tried to write it as a global variable, the system can only be run once, and the error occurs the second time. I have no ideas,Hope to get your help
@yanyan-li Happy new year
I guess you have updated all the code. I pulled and compiled the code,but the same problem still occurs. According to the gdb information, it may be a problem of memory free.
I guess there is a problem with variable "coarseCloud" and "ne" in the void Frame::ComputePlanes() in Frame.cc
PointCloud::Ptr coarseCloud(new PointCloud());
pcl::IntegralImageNormalEstimation<PointT, pcl::Normal> ne;
I tried to write it as a global variable, the system can only be run once, and the error occurs the second time. I have no ideas,Hope to get your help
Happy new year. Those functions work well in my laptop. Maybe the version of PCL? We tried 1.7.0 and 1.9.0.
Run failed:segmentation fault (core dumped) run TUM error
When I run the ICL NUIM or TUM rgdb datasets, the following error will be reported.