mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
fixed build without g2o (#323)
This commit is contained in:
@@ -65,10 +65,10 @@ typedef Eigen::Matrix<double,Eigen::Dynamic,Eigen::Dynamic,Eigen::ColMajor> Matr
|
||||
#ifdef G2O_HAVE_CHOLMOD
|
||||
#include "g2o/solvers/cholmod/linear_solver_cholmod.h"
|
||||
#endif
|
||||
#endif // RTABMAP_G2O
|
||||
enum {
|
||||
PARAM_OFFSET=0,
|
||||
};
|
||||
#endif // RTABMAP_G2O
|
||||
|
||||
#ifdef RTABMAP_ORB_SLAM2
|
||||
#include "g2o/types/types_sba.h"
|
||||
|
||||
Reference in New Issue
Block a user