This commit is contained in:
matlabbe
2021-01-11 11:38:31 -05:00
parent 94cf1dfd32
commit eae5f2b428

View File

@@ -88,6 +88,12 @@ typedef g2o::LinearSolverCSparse<SlamBlockSolver::PoseMatrixType> SlamLinearCSpa
typedef g2o::LinearSolverCholmod<SlamBlockSolver::PoseMatrixType> SlamLinearCholmodSolver; typedef g2o::LinearSolverCholmod<SlamBlockSolver::PoseMatrixType> SlamLinearCholmodSolver;
#endif #endif
#ifdef G2O_SRC_DIR
namespace g2o {
typedef VertexPointXYZ VertexSBAPointXYZ;
}
#endif
#if defined(RTABMAP_VERTIGO) #if defined(RTABMAP_VERTIGO)
#include "vertigo/g2o/edge_switchPrior.h" #include "vertigo/g2o/edge_switchPrior.h"
#include "vertigo/g2o/edge_se2Switchable.h" #include "vertigo/g2o/edge_se2Switchable.h"