g2o
|
compute the initial guess of theta while travelling along the MST More...
Public Member Functions | |
ThetaTreeAction (double *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 | |
double * | _thetaGuess |
compute the initial guess of theta while travelling along the MST
Definition at line 49 of file solver_slam2d_linear.cpp.
|
inline |
Definition at line 52 of file solver_slam2d_linear.cpp.
|
inlinevirtual |
Reimplemented from g2o::HyperDijkstra::TreeAction.
Definition at line 53 of file solver_slam2d_linear.cpp.
References g2o::OptimizableGraph::Vertex::hessianIndex(), g2o::BaseEdge< D, E >::measurement(), g2o::SE2::rotation(), and g2o::HyperGraph::Edge::vertices().
|
protected |
Definition at line 70 of file solver_slam2d_linear.cpp.