Open hachbani2019 opened 5 years ago
I see /usr/local/include/vtk-7.1
, make sure VTK is built with Qt module:
$ cd VTK/build
$ cmake -DVTK_Group_Qt=ON -DVTK_QT_VERSION=5 ..
$ make
$ make install
cheers, Mathieu
Hi, Thanks your for your response. Though, I don't understand your instructions since Im a ROS beginner, Do I have to download the QT module ? there's no build folder in the VTK project
For a beginner, I don't recommend to build VTK and PCL from source. There is no Qt module to download, it should be built. From the log you shown, you have built VTK from source somewhere (as it is installed in /usr/local
). When building VTK, we should enable the options I've shown in my previous post so that vtkGUISupportQt
library is built. Not sure which Qt version is installed on your computer, but set "-DVTK_QT_VERSION=4
" instead if it is Qt4.
Another approach (the normal approach) is to uninstall your PCL and VTK versions installed in /usr/local
to use the binary ones instead (for which the vtk Qt module is already built).
, I'm trying to install rtabmap_ros for a 3D mapping object using a LiDAR. I followed the instructions explained in the readme file. When I execute the make command, I get this error:
Any help please ?