Skip to content
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

g2o compilation #5

Closed
anagno opened this issue Sep 7, 2016 · 3 comments
Closed

g2o compilation #5

anagno opened this issue Sep 7, 2016 · 3 comments

Comments

@anagno
Copy link

anagno commented Sep 7, 2016

Hello,

I would like to use ORB_SLAM in windows and I came up to your repository. I was able to compile DBoW2 but unfortunatelly I was not able to compile compile g2o. Is is possible to give some more instructions on how to compile ORB_SLAM on windows?

Thank you in advance,

Vasilis

@M1234Thomas
Copy link

I am facing the same issue too. Can you post the solution if you have solved it.

Thanks,
MT

@ahsteven
Copy link

Yes I get the error:

CMake Error at cmake_modules/FindBLAS.cmake:393 (message):
A required library with BLAS API not found. Please specify library
location.
Call Stack (most recent call first):
CMakeLists.txt:85 (FIND_PACKAGE)

What do you recommend for blas?

@petern3
Copy link

petern3 commented Mar 15, 2017

The original ORB_SLAM2 g2o CMakeLists.txt file has removed the following two lines, and it seems to work:

-    FIND_PACKAGE(BLAS REQUIRED)
-    FIND_PACKAGE(LAPACK REQUIRED)

I also removed the g2o cmake_modules folder, since it apparently isn't needed either. I think it works because BLAS and LAPACK are in Eigen3?

I've also created another issue (#9) which has solutions to other problems you might come across that aren't necessarily g2o related.

@anagno anagno closed this as completed Aug 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants