mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Integrated DVO odometry approach
This commit is contained in:
@@ -62,6 +62,7 @@ SET(SRC_FILES
|
||||
OdometryF2F.cpp
|
||||
OdometryFovis.cpp
|
||||
OdometryViso2.cpp
|
||||
OdometryDVO.cpp
|
||||
|
||||
Stereo.cpp
|
||||
StereoDense.cpp
|
||||
@@ -299,6 +300,17 @@ IF(libviso2_FOUND)
|
||||
)
|
||||
ENDIF(libviso2_FOUND)
|
||||
|
||||
IF(dvo_core_FOUND)
|
||||
SET(INCLUDE_DIRS
|
||||
${INCLUDE_DIRS}
|
||||
${dvo_core_INCLUDE_DIRS}
|
||||
)
|
||||
SET(LIBRARIES
|
||||
${LIBRARIES}
|
||||
${dvo_core_LIBRARIES}
|
||||
)
|
||||
ENDIF(dvo_core_FOUND)
|
||||
|
||||
####################################
|
||||
# Generate resources files
|
||||
####################################
|
||||
|
||||
Reference in New Issue
Block a user