1 #ifndef G2O_SE3_LOTSOF_XYZ 2 #define G2O_SE3_LOTSOF_XYZ 4 #include "g2o/config.h" 22 _dimension = dimension_;
23 _information.resize(dimension_, dimension_);
24 _error.resize(dimension_, 1);
25 _measurement.resize(dimension_, 1);
30 _observedPoints = vertices-1;
31 setDimension(_observedPoints*3);
35 virtual void computeError();
37 virtual bool read(std::istream& is);
38 virtual bool write(std::ostream& os)
const;
40 virtual bool setMeasurementFromState();
45 virtual void linearizeOplus();
53 #endif // G2O_SE3_LOTSOF_XYZ std::set< Vertex * > VertexSet
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
unsigned int _observedPoints
Protocol The SLAM executable accepts such as solving the and retrieving or vertices in the explicitly state the reprensentation poses are represented by poses by VERTEX_XYZRPY In the Quaternions and other representations could be but note that it is up to the SLAM algorithm to choose the internal representation of the angles The keyword is followed by a unique vertex ID and an optional initialization of the or edges in the explicitly state the type of the constraint pose constraints are given by pose constraints by EDGE_XYZRPY The keyword is followed by a unique edge the IDs of the referenced vertices
void setDimension(int dimension_)
#define G2O_TYPES_SLAM3D_API
void setSize(int vertices)
base class to represent an edge connecting an arbitrary number of nodes
A general case Vertex for optimization.