config.h
Go to the documentation of this file.
1 #ifndef G2O_CONFIG_H
2 #define G2O_CONFIG_H
3 
4 /* #undef G2O_OPENMP */
5 /* #undef G2O_SHARED_LIBS */
6 
7 // give a warning if Eigen defaults to row-major matrices.
8 // We internally assume column-major matrices throughout the code.
9 #ifdef EIGEN_DEFAULT_TO_ROW_MAJOR
10 # error "g2o requires column major Eigen matrices (see http://eigen.tuxfamily.org/bz/show_bug.cgi?id=422)"
11 #endif
12 
13 #endif


orb_slam2_ros
Author(s):
autogenerated on Wed Apr 21 2021 02:53:05