pcl icon indicating copy to clipboard operation
pcl copied to clipboard

Point Cloud Library (PCL)

Results 302 pcl issues
Sort by recently updated
recently updated
newest added

I am new in PCL and I have a question on PCLVisualizer. I use realsense device to generate pointCloud whose X positive is right, Y positive is down, but when...

kind: question
status: triage

3rd split from #3841, should be last unless some other need to be split Partial fix for #3839

module: filters
changelog: fix
needs: feedback

In release build, `assert` is ignored, this PR replaces them with `PCL_ERROR`.

module: octree

Per [C++ Coding Standards item 96](https://www.oreilly.com/library/view/c-coding-standards/0321113586/ch97.html): > `memcpy` and `memcmp` violate the type system. Using `memcpy` to copy objects is like making money using a photocopier. Using `memcmp` to compare...

needs: more work

some *.hpp files like boost/mpl/assert.hpp can't open while i compilating pcl form source. ![image](https://user-images.githubusercontent.com/68807654/180435975-2c1c3771-41bf-4853-a4ee-c69c01e84276.png) ![image](https://user-images.githubusercontent.com/68807654/180436646-951e2868-fdac-46b4-9bbb-43ff8db99aae.png) ![image](https://user-images.githubusercontent.com/68807654/180436720-1106cc16-0754-4514-a7ae-36817d5722d9.png) - OS: Windows11 - Compiler: Visual Studio 2019 - PCL Version 1.12 - PCL...

platform: windows
kind: compile error
status: triage

Fixes the following crashes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32178 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32228 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=33217 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=33762 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=34134 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=35640 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=36663 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=37041 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=37125 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=39438 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=40058 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=40120 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=41152

The root CMakeLists.txt file collect subprojects using macro collect_subproject_directory_names() and stores the subproject names in PCL_MODULES_NAMES, subproject directories names in PCL_MODULES_DIRS. According to my understanding, the reason for this is...

module: cmake
status: triage

I tried to upgrade the PCL version which our CI is using for Windows from 1.11.1 to 1.12.1, but sadly this fails as somehow the build of `pcl_kdtree` creates a...

kind: bug
module: cmake
status: triage

If my assumption that for the same input PointCloud, monotonically increasing voxel size should produce monotonically decreased downsampled PointCloud is correct then something wrong with the downsampling in VoxelGrid. Let's...

kind: bug
module: filters

Replace `#ifndef` header guard with a `#pragma once` _Originally posted by @kunaltyagi in https://github.com/_render_node/MDIzOlB1bGxSZXF1ZXN0UmV2aWV3VGhyZWFkMjQ0Nzg4MDI0OnYy/pull_request_review_threads/discussion_ Maybe there's a clang-tidy flag to do this.

good first issue
help wanted
effort: low
kind: todo