Integrated Fovis (Odom/Strategy=2)

This commit is contained in:
matlabbe
2017-05-30 09:27:31 -04:00
parent 6d6c5e2e17
commit 4ffbc0fb58
9 changed files with 519 additions and 11 deletions

View File

@@ -60,6 +60,7 @@ SET(SRC_FILES
OdometryF2M.cpp
OdometryMono.cpp
OdometryF2F.cpp
OdometryFovis.cpp
Stereo.cpp
StereoDense.cpp
@@ -275,6 +276,17 @@ IF(OCTOMAP_FOUND)
)
ENDIF(OCTOMAP_FOUND)
IF(libfovis_FOUND)
SET(INCLUDE_DIRS
${INCLUDE_DIRS}
${libfovis_INCLUDE_DIRS}
)
SET(LIBRARIES
${LIBRARIES}
${libfovis_LIBRARIES}
)
ENDIF(libfovis_FOUND)
####################################
# Generate resources files
####################################