chengwei0427 / ct-lio

CT-LIO: Continuous-Time LiDAR-Inertial Odometry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

something wrong with the CMakeLists.txt

CharlieV5 opened this issue · comments

Maybe you haven't add the full codes of CMakeLists.txt, because it says the g2o libraries are not found.
20230718163412

Hi, @CharlieV5
Thanks for your interesting in our project.
Before compile the code ,you should change the dependency library directory correctly.
The dependency library config is here: ./cmake/packages.cmake.

OK, I see. Thank you!