49 Eigen::Map<const Vector6> update(update_);
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()
static SE3Quat exp(const Vector6 &update)
EIGEN_MAKE_ALIGNED_OPERATOR_NEW VertexSE3Expmap()
bool read(std::istream &is)
read the vertex from a stream, i.e., the internal state of the vertex
void oplusImpl(const double *update_)
bool write(std::ostream &os) const
write the vertex to a stream
void setToOriginImpl()
sets the node to the origin (used in the multilevel stuff)
some general case utility functions
bool writeVector(std::ostream &os, const Eigen::DenseBase< Derived > &b)
bool readVector(std::istream &is, Eigen::DenseBase< Derived > &b)