Chuan Gao
Chuan Gao
> I am using Ubuntu 18.04, and encountered the same issue. I have it fixed by removing the `-march=native` from the CMAKE_CXX_FLAGS flag in CMakeList.txt file. > > I figured...
> Hi, @beginnerFighting > > Have you solved the problem "ImportError: libkfusion.so: cannot open shared object file: No such file or directory" ? > > Thanks for your reply! I...
> The testing code calls the c++ KinectFusion library in Python. This step is not stable. I also encountered crashes, due to some malloc issue inside python. You can debug...
@yuxng has gived the solution to the "undefined symbol" issue you mentioned.You can add text "add_definitions(-D_GLIBCXX_USE_CXX11_ABI=0)" to CMakelists.txt of Pangolin and try to install this library again .Then add this...