41 for (
int i = 0; i < 2; ++i)
42 for (
int j = i; j < 2; ++j) {
53 os << p[0] <<
" " << p[1];
54 for (
int i = 0; i < 2; ++i)
55 for (
int j = i; j < 2; ++j)
Eigen::Matrix< double, 2, 1, Eigen::ColMajor > Vector2D
virtual bool read(std::istream &is)
read the vertex from a stream, i.e., the internal state of the vertex
virtual void setMeasurement(const Measurement &m)
2D pose Vertex, (x,y,theta)
JacobianXiOplusType _jacobianOplusXi
virtual void linearizeOplus()
virtual bool write(std::ostream &os) const
write the vertex to a stream
EIGEN_STRONG_INLINE const InformationType & information() const
information matrix of the constraint
EIGEN_STRONG_INLINE const Measurement & measurement() const
accessor functions for the measurement represented by the edge