Markus Vieth
Markus Vieth
So it seems like you are building your code in debug configuration. Did you check whether the libraries you link (especially the PCL libraries) are the debug version, not the...
https://learn.microsoft.com/en-us/visualstudio/debugger/how-to-set-debug-and-release-configurations?view=vs-2022 This explains how to set the build configuration of your code.
@BoBoINVICTUS Did that help? Can this issue be closed?
Closing due to no response. I am going to assume then that switching the build configuration solved the problem.
@byliut The current implementation of VoxelGrid does not guarantee that the results are exactly the same when the cloud is translated. Is there a reason why you think that or...
@sibi-venti There is some information missing in your problem description. Which class are you trying to use with `pcl::PointXY`? You mention pcl::segmentation, but which class exactly? Please show your code...
> [@mvieth](https://github.com/mvieth) pcl::segmentation > > MODEL : SAC_MODEL_LINE METHOD: SAC_MLESAC @the-code-samurai-97 Do you mean like this or what? ```cpp #define PCL_NO_PRECOMPILE #include ... pcl::ModelCoefficients::Ptr coefficients (new pcl::ModelCoefficients); pcl::PointIndices::Ptr inliers (new...
@internet-person Have you changed all your passwords?
@Ru1yi Can you please try the most recent PCL version instead, 1.14.1? I believe this issue was fixed since 1.12.1
> Do I need to update the versions of MSVC and QT at the same time? I don't think so. In our CI pipeline, we are still testing Qt 5.12.8,...