Clothooo / lvt2calib

A unified calibration for 3D LiDARs, visual cameras and thermal cameras
126 stars 13 forks source link

Compilation error #14

Closed junji-code closed 3 months ago

junji-code commented 3 months ago

Found this error when I updated the code. I think you might have forgot to push the src/lidar/robosense_pattern.cpp on branch ros_noetic.

CMake Error at lvt2calib/CMakeLists.txt:257 (add_executable):
  Cannot find source file:

    src/lidar/robosense_pattern.cpp

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
  .hpp .hxx .in .txx

CMake Error at lvt2calib/CMakeLists.txt:257 (add_executable):
  No SOURCES given to target: robosense_pattern

CMake Generate step failed.  Build files cannot be regenerated correctly.
Invoking "cmake" failed
Clothooo commented 3 months ago

Oh, thank u for ur findings. This missed file is still under depvelopment and I remove it from CMakeLists now.

junji-code commented 3 months ago

Okay, thanks for your response!