introlab / rtabmap

RTAB-Map library and standalone application
https://introlab.github.io/rtabmap
Other
2.85k stars 788 forks source link

RTABMAP 3D Map copying VTK libraries issue #628

Closed s3668134 closed 4 years ago

s3668134 commented 4 years ago

I was trying to fix 3D Map being used by rtabmap as nothing displays in that section when I run rtabmap. I was currently following the steps shown here https://github.com/introlab/rtabmap/issues/427

but when reaching step 4 sudo cp libvtkGUISupportQt* /usr/lib/aarch64-linux-gnu/. sudo cp libvtkRenderingQt* /usr/lib/aarch64-linux-gnu/. sudo cp libvtkGUISupportQtSQL* /usr/lib/aarch64-linux-gnu/. sudo cp libvtkViewsQt* /usr/lib/aarch64-linux-gnu/.

It says that these files cannot be found. I'm assuming that these files should pop up after the cmake instruction is executed but after retrying the git clone again, the files do not show up.

How do I go about fixing this?

s3668134 commented 4 years ago

This issue is solved by downloading the archive files, git clone will not add these files for you.