mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-08 12:30:20 +08:00
fixed previous commit
This commit is contained in:
@@ -46,8 +46,10 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||||||
#include "g2o/core/optimization_algorithm_gauss_newton.h"
|
#include "g2o/core/optimization_algorithm_gauss_newton.h"
|
||||||
#include "g2o/core/optimization_algorithm_levenberg.h"
|
#include "g2o/core/optimization_algorithm_levenberg.h"
|
||||||
#include "g2o/core/robust_kernel_impl.h"
|
#include "g2o/core/robust_kernel_impl.h"
|
||||||
#include "g2o/core/linear_solver.h"
|
namespace g2o {
|
||||||
#include "g2o/core/eigen_types.h"
|
// bug #include "g2o/core/eigen_types.h" not found on Indigo
|
||||||
|
typedef Eigen::Matrix<double,Eigen::Dynamic,Eigen::Dynamic,Eigen::ColMajor> MatrixXD;
|
||||||
|
}
|
||||||
|
|
||||||
#ifdef RTABMAP_G2O
|
#ifdef RTABMAP_G2O
|
||||||
#include "g2o/types/sba/types_sba.h"
|
#include "g2o/types/sba/types_sba.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user