HITSZ-NRSL / lidar_camera_calibrator

ROS package to calibrate the extrinsic parameters between LiDAR and Camera.
GNU General Public License v3.0
176 stars 23 forks source link

during cmake, qt5::widget library is not founded #6

Open romaster93 opened 1 year ago

romaster93 commented 1 year ago

hi

i try to lidar camera calibration.

but i cant build.

my error message :

image

yanliang-wang commented 1 year ago

Hi, it seems to be a QT problem.

We tested this repo on Ubuntu16 and Ubuntu18, which have the QT5 embedded. Are you using Ubuntu20.04 or higher? I haven't tested it on Ubuntu20+ where the default QT may not be QT5. You can check it.

If this problem is here. You can use this repo on older Ubuntu, or try installing QT5 on your PC.

juliangaal commented 1 year ago

I am running into the same issue on Ubuntu 20.04, this is likely an issue with VTK-7, see these issues 1, 2

As a workaround, I suggest compiling the ROS components and QT components separately. Just uncomment this line and build separately from ROS in src/calibrator