rtabmap icon indicating copy to clipboard operation
rtabmap copied to clipboard

Installation problem for last version of RTAB-Map alone (not in ROS) in Ubuntu 16.04: -lvtkGUISupportQt not found

Open manuelloit opened this issue 7 years ago • 3 comments

Hello. Sorry for the question. I'm trying to install the last version of RTAB-Map alone (not in ROS) in Ubuntu 16.04, but compilation ended in error with "unable to find -lvtkGUISupportQt - collect2: error: ld returned 1 exit status". I hadn't this problem, for example, with v. 16.3 of RTAB-Map. Please, how can I solve it? Thanks in advance

manuelloit avatar Oct 03 '18 11:10 manuelloit

Unless the issue #317 (now fixed), I cannot reproduce the problem on a fresh Ubuntu 16.04 following the minimal instructions from the installation steps. Here testing with docker for convenience:

$ docker run -it ubuntu:16.04
$ cd
$ apt-get update
$ apt-get install libsqlite3-dev libpcl-dev libopencv-dev git cmake libproj-dev libqt5svg5-dev
$ git clone https://github.com/introlab/rtabmap.git rtabmap
$ cd rtabmap/build
$ cmake ..
$ make -j4

matlabbe avatar Oct 04 '18 15:10 matlabbe

You can try to do it. Comment out line 314 of the RTAB-Map/CMakeLists file. And rebuild. # list(FIND PCL_LIBRARIES VTK::GUISupportQt value)

mapping520 avatar Jul 26 '22 03:07 mapping520

https://github.com/ament/ament_cmake/issues/451

hacker1024 avatar Nov 16 '23 10:11 hacker1024