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

ICP fails, caused by too new version of numpy #376

Open
AmnonDrory opened this issue Sep 20, 2020 · 0 comments
Open

ICP fails, caused by too new version of numpy #376

AmnonDrory opened this issue Sep 20, 2020 · 0 comments

Comments

@AmnonDrory
Copy link

Taken from (translated version of) https://blog.csdn.net/baidu_40840693/article/details/103780803 :

Error message:

File "pcl/pxi/registration/IterativeClosestPoint_172.pxi", line 104, in pcl._pcl.IterativeClosestPoint.icp
File "pcl/pxi/registration/IterativeClosestPoint_172.pxi", line 71, in pcl._pcl.IterativeClosestPoint.run
ValueError: Non-string object detected for the array ordering. Please pass in 'C', 'F', 'A', or 'K' instead

Reason:

The version of numpy is not compatible with pcl-python, please use the largest version of numpy 1.17.5, higher ones will cause problems

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