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

**Is your feature request related to a problem? Please describe.** We often use NDT for point cloud registration, and it always gives a `FitnessScore`. If the `FitnessScore` is small, we...

kind: request
module: registration
status: triage

Whenever I try to display the source and target point clouds (which have displaced with some R,T matrix initially) on the same PCL viewer, the correspondence lines of the good...

The code is pretty similar and can be probably reduced by simply making a change to its signature with default initializers. ``` cpp bool addPlane (const pcl::ModelCoefficients &coefficients, double x...

good first issue
module: visualization
kind: todo

Spoke too soon, as usual. ``` $ bin/pcl_sim_test_simple ../test/colored_cloud.pcd Manually generate a simulated RGB-D point cloud using pcl::simulation. For more information, use: bin/pcl_sim_test_simple -h Status: Using GLEW 2.1.0 OpenGL 2.0...

needs: testing
platform: macos
module: simulation

the localmaxmum fliter has an error in flitered point indces, the Points in the neighborhood of a previously identified local max can not be added to indces. the code can...

kind: bug
module: filters

> what needs to be checked is how this escaped surfacing during unit tests Turns out we do not have any unit tests for `IterativeClosestPointWithNormals`. _Originally posted by @taketwo in...

good first issue
module: test
kind: todo

This "test" doesn't really belong here? It seems to capture processing times, but don't print or use them / compare them? _Originally posted by @larshg in https://github.com/PointCloudLibrary/pcl/pull/4712#discussion_r617306815_

good first issue
kind: todo
module: benchmarks

Update the [include section](http://www.pointclouds.org/documentation/advanced/pcl_style_guide.php#includes), with the correct order of includes and add a comment about why its included.

module: docs
kind: todo

This issue is to split PR #4249 into smaller pieces. Per @SergioRAgostinho > With destructors I use the following policy: > > if your class defines virtual methods which it...

good first issue
effort: low
kind: todo

Right now functions like `setPointCloudRenderingProperties` use an `int` to represent the property to be modified. This means that there is no way of knowing which properties are accepted by the...

good first issue
module: visualization
effort: low
kind: todo