tum-vision / lsd_slam

LSD-SLAM
GNU General Public License v3.0
2.59k stars 1.23k forks source link

How to use the openFabMap #170

Open naototo opened 8 years ago

naototo commented 8 years ago

I use ros-indigo and ubuntu 14.04.I ls I want to use the openFabMap in lsd_slam. I want to use the openFabMap in lsd_slam. I saw README.md.

lsd_slam_core/CMakeLists.txt :

add_subdirectory(${PROJECT_SOURCE_DIR}/thirdparty/openFabMap) include_directories(${PROJECT_SOURCE_DIR}/thirdparty/openFabMap/include) add_definitions("-DHAVE_FABMAP") set(FABMAP_LIB openFABMAP )

It was as described above.

$rosrun rqt_reconfigure rqt_reconfigure

We put a check in the useFabMap.Error came out in this way.

Warning: Compiled without FabMap, but useFabMap is enabled... ignoring.

Please tell us what to do in order to solve this problem.

kitizz commented 8 years ago

Did you rerun cmake and make after uncommenting those lines?