mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +08:00
Fixed undefined vertigo (g2o) methods
This commit is contained in:
@@ -152,7 +152,6 @@ IF(G2O_FOUND)
|
|||||||
#Newest versions require std11
|
#Newest versions require std11
|
||||||
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
|
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
|
||||||
|
|
||||||
IF(WITH_VERTIGO)
|
|
||||||
SET(SRC_FILES
|
SET(SRC_FILES
|
||||||
${SRC_FILES}
|
${SRC_FILES}
|
||||||
vertigo/g2o/edge_se2MaxMixture.cpp
|
vertigo/g2o/edge_se2MaxMixture.cpp
|
||||||
@@ -162,7 +161,6 @@ IF(G2O_FOUND)
|
|||||||
vertigo/g2o/types_g2o_robust.cpp
|
vertigo/g2o/types_g2o_robust.cpp
|
||||||
vertigo/g2o/vertex_switchLinear.cpp
|
vertigo/g2o/vertex_switchLinear.cpp
|
||||||
)
|
)
|
||||||
ENDIF(WITH_VERTIGO)
|
|
||||||
ENDIF(G2O_FOUND)
|
ENDIF(G2O_FOUND)
|
||||||
|
|
||||||
IF(GTSAM_FOUND)
|
IF(GTSAM_FOUND)
|
||||||
|
|||||||
Reference in New Issue
Block a user