Integrated DVO odometry approach

This commit is contained in:
matlabbe
2017-05-31 20:57:24 -04:00
parent 133ed68152
commit 4f26e34717
12 changed files with 474 additions and 24 deletions

View File

@@ -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
####################################