27#ifndef G2O_EDGE_SE3_POINT_XYZ_H_
28#define G2O_EDGE_SE3_POINT_XYZ_H_
45 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
47 virtual bool read(std::istream& is);
48 virtual bool write(std::ostream& os)
const;
53 virtual void linearizeOplus();
58 Eigen::Map<const Vector3> v(d);
64 Eigen::Map<Vector3> v(d);
71 virtual bool setMeasurementFromState();
76 return (from.count(_vertices[0]) == 1 ? 1.0 : -1.0);
85 Eigen::Matrix<double, 3, 9, Eigen::ColMajor>
J;
88 virtual bool resolveCaches();
92class EdgeSE3PointXYZDrawAction :
public DrawAction {
94 EdgeSE3PointXYZDrawAction();
caching the offset related to a vertex
g2o edge from a track to a point node
virtual bool setMeasurementData(const double *d)
ParameterSE3Offset * offsetParam
virtual double initialEstimatePossible(const OptimizableGraph::VertexSet &from, OptimizableGraph::Vertex *to)
const ParameterSE3Offset * offsetParameter()
virtual int measurementDimension() const
Eigen::Matrix< double, 3, 9, Eigen::ColMajor > J
virtual void setMeasurement(const Vector3 &m)
virtual bool getMeasurementData(double *d) const
Abstract action that operates on a graph entity.
std::set< Vertex * > VertexSet
A general case Vertex for optimization.
#define G2O_TYPES_SLAM3D_API