Hello,
I have been trying to install RTAB-Map on Ubuntu 18.04 (ROS Melodic) and I keep getting this error when I enter the command: make
These are the commands I used:
Install RTAB-Map standalone libraries. Add -DCMAKE_INSTALL_PREFIX=~/catkin_ws/devel to cmake command below if you want to install in your Catkin's devel folder without sudo. Do not clone in your Catkin workspace.
$ cd ~
$ git clone
https://github.com/introlab/rtabmap.git rtabmap
$ cd rtabmap/build
$ cmake .. [<---double dots included]
$ make
$ sudo make install
Thank you