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

**Problem** There is no point type including per-point time data. **Context** Many lidars nowadays provide per-point timestamp data. This is relevant for compensation of ego-motion etc. There is currently no...

kind: request
module: common

**Describe the bug** i cannot create pcl::segmentation with pcl::PointXY , it have a default way to convert to Eigen vector 4 map **Context** What are you trying to accomplish? Providing...

kind: bug
needs: author reply

Just found this https://github.com/PointCloudLibrary/pcl/blob/20464ce026619a04d91eb2e1cc7797bc284d4fe5/sample_consensus/include/pcl/sample_consensus/sac.h#L309-L310 Compared to this, the GPU module is already fine (apart from the slightly different type between both modules) https://github.com/PointCloudLibrary/pcl/blob/20464ce026619a04d91eb2e1cc7797bc284d4fe5/cuda/sample_consensus/include/pcl/cuda/sample_consensus/sac.h#L154-L155 Note: Sames goes for `getModelCoefficients`

good first issue
help wanted
kind: request
module: sample_consensus

**Describe the bug** I use `pcl::io::OctreePointCloudCompression` to compress and decompress a point cloud. I can see that it reads the intensity values, however when I decompressed the compressed stream, I...

kind: bug
module: octree
module: io

For explanation, see https://github.com/PointCloudLibrary/pcl/pull/6250

changelog: ABI break
module: search

I'm in deep water here, but it seems to work :) Please come with suggestions, before spent too much time in the wrong way. Could close #5589

Hi, I have seen an exe `pcl_pcd2png.exe` which works on organized point clouds. I have unorganized point clouds. Is there any way to generate images from them?

good first issue
module: tools
kind: todo

I have two same clouds, cloud1.ply and cloud2.ply, both have 35947 points. cloud2.ply is obtained from cloud1.ply by only translation, no rotation. When I use VoxelGrid filter with the same...

kind: question
module: filters

Occasionally, there may be thread jamming issues when reading a PCD file. The following is the stack information when the thread stops: #0 0x0000ffff98218b44 in std::istream::sentry::sentry(std::istream&, bool) () from /lib/aarch64-linux-gnu/libstdc++.so.6...

kind: bug
module: io

I tried using textureMeshwithMultipleCameras(mesh, my_cams) in pcl::TextureMapping, but I found that mesh.tex_coord_indices was not initialized and caused an error when saving the obj file using pcl::io::saveOBJFile(). How to solve this...

kind: bug
module: surface