mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
VWDictionary: changed miniflann to flann directly so version 1.8 can be used. Added parameter "Kp/IncrementalFlann"
This commit is contained in:
@@ -132,8 +132,11 @@ option(WITH_GTSAM "Include GTSAM support" ON)
|
||||
option(WITH_CVSBA "Include cvsba support" ON)
|
||||
option(WITH_FLYCAPTURE2 "Include FlyCapture2/Triclops support" ON)
|
||||
|
||||
FIND_PACKAGE(FLANN 1.8)
|
||||
SET(FLANN18_FOUND ${FLANN_FOUND})
|
||||
|
||||
FIND_PACKAGE(OpenCV REQUIRED)
|
||||
FIND_PACKAGE(PCL 1.7 REQUIRED)
|
||||
FIND_PACKAGE(PCL 1.7 REQUIRED) # Will find FLANN too
|
||||
FIND_PACKAGE(ZLIB REQUIRED)
|
||||
|
||||
IF(WITH_QT)
|
||||
|
||||
Reference in New Issue
Block a user