mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
Devel: new feature msckf_vio
This commit is contained in:
@@ -69,6 +69,7 @@ SET(SRC_FILES
|
||||
OdometryOkvis.cpp
|
||||
OdometryORBSLAM2.cpp
|
||||
OdometryLOAM.cpp
|
||||
OdometryMSCKF.cpp
|
||||
|
||||
IMUThread.cpp
|
||||
|
||||
@@ -379,6 +380,17 @@ IF(okvis_FOUND)
|
||||
)
|
||||
ENDIF(okvis_FOUND)
|
||||
|
||||
IF(msckf_vio_FOUND)
|
||||
SET(INCLUDE_DIRS
|
||||
${msckf_vio_INCLUDE_DIRS}
|
||||
${INCLUDE_DIRS}
|
||||
)
|
||||
SET(LIBRARIES
|
||||
${msckf_vio_LIBRARIES}
|
||||
${LIBRARIES}
|
||||
)
|
||||
ENDIF(msckf_vio_FOUND)
|
||||
|
||||
IF(ORB_SLAM2_FOUND)
|
||||
SET(INCLUDE_DIRS
|
||||
${ORB_SLAM2_INCLUDE_DIRS} #before so that g2o includes are taken from ORB_SLAM2 directory before the official g2o one
|
||||
|
||||
Reference in New Issue
Block a user