Closed yanliang-wang closed 3 years ago
Hi, this error may also result from the version of libpointmatcher. My version of libpointmatcher is 1.3.1. Which version of libpointmatcher are you using?
Hi wang, sorry for my late response. This error seems to happen in compiling function of vtk (the Visualization Toolkit Files). It is not the PCL issue. I suggest you check the VTK problem. About the version of libpointmatcher, I used the V1.3.0 (https://github.com/ethz-asl/libpointmatcher/releases/tag/1.3.0).
Hi wang, sorry for my late response. This error seems to happen in compiling function of vtk (the Visualization Toolkit Files). It is not the PCL issue. I suggest you check the VTK problem. About the version of libpointmatcher, I used the V1.3.0 (https://github.com/ethz-asl/libpointmatcher/releases/tag/1.3.0).
Thank you for your reply. I fixed the issue by recompiling VTK7.1.1 and PCL1.8.1.
Hi wang, sorry for my late response. This error seems to happen in compiling function of vtk (the Visualization Toolkit Files). It is not the PCL issue. I suggest you check the VTK problem. About the version of libpointmatcher, I used the V1.3.0 (https://github.com/ethz-asl/libpointmatcher/releases/tag/1.3.0).
Thank you for your reply. I fixed the issue by recompiling VTK7.1.1 and PCL1.8.1.
Recently, I ran into this problem again. Now I think the real reason should be that I had two different versions of PCL, which was installed by source and apt respectively. Finally, I sloved the problem by removing the version installed by source. And I reproduced the project in my simulation experiment successfully, which had a good performance.
A good job!
Hi wang, sorry for my late response. This error seems to happen in compiling function of vtk (the Visualization Toolkit Files). It is not the PCL issue. I suggest you check the VTK problem. About the version of libpointmatcher, I used the V1.3.0 (https://github.com/ethz-asl/libpointmatcher/releases/tag/1.3.0).
Thank you for your reply. I fixed the issue by recompiling VTK7.1.1 and PCL1.8.1.
Recently, I ran into this problem again. Now I think the real reason should be that I had two different versions of PCL, which was installed by source and apt respectively. Finally, I sloved the problem by removing the version installed by source. And I reproduced the project in my simulation experiment successfully, which had a good performance.
A good job!
Hi wang, thanks for your interest. If you find that project is helpful, I encourage you to keep going and solve more challenging problems. If you are interested in multi-LiDAR fusion, you can have a look at my latest journal work: https://github.com/gogojjh/M-LOAM, thanks.
Hello, the work is very excellent!
I was trying to reproduce it. But there was an error about vtk. The error log is as follows:
Have you ever met this error? I think this error may result from the version of PCL. My PCL is 1.8.1 installed by building its source. So I wonder which version of your PCL is.