ktgiahieu / Fast-PPF

Fast and Robust Pose Estimation Algorithm for Bin Picking Using Point Pair Feature
83 stars 16 forks source link

Compile the PCL problem #16

Open Serissa opened 6 months ago

Serissa commented 6 months ago

Hi, I can't compile the VTK part of the VTK when I'm translating PCL. How do you compile it.

I have solved it, but I used not the previous QT Creator experimental platform, replaced the experimental platform with VS2019 and PCL1.11, and finally I can realize the whole process, thanks again for your reply.

Originally posted by @Yfanmeng in https://github.com/ktgiahieu/Fast-PPF/issues/13#issuecomment-1754429596

Yfanmeng commented 4 months ago

Hi, I can't compile the VTK part of the VTK when I'm translating PCL. How do you compile it.

I have solved it, but I used not the previous QT Creator experimental platform, replaced the experimental platform with VS2019 and PCL1.11, and finally I can realize the whole process, thanks again for your reply.

Hi, I just saw your question, I was running this project in QC before, however, the run would report an error when it got to the part of calculating the normal vector, every time. So, I solved this problem with VS as well.