27#ifndef G2O_EDGE_SE3_OFFSET_H_
28#define G2O_EDGE_SE3_OFFSET_H_
34class ParameterSE3Offset;
45 virtual bool read(std::istream& is);
46 virtual bool write(std::ostream& os)
const;
50 void linearizeOplus();
52 virtual bool setMeasurementFromState();
64 virtual bool resolveCaches();
caching the offset related to a vertex
virtual double initialEstimatePossible(const OptimizableGraph::VertexSet &, OptimizableGraph::Vertex *)
ParameterSE3Offset * _offsetFrom
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
CacheSE3Offset * _cacheFrom
Edge between two 3D pose vertices.
std::set< Vertex * > VertexSet
A general case Vertex for optimization.
#define G2O_TYPES_SLAM3D_API