Closed aenoca closed 1 week ago
Theoretically, you could use either registration_colored_icp
or registration_icp
. But indeed there is a bug when using registration_icp
with TransformationEstimationForColoredICP()
, it seems the colored point cloud is not initialized correctly. I will open a PR, but you can already use registration_colored_icp
.
Okay great! I'll try that one out.
@aenoca what's your numpy version?
Checklist
main
branch).Describe the issue
I have been trying to fit two colored point clouds together using colored icp and it returns a segfault every single time. I know some other issue has brought up a similar issue but for the general icp_registration.
Steps to reproduce the bug
Error message
Segmentation fault (core dumped)
Expected behavior
A print of the transformation from one pointcloud to the other (if it has converged)
Open3D, Python and System information
Additional information
No response