JokerJohn / LIO_SAM_6AXIS

LIO_SAM for 6-axis IMU and GNSS.
566 stars 115 forks source link

Compile error with GeographicLib #70

Closed samsdolphin closed 5 months ago

samsdolphin commented 5 months ago

Hi authors, thanks for your great work.

I am using Ubuntu 20.04 and ROS noetic. I try to compile the code but come with error.

GeographicLib/LocalCartesian.hpp: No such file or directory

This is weird as the package GeographicLib is already included in the path and the CMakeLists.txt. So what I did is to change

include <GeographicLib/Geocentric.hpp>

include <GeographicLib/LocalCartesian.hpp>

to

include

include

and this problem is fixed.

JokerJohn commented 5 months ago

thanks, xiyuan