mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
fixed #674
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user