izhengfan.github.io icon indicating copy to clipboard operation
izhengfan.github.io copied to clipboard

a question about SLAM Implementation: Bundle Adjustment with g2o

Open suzhengpeng opened this issue 6 years ago • 1 comments

I compile the ba_demo on my laptop but it report an error as follows:

image

and cmake report it can find eigen3

image

suzhengpeng avatar May 15 '19 15:05 suzhengpeng

Hello, the different versions of Eigen might sometimes confuse the find_package command of cmake. So I suggest you just put /usr/include/eigen3 in include_directories of your CMakeLists.txt

izhengfan avatar Jun 13 '19 05:06 izhengfan