27 #ifndef G2O_EDGE_SE2_PRIOR_XY_H 28 #define G2O_EDGE_SE2_PRIOR_XY_H 54 d[0] = _measurement[0];
55 d[1] = _measurement[1];
61 virtual void linearizeOplus();
63 virtual bool read(std::istream& is);
64 virtual bool write(std::ostream& os)
const;
virtual void computeError()
2D pose Vertex, (x,y,theta)
Prior for a two D pose with constraints only in xy direction (like gps)
virtual int measurementDimension() const
#define G2O_TYPES_SLAM2D_API
virtual bool setMeasurementData(const double *d)
const EstimateType & estimate() const
return the current estimate of the vertex
virtual bool getMeasurementData(double *d) const
const Vector2D & translation() const
translational component
EIGEN_MAKE_ALIGNED_OPERATOR_NEW