Problem with rtabmap_ros and nonfree OpenCV
Hello,
I am trying to use rtabmap_ros with SIFT and SURF. I've installed nonfree OpenCV and can find the folder in /usr/include/opencv2. For some reason though whenever I run rtabmap_ros I get the message
[ WARN] (2016-04-15 10:21:56.026) Features2d.cpp:349::create() SURF/SIFT features cannot be used because OpenCV was not built with nonfree module. ORB is used instead.
Anyone know why rtabmap_ros can't find nonfree?
you can check nonfree module is true or not when you catkin_make you project, if not, please build the opencv with source code , follow here
They were installed. As matlabbe said, I needed to do a clean build of rtabmap from source