mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
Integration of viso2 odometry approach.
This commit is contained in:
@@ -61,6 +61,7 @@ SET(SRC_FILES
|
||||
OdometryMono.cpp
|
||||
OdometryF2F.cpp
|
||||
OdometryFovis.cpp
|
||||
OdometryViso2.cpp
|
||||
|
||||
Stereo.cpp
|
||||
StereoDense.cpp
|
||||
@@ -287,6 +288,17 @@ IF(libfovis_FOUND)
|
||||
)
|
||||
ENDIF(libfovis_FOUND)
|
||||
|
||||
IF(libviso2_FOUND)
|
||||
SET(INCLUDE_DIRS
|
||||
${INCLUDE_DIRS}
|
||||
${libviso2_INCLUDE_DIRS}
|
||||
)
|
||||
SET(LIBRARIES
|
||||
${LIBRARIES}
|
||||
${libviso2_LIBRARIES}
|
||||
)
|
||||
ENDIF(libviso2_FOUND)
|
||||
|
||||
####################################
|
||||
# Generate resources files
|
||||
####################################
|
||||
|
||||
Reference in New Issue
Block a user