mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
Marker priors (#859)
* Added MarkerPriors parameter * Fixed Marker/Priors format to use '|' instead ';'. Fixed landmark priors not used. * Marker: added priors variance parameters * g2o: refactored backward compatibility includes * fixed build with old g2o
This commit is contained in:
@@ -400,9 +400,6 @@ IF(G2O_FOUND)
|
||||
${G2O_LIBRARIES}
|
||||
)
|
||||
ENDIF()
|
||||
SET(SRC_FILES ${SRC_FILES}
|
||||
optimizer/g2o/edge_se3_xyzprior.cpp
|
||||
)
|
||||
IF(WITH_VERTIGO)
|
||||
SET(SRC_FILES ${SRC_FILES}
|
||||
optimizer/vertigo/g2o/edge_se2Switchable.cpp
|
||||
|
||||
Reference in New Issue
Block a user