27#ifndef G2O_EDGE_LINE2D_POINTXY_H
28#define G2O_EDGE_LINE2D_POINTXY_H
30#include "g2o/config.h"
53 double prediction = n.dot(p->
estimate()) - l->
rho();
75 double prediction = n.dot(p->
estimate()) - l->
rho();
Measurement _measurement
the measurement of the edge
const EstimateType & estimate() const
return the current estimate of the vertex
virtual G2O_TYPES_SLAM2D_ADDONS_API bool setMeasurementFromState()
virtual G2O_TYPES_SLAM2D_ADDONS_API bool read(std::istream &is)
read the vertex from a stream, i.e., the internal state of the vertex
virtual G2O_TYPES_SLAM2D_ADDONS_API bool setMeasurementData(const double *d)
virtual G2O_TYPES_SLAM2D_ADDONS_API int measurementDimension() const
G2O_TYPES_SLAM2D_ADDONS_API EIGEN_MAKE_ALIGNED_OPERATOR_NEW G2O_TYPES_SLAM2D_ADDONS_API EdgeLine2DPointXY()
virtual G2O_TYPES_SLAM2D_ADDONS_API bool getMeasurementData(double *d) const
G2O_TYPES_SLAM2D_ADDONS_API void computeError()
virtual G2O_TYPES_SLAM2D_ADDONS_API bool write(std::ostream &os) const
write the vertex to a stream
VertexContainer _vertices
#define G2O_TYPES_SLAM2D_ADDONS_API
some general case utility functions