cost for traversing only odometry edges. More...
#include <estimate_propagator.h>
Public Member Functions | |
EstimatePropagatorCostOdometry (SparseOptimizer *graph) | |
virtual const char * | name () const |
virtual double | operator() (OptimizableGraph::Edge *edge, const OptimizableGraph::VertexSet &from_, OptimizableGraph::Vertex *to_) const |
Public Member Functions inherited from g2o::EstimatePropagatorCost | |
EstimatePropagatorCost (SparseOptimizer *graph) | |
Additional Inherited Members | |
Protected Attributes inherited from g2o::EstimatePropagatorCost | |
SparseOptimizer * | _graph |
cost for traversing only odometry edges.
Initialize your graph along odometry edges. An odometry edge is assumed to connect vertices whose IDs only differs by one.
Definition at line 65 of file estimate_propagator.h.
g2o::EstimatePropagatorCostOdometry::EstimatePropagatorCostOdometry | ( | SparseOptimizer * | graph | ) |
Definition at line 249 of file estimate_propagator.cpp.
|
inlinevirtual |
Reimplemented from g2o::EstimatePropagatorCost.
Definition at line 69 of file estimate_propagator.h.
|
virtual |
Reimplemented from g2o::EstimatePropagatorCost.
Definition at line 254 of file estimate_propagator.cpp.