58 for (
int i=0; i<2; i++) is >> meas[i];
64 for (
int i=0; i<
information().rows() && is.good(); i++)
65 for (
int j=i; j<
information().cols() && is.good(); j++){
80 for (
int i=0; i<2; i++) os <<
measurement()[i] <<
" ";
125 assert(from.size() == 1 && from.count(
_vertices[0]) == 1 &&
"Can not initialize VertexDepthCam position by VertexTrackXY");
Eigen::Matrix< double, 2, 1, Eigen::ColMajor > Vector2D
const Isometry2D & w2lMatrix() const
bool installParameter(ParameterType *&p, size_t argNo, int paramId=-1)
virtual void initialEstimate(const OptimizableGraph::VertexSet &from, OptimizableGraph::Vertex *to)
const Isometry2D & offsetMatrix() const
rotation of the offset as 2x2 rotation matrix
std::set< Vertex * > VertexSet
2D pose Vertex, (x,y,theta)
JacobianXiOplusType _jacobianOplusXi
virtual bool setMeasurementFromState()
bool setParameterId(int argNum, int paramId)
void resolveCache(CacheType *&cache, OptimizableGraph::Vertex *, const std::string &_type, const ParameterVector ¶meters)
virtual void linearizeOplus()
std::vector< Parameter * > ParameterVector
ParameterSE2Offset * offsetParam
void setEstimate(const EstimateType &et)
set the estimate for the vertex also calls updateCache()
A general case Vertex for optimization.
void resizeParameters(size_t newSize)
EIGEN_STRONG_INLINE const InformationType & information() const
information matrix of the constraint
virtual void setMeasurement(const Vector2D &m)
virtual bool write(std::ostream &os) const
write the vertex to a stream
virtual bool resolveCaches()
const EstimateType & estimate() const
return the current estimate of the vertex
JacobianXjOplusType _jacobianOplusXj
const Matrix2D RpInverseRInversePrimeMatrix() const
const Vector2D & translation() const
translational component
virtual bool read(std::istream &is)
read the vertex from a stream, i.e., the internal state of the vertex
const Matrix2D RpInverseRInverseMatrix() const
EIGEN_STRONG_INLINE const Measurement & measurement() const
accessor functions for the measurement represented by the edge
EIGEN_MAKE_ALIGNED_OPERATOR_NEW EdgeSE2PointXYOffset()
VertexContainer _vertices