Skip to content

TransformationEstimationPointToPlaneLLS without source normals #342

@jakobwilm

Description

@jakobwilm

TransformationEstimationPointToPlaneLLS checks for normals in the source, even though only target normals are needed.

--- transformation_estimation_point_to_plane_lls.hpp.ORG    2013-10-07 15:09:35.000000000 +0200
+++ transformation_estimation_point_to_plane_lls.hpp    2013-10-30 14:09:54.622422896 +0100
@@ -159,9 +159,6 @@
     if (!pcl_isfinite (source_it->x) ||
         !pcl_isfinite (source_it->y) ||
         !pcl_isfinite (source_it->z) ||
-        !pcl_isfinite (source_it->normal_x) ||
-        !pcl_isfinite (source_it->normal_y) ||
-        !pcl_isfinite (source_it->normal_z) ||
         !pcl_isfinite (target_it->x) ||
         !pcl_isfinite (target_it->y) ||
         !pcl_isfinite (target_it->z) ||

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions