27#ifndef G2O_EDGE_SE2_XY_CALIB_H
28#define G2O_EDGE_SE2_XY_CALIB_H
44 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
55 virtual bool read(std::istream& is);
56 virtual bool write(std::ostream& os)
const;
61 return (from.count(_vertices[0]) == 1 ? 1.0 : -1.0);
base class to represent an edge connecting an arbitrary number of nodes
const EstimateType & estimate() const
return the current estimate of the vertex
Landmark measurement that also calibrates an offset for the landmark measurement.
virtual double initialEstimatePossible(const OptimizableGraph::VertexSet &from, OptimizableGraph::Vertex *to)
std::set< Vertex * > VertexSet
A general case Vertex for optimization.
2D pose Vertex, (x,y,theta)
#define G2O_TYPES_SLAM2D_API