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 have a visual C++ project of Dynamic Library (.dll) type. This is beacuse I want to use that C++ dll that I build from a C# project. I use...

needs: testing
platform: windows
kind: compile error

I have two identical clouds, with a translation diff on Z-axis about 200mm(0.2m). When clouds are in [m], ICP::IterativeClosestPointsWithNormals gives me perfect alignment, which is expected as clouds are the...

kind: bug
module: registration

## Your Environment * Operating System and version: Linux Mint 18.3 * Compiler: gcc 5.4 * PCL Version: 1.8.1 built from GitHub releases page ## Context I was using ``pcl::SACSegmentation``...

kind: bug
module: sample_consensus
kind: todo

Hi, We went through a painful process of PCL installation. In order to save someone else time, I would strongly recommend to include these steps in PCL github ReadMe file....

module: docs
good first issue
help wanted
kind: proposal
effort: low
kind: todo

**Describe the bug** Windows all-in-one installer only does a partial install when used in silent mode. **Context** I am running `allinoneinstaller.exe /S /D=C:/where/I/want/pcl` in a CI/CD (GitHub actions, but should...

needs: author reply
platform: windows
good first issue

Hi, I'm looking for a project for real time body tracking (joints estimation) using a PointCloud. I tryied to use the gpu/people_detect project but I've got a lot of errors....

status: triage

PCDWriter::writeBinaryCompressed cannot write large pcd file due to 32-bit size limitation: ``` (gdb) l 380 375 } 376 377 char* temp_buf = static_cast (malloc (static_cast (static_cast (data_size) * 1.5f +...

needs: code review

**Describe the bug** An error of unhandled exception in "pcl_features.dll" occures while running my program. **Context** I tried to run a bit modified [demonstrational example](https://pcl.readthedocs.io/en/latest/pcl_visualizer.html#pcl-visualizer) of PCL Visualizer and an...

kind: bug
status: triage

Fix append multiple BOOST_ALL_NO_LIB in preprocessor macro. Please see https://github.com/PointCloudLibrary/pcl/issues/5205 for more details. Close #5205

I encountered error https://github.com/PointCloudLibrary/pcl/issues/4926 when trying to link PCL with another library when it was compiled using a self-provided VTK (same as in issue). I found 2 workarounds. First, being...