mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +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_levenberg.h"
|
||||
#include "g2o/core/robust_kernel_impl.h"
|
||||
#include "g2o/core/linear_solver.h"
|
||||
#include "g2o/core/eigen_types.h"
|
||||
namespace g2o {
|
||||
// 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
|
||||
#include "g2o/types/sba/types_sba.h"
|
||||
|
||||
Reference in New Issue
Block a user