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

**Describe the bug** When writing a PolygonMesh with large polygons, PCL doesnt properly encode the size of the vertex lists. Very specifically these lines use `uchar` to store the size...

kind: bug
module: io

![图片](https://github.com/user-attachments/assets/bc9847a3-b531-4a44-94cb-050f69e45f8e) When I use pcl::visualization::PCLVisualizer to addTextureMesh, it will report the error above and only display a PolygonMesh on visualizer as bellow. ![图片](https://github.com/user-attachments/assets/6698a77b-5bf2-4873-97ad-bfc96ad376e0)

kind: bug
module: visualization

currently, the cmake policy CMP0144 is implicitly set to old, in [this](https://github.com/PointCloudLibrary/pcl/blob/2661588573771c7c32568fa3657c9f5d4f8a3c11/PCLConfig.cmake.in#L16). If I understand things correctly, prior to CMP0144 upper-case `_ROOT` variables have been ignored. Now, using CMP0144 `NEW`,...

When: * a method was templated * the full definition was present in the header Except for any range_image files. See #5779 for reference.

module: common
changelog: fix

Backport condition from upstream https://github.com/mcneel/opennurbs/blob/v8.12.24282.07001/opennurbs_lookup.cpp#L742-L743 ### Related * #5463 * #6143

module: surface

My code is as follows: typedef pcl::PointCloud pointcloud; pointcloud::Ptr source(new pointcloud); pointcloud::Ptr target(new pointcloud); if (pcl::io::loadPCDFile("1.pcd", *source) == -1) { PCL_ERROR("Couldn't read file 1.pcd \n"); return -1; } pcl::io::loadPCDFile("1.pcd", *source);...

kind: bug
module: io

Hello everyone, thank you for your great work! I would like to ask you, how to resolve this error: --- I m trying to create all in one installer from...

kind: compile error
status: triage

We are trying to fit the bsp surface on region of mesh body. bellow are the function calls done from PCL and at the end of function it crash in...

kind: bug
status: triage

savePCDFile() function does not save the PCLHeader information that contains sequence number, timestamp and frame id information. Therefore, this is information is lost when saving and loading the data. We...

kind: bug
module: io

When cross-compiling for `arm64-android` (and possibly also for other platforms) the cmake phase fails. The problem is that `pcl_find_sse.cmake` uses `check_cxx_source_runs()` to determine whether `HAVE_MM_MALLOC` and `HAVE_POSIX_MEMALIGN` should be set....

status: triage