56 "CACHE_SE3_OFFSET", pv);
59 "CACHE_SE3_OFFSET", pv);
70 Vector4::MapType(meas.data() + 3).normalize();
119 if (from_.count(from) > 0) {
BaseFixedSizedEdge< D, Isometry3, VertexSE3, VertexSE3 >::template JacobianType< D, VertexXj::Dimension > & _jacobianOplusXj
BaseFixedSizedEdge< D, Isometry3, VertexSE3, VertexSE3 >::template JacobianType< D, VertexXi::Dimension > & _jacobianOplusXi
bool writeInformationMatrix(std::ostream &os) const
write the upper trinagular part of the information matrix into the stream
bool readInformationMatrix(std::istream &is)
bool readParamIds(std::istream &is)
reads the param IDs from the stream
EIGEN_STRONG_INLINE const Measurement & measurement() const
accessor functions for the measurement represented by the edge
EIGEN_STRONG_INLINE const InformationType & information() const
information matrix of the constraint
bool writeParamIds(std::ostream &os) const
write the param IDs that are potentially used by the edge
Measurement _measurement
the measurement of the edge
const EstimateType & estimate() const
return the current estimate of the vertex
void setEstimate(const EstimateType &et)
set the estimate for the vertex also calls updateCache()
const Isometry3 & w2n() const
const Isometry3 & n2w() const
const ParameterSE3Offset * offsetParam() const
virtual void initialEstimate(const OptimizableGraph::VertexSet &from, OptimizableGraph::Vertex *to)
ParameterSE3Offset * _offsetFrom
virtual bool write(std::ostream &os) const
write the vertex to a stream
CacheSE3Offset * _cacheFrom
virtual bool setMeasurementFromState()
ParameterSE3Offset * _offsetTo
virtual bool read(std::istream &is)
read the vertex from a stream, i.e., the internal state of the vertex
CacheSE3Offset * _cacheTo
virtual bool resolveCaches()
Edge between two 3D pose vertices.
virtual void setMeasurement(const Isometry3 &m)
Isometry3 _inverseMeasurement
VertexContainer _vertices
std::set< Vertex * > VertexSet
bool installParameter(ParameterType *&p, size_t argNo, int paramId=-1)
void resizeParameters(size_t newSize)
void resolveCache(CacheType *&cache, OptimizableGraph::Vertex *, const std::string &_type, const ParameterVector ¶meters)
A general case Vertex for optimization.
const Isometry3 & offset() const
rotation of the offset as 3x3 rotation matrix
3D pose Vertex, represented as an Isometry3
Isometry3 fromVectorQT(const Vector7 &v)
Vector6 toVectorMQT(const Isometry3 &t)
void computeEdgeSE3Gradient(Isometry3 &E, Eigen::MatrixBase< Derived > const &JiConstRef, Eigen::MatrixBase< Derived > const &JjConstRef, const Isometry3 &Z, const Isometry3 &Xi, const Isometry3 &Xj, const Isometry3 &Pi, const Isometry3 &Pj)
bool writeVector(std::ostream &os, const Eigen::DenseBase< Derived > &b)
bool readVector(std::istream &is, Eigen::DenseBase< Derived > &b)
Vector7 toVectorQT(const Isometry3 &t)
Eigen::Transform< double, 3, Eigen::Isometry, Eigen::ColMajor > Isometry3
std::vector< Parameter * > ParameterVector