Lars Glud

Results 138 comments of Lars Glud

collect_subproject_directory_names only search first level of directories, ie. it finds cuda and gpu... But not subdirectories. So its flawed. I tried to use a GPU method in benchmarks and I...

I tried installing metslib from source and build recognition, but it is incompatible with more than just the `setApplyAndEvaluate`, ie there are errors with the following: https://github.com/coin-or/metslib/blob/956478a9c9f1aee01097ff000c6cd13d9f9cc81a/metslib/simulated-annealing.hh#L136-L145 fx. std::variate_generator never...

See my post on vcpkg - it fails already with building PCLs dependencies and hence not PCL itself. Though that will probably come, since we don't build for arm at...

Yes, its a limitation of the windows linker. See https://learn.microsoft.com/en-us/cpp/error-messages/tool-errors/linker-tools-error-lnk1189?view=msvc-170 So we could try to split the dll into multiple ones or live with the limited amout of pointtypes. We...

Also see https://github.com/PointCloudLibrary/pcl/issues/833 for reference and history đŸ˜€

Could you share the pointcloud? I have visualized quite a few pointclouds over time and it worked well - so I doubt its a bug in PCL.

Tested it on ubuntu rq: ![image](https://github.com/PointCloudLibrary/pcl/assets/1165340/fe08d01c-888c-4531-b729-24e7a9c6acb7)

Do you build in release or debug - I can verify that the normals is wrong when running in debug mode for some (probably memory indexing) reason. Not sure if...

Pcl doesnt support system metslib properly. So the easiest option is to remove it and use the bundled version, which are updated to use boost versions of the random generators.