29 #ifdef G2O_HAVE_OPENGL 65 #ifdef G2O_HAVE_OPENGL 66 EdgeSE2OdomDifferentialCalibDrawAction::EdgeSE2OdomDifferentialCalibDrawAction() :
73 if (
typeid(*element).name()!=_typeName)
78 glColor3f(0.5f,0.5f,0.5f);
79 glPushAttrib(GL_ENABLE_BIT);
80 glDisable(GL_LIGHTING);
const Vertex * vertex(size_t i) const
virtual bool read(std::istream &is)
read the vertex from a stream, i.e., the internal state of the vertex
Abstract action that operates on a graph entity.
virtual void setMeasurement(const Measurement &m)
2D pose Vertex, (x,y,theta)
EdgeSE2OdomDifferentialCalib()
virtual bool write(std::ostream &os) const
write the vertex to a stream
velocity measurement of a differential robot
base class to represent an edge connecting an arbitrary number of nodes
virtual void resize(size_t size)
EIGEN_STRONG_INLINE const InformationType & information() const
information matrix of the constraint
const EstimateType & estimate() const
return the current estimate of the vertex
const Vector2D & translation() const
translational component
EIGEN_STRONG_INLINE const Measurement & measurement() const
accessor functions for the measurement represented by the edge