39 assert(from.size() == 1 && from.count(
_vertices[0]) == 1 &&
"Can not initialize VertexSE2 position by VertexPointXY");
Eigen::Matrix< double, 2, 1, Eigen::ColMajor > Vector2D
virtual bool read(std::istream &is)
read the vertex from a stream, i.e., the internal state of the vertex
virtual void initialEstimate(const OptimizableGraph::VertexSet &from, OptimizableGraph::Vertex *to)
std::set< Vertex * > VertexSet
2D pose Vertex, (x,y,theta)
EIGEN_MAKE_ALIGNED_OPERATOR_NEW EdgeSE2PointXYCalib()
base class to represent an edge connecting an arbitrary number of nodes
void setEstimate(const EstimateType &et)
set the estimate for the vertex also calls updateCache()
A general case Vertex for optimization.
virtual void resize(size_t size)
EIGEN_STRONG_INLINE const InformationType & information() const
information matrix of the constraint
const EstimateType & estimate() const
return the current estimate of the vertex
virtual bool write(std::ostream &os) const
write the vertex to a stream
EIGEN_STRONG_INLINE const Measurement & measurement() const
accessor functions for the measurement represented by the edge
VertexContainer _vertices