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
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.
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?