-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
why there lost so many .h files in include fold? #23
Comments
Hi, I haven't tested it in Ubuntu 14.04, however, it seems you haven't linked the stereo VO library, which you can find here https://github.com/rubengooj/stvo-pl . |
Hi,I have build stvo-pl and other libraries you have mentioned in ubuntu 16.04,after this,I build pl-slam,but there are also many questions.I lost many .h files,include fold--<config.h>, <auxiliar.h>, <stereoFeatures.h,<stereoFrame.h> and so on. |
When you're configuring your project you should specify the path to the include files and the library, which you can do by modifying the CMakeLists.txt (lines 54 and 67) or configuring it manually with CMake |
Thank you for sharing!I have built it. |
Thank you very much. But unfortunately, my system is crashed and every things' gone. Em.....Any way, I'll try again1 |
first, I am ready to build the bag in ubuntu 14.04.
Then , I have fixed the problem of g2o lost and opencv version now. But thhere're still some errors, such as it needs yaml_cpp.cmake, and lost many .h files in include fold--<config.h>, <auxiliar.h>, <stereoFeatures.h,<stereoFrame.h> and so on.
How could I fix this problems?
Thanks a lot.
The text was updated successfully, but these errors were encountered: