32 namespace deprecated {
64 for (
int i=0; i<7; i++) is >> meas[i];
71 for (
int i=0; i<
information().rows() && is.good(); i++)
72 for (
int j=i; j<
information().cols() && is.good(); j++){
86 for (
int i=0; i<7; i++) os <<
measurement()[i] <<
" ";
109 Eigen::Isometry3d Z, X, P;
virtual bool setMeasurementFromState()
bool installParameter(ParameterType *&p, size_t argNo, int paramId=-1)
const SE3Quat & offset() const
return the offset as SE3Quat
std::set< Vertex * > VertexSet
virtual void initialEstimate(const OptimizableGraph::VertexSet &from, OptimizableGraph::Vertex *to)
InformationType _information
Eigen::Matrix< double, 7, 1 > Vector7d
virtual void linearizeOplus()
JacobianXiOplusType _jacobianOplusXi
bool setParameterId(int argNum, int paramId)
SE3Quat _inverseMeasurement
virtual void setMeasurement(const SE3Quat &m)
EIGEN_MAKE_ALIGNED_OPERATOR_NEW EdgeSE3Prior()
void resolveCache(CacheType *&cache, OptimizableGraph::Vertex *, const std::string &_type, const ParameterVector ¶meters)
std::vector< Parameter * > ParameterVector
const SE3Quat & n2w() const
const Eigen::Quaterniond & rotation() const
3D pose Vertex, (x,y,z,qw,qx,qy,qz) the parameterization for the increments constructed is a 6d vecto...
void setEstimate(const EstimateType &et)
set the estimate for the vertex also calls updateCache()
A general case Vertex for optimization.
void setTranslation(const Vector3D &t_)
void resizeParameters(size_t newSize)
EIGEN_STRONG_INLINE const InformationType & information() const
information matrix of the constraint
ParameterSE3Offset * _offsetParam
virtual bool write(std::ostream &os) const
write the vertex to a stream
const EstimateType & estimate() const
return the current estimate of the vertex
void setRotation(const Eigen::Quaterniond &r_)
virtual bool read(std::istream &is)
read the vertex from a stream, i.e., the internal state of the vertex
void computeEdgeSE3PriorGradient(Isometry3D &E, const Eigen::MatrixBase< Derived > &JConstRef, const Isometry3D &Z, const Isometry3D &X, const Isometry3D &P=Isometry3D())
virtual bool resolveCaches()
EIGEN_STRONG_INLINE const Measurement & measurement() const
accessor functions for the measurement represented by the edge
const ParameterSE3Offset * offsetParam() const
const Vector3D & translation() const
VertexContainer _vertices