point-cloud-annotation-tool icon indicating copy to clipboard operation
point-cloud-annotation-tool copied to clipboard

How to run on Ubuntu 16.04?

Open ALei-imotion opened this issue 4 years ago • 7 comments

Hey, I want to know how to run it in Ubuntu 16.04? What environment does it depend on? What versions of PCL and VTK are needed? Can you give me a complete installation tutorial?

If you can provide these, I would appreciate it very much. Thank you

ALei-imotion avatar Sep 02 '19 06:09 ALei-imotion

As readme has point out:

Tested with pcl 1.8, vtk 8.1, Qt5 under both ubuntu 16.04 and windows 10.

Maybe you need you compiled these dependencies first. You should read their official document for detail.

springzfx avatar Sep 02 '19 13:09 springzfx

➜ build git:(master) ✗ make Scanning dependencies of target point_cloud_annotation_tool_autogen [ 2%] Generating ui_mainwindow.h [ 5%] Automatic MOC for target point_cloud_annotation_tool [ 5%] Built target point_cloud_annotation_tool_autogen Scanning dependencies of target point_cloud_annotation_tool [ 8%] Building CXX object CMakeFiles/point_cloud_annotation_tool.dir/main.cpp.o [ 11%] Building CXX object CMakeFiles/point_cloud_annotation_tool.dir/visualizer.cpp.o In file included from /home/ubuntu/point-cloud-annotation-tool/visualizer.cpp:2:0: /home/ubuntu/point-cloud-annotation-tool/build/ui_mainwindow.h:32:24: fatal error: QVTKWidget.h: 没有那个文件或目录 compilation terminated. CMakeFiles/point_cloud_annotation_tool.dir/build.make:79: recipe for target 'CMakeFiles/point_cloud_annotation_tool.dir/visualizer.cpp.o' failed make[2]: *** [CMakeFiles/point_cloud_annotation_tool.dir/visualizer.cpp.o] Error 1 CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/point_cloud_annotation_tool.dir/all' failed make[1]: *** [CMakeFiles/point_cloud_annotation_tool.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *** [all] Error 2

Excuse me, what is the cause of this mistake?This mistake has stuck with me for a long time. I have installed PCL 1.9 ,VTK8.2 and Qt5.8.

ALei-imotion avatar Sep 03 '19 08:09 ALei-imotion

Make sure your VTK is built with QT support.

springzfx avatar Sep 03 '19 08:09 springzfx

Okay, I'll try. Thank you very much!

ALei-imotion avatar Sep 03 '19 08:09 ALei-imotion

from VTKUsersGuide image

springzfx avatar Sep 03 '19 08:09 springzfx

Which version of the QT option should be selected? 4 or 5?

ALei-imotion avatar Sep 03 '19 09:09 ALei-imotion

Which version of the QT option should be selected? 4 or 5?

hello, did you find out which version of these software should I install?

Qjizhi avatar Dec 12 '19 02:12 Qjizhi