|
g2o
|
compute the initial guess of theta while traveling along the MST More...


Public Member Functions | |
| ThetaTreeAction (VectorX &theta) | |
| virtual double | perform (HyperGraph::Vertex *v, HyperGraph::Vertex *vParent, HyperGraph::Edge *e) |
Public Member Functions inherited from g2o::HyperDijkstra::TreeAction | |
| virtual double | perform (HyperGraph::Vertex *v, HyperGraph::Vertex *vParent, HyperGraph::Edge *e, double distance) |
Protected Attributes | |
| VectorX & | _thetaGuess |
compute the initial guess of theta while traveling along the MST
Definition at line 48 of file solver_slam2d_linear.cpp.
|
inlineexplicit |
Definition at line 50 of file solver_slam2d_linear.cpp.
|
inlinevirtual |
Reimplemented from g2o::HyperDijkstra::TreeAction.
Definition at line 52 of file solver_slam2d_linear.cpp.
References _thetaGuess, g2o::OptimizableGraph::Vertex::hessianIndex(), g2o::BaseEdge< D, E >::measurement(), and g2o::HyperGraph::Edge::vertices().
|
protected |
Definition at line 72 of file solver_slam2d_linear.cpp.
Referenced by perform().