types_g2o_robust.cpp
Go to the documentation of this file.
1 #include "g2o/core/factory.h"
2 #include "g2o/stuff/macros.h"
3 
4 #include "edge_switchPrior.h"
5 #include "edge_se2Switchable.h"
6 //#include "edge_se2MaxMixture.h"
7 #include "edge_se3Switchable.h"
8 #include "vertex_switchLinear.h"
9 
10 
11 G2O_REGISTER_TYPE(EDGE_SWITCH_PRIOR, EdgeSwitchPrior);
12 G2O_REGISTER_TYPE(EDGE_SE2_SWITCHABLE, EdgeSE2Switchable);
13 //G2O_REGISTER_TYPE(EDGE_SE2_MAXMIX, EdgeSE2MaxMixture);
14 G2O_REGISTER_TYPE(EDGE_SE3_SWITCHABLE, EdgeSE3Switchable);
16 
17 /*
18 #ifdef G2O_HAVE_OPENGL
19  G2O_REGISTER_ACTION(EdgeSE2SwitchableDrawAction);
20  //G2O_REGISTER_ACTION(EdgeSE2MaxMixtureDrawAction);
21  G2O_REGISTER_ACTION(EdgeSE3SwitchableDrawAction);
22 #endif
23 */
G2O_REGISTER_TYPE(EDGE_SWITCH_PRIOR, EdgeSwitchPrior)


rtabmap
Author(s): Mathieu Labbe
autogenerated on Mon Dec 14 2020 03:37:06