27#ifndef G2O_TUTORIAL_EDGE_SE2_H
28#define G2O_TUTORIAL_EDGE_SE2_H
57 _inverseMeasurement = m.
inverse();
60 virtual bool read(std::istream& is);
61 virtual bool write(std::ostream& os)
const;
const EstimateType & estimate() const
return the current estimate of the vertex
SE2 inverse() const
invert :-)
2D edge between two Vertex2, i.e., the odometry
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
void setMeasurement(const SE2 &m)
Eigen::Vector3d toVector() const
2D pose Vertex, (x,y,theta)
#define G2O_TUTORIAL_SLAM2D_API