g2o
|
#include "g2o/config.h"
#include "robot_laser.h"
#include "vertex_tag.h"
#include "vertex_ellipse.h"
#include "g2o/core/factory.h"
#include "g2o/core/creators.h"
#include "g2o/stuff/macros.h"
Go to the source code of this file.
Namespaces | |
g2o | |
Functions | |
g2o::G2O_REGISTER_TYPE_GROUP (data) | |
g2o::G2O_REGISTER_TYPE (VERTEX_TAG, VertexTag) | |
g2o::G2O_REGISTER_TYPE (ROBOTLASER1, RobotLaser) | |
g2o::G2O_REGISTER_TYPE (VERTEX_ELLIPSE, VertexEllipse) | |