hku-mars / loam_livox

A robust LiDAR Odometry and Mapping (LOAM) package for Livox-LiDAR
GNU General Public License v2.0
1.42k stars 435 forks source link

catkin_make errors #110

Open Bobkk-k opened 2 years ago

Bobkk-k commented 2 years ago

Hi, I met this error when I run catkin_make. I looked it up online and somebody said it is the version of opencv incompatibility problem. Is it really so? But didn't he just ask me to install ceres and pcl?

image

Long1988X commented 2 years ago

建议你安装opencv3.3以上版本,然后修改loam_livox的CMakeLists.txt, find_package(OpenCV 3 REQUIRED)

Origami404 commented 1 year ago

121 you can referance this issue.