lidar_camera_calibration icon indicating copy to clipboard operation
lidar_camera_calibration copied to clipboard

fatal error: lidar_camera_calibration/marker_6dof.h: No such file or directory

Open ller83 opened this issue 4 years ago • 0 comments

The msg is not build before the binary. I fixed this issue by adding the line

add_dependencies(find_transform ${catkin_EXPORTED_TARGETS} lidar_camera_calibration_generate_messages_cpp )

to CMakeLists.txt.

ller83 avatar Nov 25 '19 11:11 ller83