61 SE2 delta = Ku_ij.
inverse() * laserMotionInRobotFrame;
virtual bool write(std::ostream &os) const
write the vertex to a stream
Vector3D toVector() const
convert to a 3D vector (x, y, theta)
virtual bool read(std::istream &is)
read the vertex from a stream, i.e., the internal state of the vertex
2D pose Vertex, (x,y,theta)
VelocityMeasurement velocityMeasurement
velocity measurement of a differential robot
void fromVector(const Vector3D &v)
assign from a 3D vector (x, y, theta)
static MotionMeasurement convertToMotion(const VelocityMeasurement &vi, double l=1.0)
A 2D odometry measurement expressed as a transformation.
const EstimateType & estimate() const
return the current estimate of the vertex
SE2 inverse() const
invert :-)
EIGEN_STRONG_INLINE const Measurement & measurement() const
accessor functions for the measurement represented by the edge
VertexContainer _vertices