#include "graph_manager.h"
#include "scoped_timer.h"
#include "misc.h"
#include "g2o/core/robust_kernel_factory.h"
#include <tf/transform_listener.h>
#include "g2o/types/slam3d/edge_se3.h"
Go to the source code of this file.
Functions | |
void | createOdometryEdge (int id1, int id2, tf::Transform &odomTf, LoadedEdge3D &edge) |
void createOdometryEdge | ( | int | id1, |
int | id2, | ||
tf::Transform & | odomTf, | ||
LoadedEdge3D & | edge | ||
) |
Definition at line 11 of file graph_mgr_odom.cpp.