27 #ifndef G2O_EDGE_SE2_POINT_XY_H 28 #define G2O_EDGE_SE2_POINT_XY_H 30 #include "g2o/config.h" 41 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
58 d[0] = _measurement[0];
59 d[1] = _measurement[1];
72 virtual bool read(std::istream& is);
73 virtual bool write(std::ostream& os)
const;
77 #ifndef NUMERIC_JACOBIAN_TWO_D_TYPES 78 virtual void linearizeOplus();
89 #ifdef G2O_HAVE_OPENGL 92 EdgeSE2PointXYDrawAction();
Abstract action that operates on a graph entity.
std::set< Vertex * > VertexSet
virtual bool setMeasurementFromState()
2D pose Vertex, (x,y,theta)
#define G2O_TYPES_SLAM2D_API
virtual bool getMeasurementData(double *d) const
A general case Vertex for optimization.
const EstimateType & estimate() const
return the current estimate of the vertex
SE2 inverse() const
invert :-)
virtual double initialEstimatePossible(const OptimizableGraph::VertexSet &from, OptimizableGraph::Vertex *to)
virtual int measurementDimension() const
virtual bool setMeasurementData(const double *d)