38 is >> p[0] >> p[1] >> p[2];
41 for (
int i = 0; i < 3; ++i)
42 for (
int j = i; j < 3; ++j) {
51 os << p.x() <<
" " << p.y() <<
" " << p.z();
52 for (
int i = 0; i < 3; ++i)
53 for (
int j = i; j < 3; ++j) os <<
" " <<
information()(i, j);
EIGEN_STRONG_INLINE const Measurement & measurement() const
accessor functions for the measurement represented by the edge
EIGEN_STRONG_INLINE const InformationType & information() const
information matrix of the constraint
Measurement _measurement
the measurement of the edge
virtual bool write(std::ostream &os) const
write the vertex to a stream
virtual bool read(std::istream &is)
read the vertex from a stream, i.e., the internal state of the vertex
Eigen::Vector3d toVector() const
2D pose Vertex, (x,y,theta)