Hi,
I've been following these instructions:
https://github.com/introlab/rtabmap_ros#rtabmap_ros to install rtabmap as ROS packages on Ubuntu 14.04 and ROS Indigo but when I try to build them via catkin_make I get this error:
make[2]: *** No rule to make target `/usr/local/lib/librtabmap_core.so', needed by `/home/supdood/catkin_ws/devel/lib/rtabmap_ros/camera'. Stop.
make[1]: *** [rtabmap_ros/CMakeFiles/camera.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: *** No rule to make target `/usr/local/lib/librtabmap_core.so', needed by `/home/supdood/catkin_ws/devel/lib/librtabmap_ros.so'. Stop.
I'm kinda stuck on what's wrong here =/
Any help would be appreciated