29 using namespace Eigen;
42 is >> p[0] >> p[1] >> p[2];
45 for (
int i = 0; i < 3; ++i)
46 for (
int j = i; j < 3; ++j) {
57 os << p.x() <<
" " << p.y() <<
" " << p.z();
58 for (
int i = 0; i < 3; ++i)
59 for (
int j = i; j < 3; ++j)
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
Vector3D toVector() const
convert to a 3D vector (x, y, theta)
void fromVector(const Vector3D &v)
assign from a 3D vector (x, y, theta)
EIGEN_STRONG_INLINE const InformationType & information() const
information matrix of the constraint
SE2 inverse() const
invert :-)
2D pose Vertex, (x,y,theta)
EIGEN_STRONG_INLINE const Measurement & measurement() const
accessor functions for the measurement represented by the edge