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

``` 98% tests passed, 2 tests failed out of 133 Total Test time (real) = 17.24 sec The following tests FAILED: 83 - io_io (Failed) 101 - outofcore_test (Failed) Errors...

I try to use gp3 to create a mesh form my slam pcd file,there are almost five million pointcloud,i use some filter to reduce my pointcloud,finally it have four million...

kind: question
kind: request

* Move `pcl::Array*` into `common/include/pcl/array_types.h` * Move `pcl::Vector*` into `common/include/pcl/vector_types.h` Work in progress. Feedback is appreciated. Will see what else can be split. I propose not to merge these small...

I downloaded the source code and used cmake to build it as described in the build section, on windows 10 and visual studio, but the generated project is empty, image...

kind: question

**Describe the bug** When using PCL linked with VTK 9.4, the internal nlohmann::json bundled inside VTK (renamed to `vtknlohmann` in `vtk_nlohmannjson.h`) is exposed publicly. This causes conflicts when a project...

kind: bug

**Context** I have defined my own points, with x, y, z and color, and an extra field that is essentially a bit mask. I have been using this for years,...

kind: request
module: filters

**Describe the bug** A CMake property is being incorrectly set on the PCL targets, causing `$` CMake generator expressions to find PCL `.lib`s when it should be the `.dll`s on...

kind: bug
platform: windows

Hello, We have encountered a segmentation fault when using the PCL and Eigen libraries together. Initially, we found that a destructor defined in a header file caused the issue. Moving...

kind: question

**Describe the bug** official package crash on windows 10 **Context** run exe inside official installed package, crash **Expected behavior** the exe should run correctly **Current Behavior** pcl_bilateral_upsampling.exe crash with errror...

kind: bug
status: triage

Hello, We just want to suggest a small improvement. Currently, the installation layout creates a folder ``` ${CMAKE_INSTALL_PREFIX}/include/pcl-${PCL_VERSION_MAJOR}.${PCL_VERSION_MINOR}/pcl ``` to install the PCL headers. Surprisingly, nothing else depends on the...

status: triage