/usr/bin/ld: cannot find -lbut_velodyne
collect2: error: ld returned 1 exit status
make[2]: *** [/home/saesaem/QuanergySystems/catkin_ws/devel/lib/libbutveloodom.so] Error 1
make[1]: *** [but_velodyne/but_velodyne_odom/CMakeFiles/butveloodom.dir/all] Error 2
make: *** [all] Error 2
Invoking "make -j4 -l4" failed
I tried to catkin_make "but_velodyne" pakcage.
I met the issue.
This directory list
saesaem@ubuntu:~/QuanergySystems/catkin_ws$ ls
build devel src
saesaem@ubuntu:~/QuanergySystems/catkin_ws$ cd src
saesaem@ubuntu:~/QuanergySystems/catkin_ws/src$ ls
but_velodyne CMakeLists.txt navigation_msgs velodyne
but_velodyne_lib navigation quanergy_client_ros
saesaem@ubuntu:~/QuanergySystems/catkin_ws/src$ cd but_velodyne
saesaem@ubuntu:~/QuanergySystems/catkin_ws/src/but_velodyne$ ls
but_calibration_camera_velodyne but_velodyne_odom but_velodyne_proc LICENSE README.md
Where should I fix ?
↧