Skip to content
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.

pcl.NormalDistributionsTransform() is not support ? #421

Open
WarrenDream opened this issue Aug 1, 2023 · 0 comments
Open

pcl.NormalDistributionsTransform() is not support ? #421

WarrenDream opened this issue Aug 1, 2023 · 0 comments

Comments

@WarrenDream
Copy link

step_size=0.05

resolution=0.025
ndt=pcl.NormalDistributionsTransform()
ndt.set_OulierRatio(outlier_ratio)
ndt.set_StepSize(step_size)
ndt.set_Resolution(resolution)
scan_truth_cloud= pcl.PointCloud()
ndt.set_InputTarget(scan_truth_cloud)
Traceback (most recent call last):
File "", line 1, in
TypeError: set_InputTarget() takes no arguments (1 given)

i found
‎pcl/pxi/registration/NormalDistributionsTransform_180.pxi not finish the function

def set_InputTarget(self):
--
20 | # self.me.setInputTarget (cloud.this_ptr())
21 | pass

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant