29 using namespace Eigen;
34 EdgeSE2PointXY::EdgeSE2PointXY() :
36 _sensorOffset(0), _sensorCache(0)
bool installParameter(ParameterType *&p, size_t argNo, int paramId=-1)
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
bool setParameterId(int argNum, int paramId)
ParameterSE2Offset * _sensorOffset
void resolveCache(CacheType *&cache, OptimizableGraph::Vertex *, const std::string &_type, const ParameterVector ¶meters)
std::vector< Parameter * > ParameterVector
virtual bool resolveCaches()
CacheSE2Offset * _sensorCache
void resizeParameters(size_t newSize)
EIGEN_STRONG_INLINE const InformationType & information() const
information matrix of the constraint
const EstimateType & estimate() const
return the current estimate of the vertex
2D pose Vertex, (x,y,theta)
EIGEN_STRONG_INLINE const Measurement & measurement() const
accessor functions for the measurement represented by the edge
VertexContainer _vertices