27#ifndef G2O_EDGE_SE2_POINT_XY_OFFSET_H_
28#define G2O_EDGE_SE2_POINT_XY_OFFSET_H_
45 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
47 virtual bool read(std::istream& is);
48 virtual bool write(std::ostream& os)
const;
51 virtual void linearizeOplus();
56 Eigen::Map<const Vector2> v(d);
62 Eigen::Map<Vector2> v(d);
69 virtual bool setMeasurementFromState();
74 return (from.count(_vertices[0]) == 1 ? 1.0 : -1.0);
83 virtual bool resolveCaches();
caching the offset related to a vertex
g2o edge from a track to a point node
ParameterSE2Offset * offsetParam
virtual double initialEstimatePossible(const OptimizableGraph::VertexSet &from, OptimizableGraph::Vertex *to)
virtual bool getMeasurementData(double *d) const
virtual bool setMeasurementData(const double *d)
virtual void setMeasurement(const Vector2 &m)
virtual int measurementDimension() const
std::set< Vertex * > VertexSet
A general case Vertex for optimization.
#define G2O_TYPES_SLAM2D_API