Jack Jansen

Results 101 comments of Jack Jansen

The problem is that `library.properties` doesn't support using URLs in its `depends=` line. So I have to make the last three libraries available through the arduino library manager.

@larshg But then shouldn't `PCL_ENABLE_SSE` be set to false automatically when building for the arm64, which doesn't have an SSE instruction set? It seems like all of the code in...

I'm glad I finally found this issue! For us the situation was even more obscure, because we were not installing `[email protected]` ourselves, but it was a dependency from some other...

@Derpius that would be very nice... I really can't be bothered to learn NuGet and all that just to get vcpkg caching working...

@zarthcode do you have example code? I gave up, because the organisation of the glfw3 distribution for Windows has many different execution models/runtime systems all lumped together (each in their...

@JeremyBorys I meant the installers loaded from . I'll update the original post. @zarthcode and @JeremyBorys FetchContent isn't a solution for me: I don't want people that download my package...

Your alternative idea sounds feasible, indeed. But wouldn't the signature of this function would become a bit clunky? Because you'll have to pass in `input_`, `index_vector`, `first_index` and `last_index`, and...

Oh, one more remark, sightly off-tangent, triggered by your mention of possible future parallelization of `VoxelGrid`: in my code I now use a mix of `Octree` for the higher levels...

My main reason is that I was running into the index limit of `VoxelGrid` (my point clouds are humans captured by four to eight RGBD cameras, 1M-2Mpoints in a space...

I'm late to the party, but FYI for people getting here in the future: the problem is not limited to Java programs. I don't use any Java, but because the...