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

Recently I've bumped into issues trying to display a textured mesh in visualizer. The mesh was comping from a `.obj` file produced by [MVS-Texturing](https://github.com/nmoehrle/mvs-texturing). The visualized geometry was alright, but...

kind: bug
help wanted
module: io
module: surface
module: visualization

Dear all, I am using NDT registration for localization, let LiDAR local frame data as source cloud, and let global map(pre-built) as target cloud. I guess NDT(in PCL) makes distribution...

kind: question
module: registration

The use of GNUInstallDirs ensures, the files are installed in common locations on all platforms. Closes: https://github.com/PointCloudLibrary/pcl/issues/5496 Signed-off-by: Bernd Waibel

changelog: enhancement
module: cmake

**Describe the bug** I am trying to downsample a `pcl::PointXYZRGBNormal` PointCloud using a `VoxelGrid` filter. AVX2 makes my program crash, I tried it with 1.12.0 and 1.13.1, both of them...

kind: bug
status: triage

**Describe the bug** The VoxelGrid filter doesn't use the provided indices when working with PCLPointCloud2. **Context** I am using VoxelGrid on a large PCLPointCloud2. The point cloud was cropped using...

kind: bug
good first issue
help wanted
module: filters

#5921

changelog: ABI break
module: recognition

Can be enabled/disabled with the CMake option `PCL_SYMBOL_VISIBILITY_HIDDEN`. The main benefits are reduced library size and reduced risk of certain bugs. Some sources also claim that it can increase execution...

changelog: new feature

**Context** Currently, PCL uses the filesystem library from Boost. In the long term, we would like to replace all functions and classes from Boost::filesystem with something else and remove this...

good first issue
help wanted
kind: request