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

An idea for a new CI (this was discussed a few times in comments of other issues or PRs): Build and test PCL with less-common build configurations, e.g.: - C++17...

module: ci
kind: proposal

Just saw this as Clang warns: `variable 'threshold' set but not used` within the method `compare`. It seems `depth_dependent_ ` is always `true`, but could be modified via the optional...

kind: bug
status: triage

**Describe the bug** I am trying to bring PCL dependency with CMakes `FetchContent` Functionality. **Context** `FetchContent` will download PCL repo at config time and `MakeAvailable` populates the source folder of...

kind: bug
status: triage

**Describe the bug** Compile error LNK2005. ``` 2>zlib.lib(zutil.obj) : error LNK2005: z_errmsg already defined in pcl_surface.lib(zutil.obj) 2>zlib.lib(zutil.obj) : error LNK2005: zlibVersion already defined in pcl_surface.lib(zutil.obj) 2>zlib.lib(zutil.obj) : error LNK2005: zlibCompileFlags...

kind: bug
status: triage

**Describe the bug** I am trying to get PCL installed and running fully for the first time. The only full-featured way seems to be to install via compiling it myself,...

kind: bug
status: triage

https://github.com/PointCloudLibrary/pcl/blob/c51f7a2dfc2097e74957143e29a0310f3c1a5514/filters/include/pcl/filters/crop_box.h#L179 I'm (again…) debugging a problem with PCL where `Eigen::internal::handmade_aligned_free` ultimately raises SIGSEGV during shared ptr deletion of point clouds whenever I use a class which uses CropBox on (different)...

kind: bug
needs: author reply
module: common

**Describe the bug** Thanks a lot for great library. I found a suspicious code in ndt.hpp to calculate "gauss_c2" value. But I'm not sure that what is the correct answer,...

kind: bug
module: registration

Started from @mvieth's comment in #5065 cc: @larshg

kind: question
module: cmake
kind: todo

**Is your feature request related to a problem? Please describe.** Releasing PCL requires effort from multiple contributors to add the binaries for different platforms. That takes time, and is difficult...

module: ci
skill: azure
kind: todo
needs: feedback

Changes are made for point and area picking event Added new methods that user can select cloud for which wants indices, or get all selected clouds (for area picking). Get...

changelog: enhancement
module: visualization
changelog: deprecation
needs: feedback