g2o
Public Member Functions | Protected Attributes | List of all members
g2o::deprecated::EdgeSE3 Class Reference

3D edge between two VertexSE3 More...

#include <edge_se3_quat.h>

Inheritance diagram for g2o::deprecated::EdgeSE3:
Inheritance graph
[legend]
Collaboration diagram for g2o::deprecated::EdgeSE3:
Collaboration graph
[legend]

Public Member Functions

EIGEN_MAKE_ALIGNED_OPERATOR_NEW EdgeSE3 ()
 
void computeError ()
 
virtual void setMeasurement (const SE3Quat &m)
 
virtual bool setMeasurementData (const double *d)
 
virtual bool getMeasurementData (double *d) const
 
virtual int measurementDimension () const
 
virtual bool setMeasurementFromState ()
 
virtual bool read (std::istream &is)
 read the vertex from a stream, i.e., the internal state of the vertex More...
 
virtual bool write (std::ostream &os) const
 write the vertex to a stream More...
 
virtual double initialEstimatePossible (const OptimizableGraph::VertexSet &, OptimizableGraph::Vertex *)
 
virtual void initialEstimate (const OptimizableGraph::VertexSet &from, OptimizableGraph::Vertex *to)
 
virtual void linearizeOplus ()
 
- Public Member Functions inherited from g2o::BaseBinaryEdge< 6, SE3Quat, VertexSE3, VertexSE3 >
 BaseBinaryEdge ()
 
virtual OptimizableGraph::VertexcreateFrom ()
 
virtual OptimizableGraph::VertexcreateTo ()
 
virtual OptimizableGraph::VertexcreateVertex (int i)
 
virtual void resize (size_t size)
 
virtual bool allVerticesFixed () const
 
virtual void linearizeOplus (JacobianWorkspace &jacobianWorkspace)
 
const JacobianXiOplusTypejacobianOplusXi () const
 returns the result of the linearization in the manifold space for the node xi More...
 
const JacobianXjOplusTypejacobianOplusXj () const
 returns the result of the linearization in the manifold space for the node xj More...
 
virtual void constructQuadraticForm ()
 
virtual void mapHessianMemory (double *d, int i, int j, bool rowMajor)
 
- Public Member Functions inherited from g2o::BaseEdge< D, SE3Quat >
 BaseEdge ()
 
virtual ~BaseEdge ()
 
virtual double chi2 () const
 computes the chi2 based on the cached error value, only valid after computeError has been called. More...
 
virtual const double * errorData () const
 returns the error vector cached after calling the computeError; More...
 
virtual double * errorData ()
 
const ErrorVectorerror () const
 
ErrorVectorerror ()
 
EIGEN_STRONG_INLINE const InformationTypeinformation () const
 information matrix of the constraint More...
 
EIGEN_STRONG_INLINE InformationTypeinformation ()
 
EIGEN_STRONG_INLINE void setInformation (const InformationType &information)
 
virtual const double * informationData () const
 returns the memory of the information matrix, usable for example with a Eigen::Map<MatrixXD> More...
 
virtual double * informationData ()
 
EIGEN_STRONG_INLINE const Measurementmeasurement () const
 accessor functions for the measurement represented by the edge More...
 
virtual int rank () const
 
- Public Member Functions inherited from g2o::OptimizableGraph::Edge
 Edge ()
 
virtual ~Edge ()
 
virtual Edgeclone () const
 
RobustKernelrobustKernel () const
 if NOT NULL, error of this edge will be robustifed with the kernel More...
 
void setRobustKernel (RobustKernel *ptr)
 
int level () const
 returns the level of the edge More...
 
void setLevel (int l)
 sets the level of the edge More...
 
int dimension () const
 returns the dimensions of the error function More...
 
 G2O_ATTRIBUTE_DEPRECATED (virtual Vertex *createFrom())
 
 G2O_ATTRIBUTE_DEPRECATED (virtual Vertex *createTo())
 
long long internalId () const
 the internal ID of the edge More...
 
OptimizableGraphgraph ()
 
const OptimizableGraphgraph () const
 
bool setParameterId (int argNum, int paramId)
 
const Parameterparameter (int argNo) const
 
size_t numParameters () const
 
void resizeParameters (size_t newSize)
 
- Public Member Functions inherited from g2o::HyperGraph::Edge
 Edge (int id=InvalidId)
 creates and empty edge with no vertices More...
 
const VertexContainervertices () const
 
VertexContainervertices ()
 
const Vertexvertex (size_t i) const
 
Vertexvertex (size_t i)
 
void setVertex (size_t i, Vertex *v)
 
int id () const
 
void setId (int id)
 
virtual HyperGraphElementType elementType () const
 
int numUndefinedVertices () const
 
- Public Member Functions inherited from g2o::HyperGraph::HyperGraphElement
virtual ~HyperGraphElement ()
 
HyperGraphElementclone () const
 
- Public Member Functions inherited from g2o::HyperGraph::DataContainer
 DataContainer ()
 
virtual ~DataContainer ()
 
const DatauserData () const
 the user data associated with this vertex More...
 
DatauserData ()
 
void setUserData (Data *obs)
 
void addUserData (Data *obs)
 

Protected Attributes

SE3Quat _inverseMeasurement
 
- Protected Attributes inherited from g2o::BaseBinaryEdge< 6, SE3Quat, VertexSE3, VertexSE3 >
bool _hessianRowMajor
 
HessianBlockType _hessian
 
HessianBlockTransposedType _hessianTransposed
 
JacobianXiOplusType _jacobianOplusXi
 
JacobianXjOplusType _jacobianOplusXj
 
- Protected Attributes inherited from g2o::BaseEdge< D, SE3Quat >
Measurement _measurement
 
InformationType _information
 
ErrorVector _error
 
- Protected Attributes inherited from g2o::OptimizableGraph::Edge
int _dimension
 
int _level
 
RobustKernel_robustKernel
 
long long _internalId
 
std::vector< int > _cacheIds
 
std::vector< std::string > _parameterTypes
 
std::vector< Parameter ** > _parameters
 
std::vector< int > _parameterIds
 
- Protected Attributes inherited from g2o::HyperGraph::Edge
VertexContainer _vertices
 
int _id
 unique id More...
 
- Protected Attributes inherited from g2o::HyperGraph::DataContainer
Data_userData
 

Additional Inherited Members

- Public Types inherited from g2o::BaseBinaryEdge< 6, SE3Quat, VertexSE3, VertexSE3 >
typedef VertexSE3 VertexXiType
 
typedef VertexSE3 VertexXjType
 
typedef BaseEdge< D, SE3Quat >::Measurement Measurement
 
typedef Eigen::Matrix< double, D, Di, D==1?Eigen::RowMajor:Eigen::ColMajor >::AlignedMapType JacobianXiOplusType
 
typedef Eigen::Matrix< double, D, Dj, D==1?Eigen::RowMajor:Eigen::ColMajor >::AlignedMapType JacobianXjOplusType
 
typedef BaseEdge< D, SE3Quat >::ErrorVector ErrorVector
 
typedef BaseEdge< D, SE3Quat >::InformationType InformationType
 
typedef Eigen::Map< Eigen::Matrix< double, Di, Dj, Di==1?Eigen::RowMajor:Eigen::ColMajor >, Eigen::Matrix< double, Di, Dj, Di==1?Eigen::RowMajor:Eigen::ColMajor >::Flags &Eigen::AlignedBit?Eigen::Aligned:Eigen::Unaligned > HessianBlockType
 
typedef Eigen::Map< Eigen::Matrix< double, Dj, Di, Dj==1?Eigen::RowMajor:Eigen::ColMajor >, Eigen::Matrix< double, Dj, Di, Dj==1?Eigen::RowMajor:Eigen::ColMajor >::Flags &Eigen::AlignedBit?Eigen::Aligned:Eigen::Unaligned > HessianBlockTransposedType
 
- Public Types inherited from g2o::BaseEdge< D, SE3Quat >
typedef SE3Quat Measurement
 
typedef Eigen::Matrix< double, D, 1, Eigen::ColMajor > ErrorVector
 
typedef Eigen::Matrix< double, D, D, Eigen::ColMajor > InformationType
 
- Static Public Attributes inherited from g2o::BaseBinaryEdge< 6, SE3Quat, VertexSE3, VertexSE3 >
static const int Di
 
static const int Dj
 
static const int Dimension
 
- Static Public Attributes inherited from g2o::BaseEdge< D, SE3Quat >
static const int Dimension
 
- Protected Member Functions inherited from g2o::BaseEdge< D, SE3Quat >
InformationType robustInformation (const Vector3D &rho)
 
- Protected Member Functions inherited from g2o::OptimizableGraph::Edge
template<typename ParameterType >
bool installParameter (ParameterType *&p, size_t argNo, int paramId=-1)
 
template<typename CacheType >
void resolveCache (CacheType *&cache, OptimizableGraph::Vertex *, const std::string &_type, const ParameterVector &parameters)
 
bool resolveParameters ()
 
virtual bool resolveCaches ()
 

Detailed Description

3D edge between two VertexSE3

Definition at line 48 of file edge_se3_quat.h.

Constructor & Destructor Documentation

g2o::deprecated::EdgeSE3::EdgeSE3 ( )

Definition at line 44 of file edge_se3_quat.cpp.

44  :
45  BaseBinaryEdge<6, SE3Quat, VertexSE3, VertexSE3>()
46  {
47  }

Member Function Documentation

void g2o::deprecated::EdgeSE3::computeError ( )
inlinevirtual

Implements g2o::OptimizableGraph::Edge.

Definition at line 53 of file edge_se3_quat.h.

References g2o::BaseVertex< D, T >::estimate(), g2o::SE3Quat::inverse(), g2o::SE3Quat::rotation(), and g2o::SE3Quat::translation().

54  {
55  const VertexSE3* v1 = dynamic_cast<const VertexSE3*>(_vertices[0]);
56  const VertexSE3* v2 = dynamic_cast<const VertexSE3*>(_vertices[1]);
57  SE3Quat delta = _inverseMeasurement * (v1->estimate().inverse()*v2->estimate());
58  _error.head<3>() = delta.translation();
59  // The analytic Jacobians assume the error in this special form (w beeing positive)
60  if (delta.rotation().w() < 0.)
61  _error.tail<3>() = - delta.rotation().vec();
62  else
63  _error.tail<3>() = delta.rotation().vec();
64  }
VertexContainer _vertices
Definition: hyper_graph.h:202
virtual bool g2o::deprecated::EdgeSE3::getMeasurementData ( double *  m) const
inlinevirtual

writes the measurement to an array of double

Returns
true on success

Reimplemented from g2o::OptimizableGraph::Edge.

Definition at line 78 of file edge_se3_quat.h.

78  {
79  Eigen::Map<Vector7d> v(d);
80  v = _measurement.toVector();
81  return true;
82  }
Vector7d toVector() const
Definition: se3quat.h:135
void g2o::deprecated::EdgeSE3::initialEstimate ( const OptimizableGraph::VertexSet ,
OptimizableGraph::Vertex  
)
virtual

set the estimate of the to vertex, based on the estimate of the from vertices in the edge.

Reimplemented from g2o::BaseEdge< D, SE3Quat >.

Definition at line 85 of file edge_se3_quat.cpp.

References _inverseMeasurement, g2o::BaseEdge< D, SE3Quat >::_measurement, g2o::HyperGraph::Edge::_vertices, g2o::BaseVertex< D, T >::estimate(), and g2o::BaseVertex< D, T >::setEstimate().

86  {
87  VertexSE3* from = static_cast<VertexSE3*>(_vertices[0]);
88  VertexSE3* to = static_cast<VertexSE3*>(_vertices[1]);
89  if (from_.count(from) > 0) {
90  to->setEstimate(from->estimate() * _measurement);
91  } else
92  from->setEstimate(to->estimate() * _inverseMeasurement);
93  }
VertexContainer _vertices
Definition: hyper_graph.h:202
virtual double g2o::deprecated::EdgeSE3::initialEstimatePossible ( const OptimizableGraph::VertexSet from,
OptimizableGraph::Vertex to 
)
inlinevirtual

override in your class if it's possible to initialize the vertices in certain combinations. The return value may correspond to the cost for initiliaizng the vertex but should be positive if the initialization is possible and negative if not possible.

Reimplemented from g2o::OptimizableGraph::Edge.

Definition at line 91 of file edge_se3_quat.h.

91 { return 1.;}
void g2o::deprecated::EdgeSE3::linearizeOplus ( )
virtual

Linearizes the oplus operator in the vertex, and stores the result in temporary variables _jacobianOplusXi and _jacobianOplusXj

Reimplemented from g2o::BaseBinaryEdge< 6, SE3Quat, VertexSE3, VertexSE3 >.

Definition at line 96 of file edge_se3_quat.cpp.

References _inverseMeasurement, g2o::BaseBinaryEdge< 6, SE3Quat, VertexSE3, VertexSE3 >::_jacobianOplusXi, g2o::BaseBinaryEdge< 6, SE3Quat, VertexSE3, VertexSE3 >::_jacobianOplusXj, g2o::HyperGraph::Edge::_vertices, g2o::BaseVertex< D, T >::estimate(), g2o::SE3Quat::inverse(), g2o::deprecated::jacobian_3d_qman(), g2o::SE3Quat::rotation(), and g2o::SE3Quat::translation().

96  {
97  VertexSE3* from = static_cast<VertexSE3*>(_vertices[0]);
98  VertexSE3* to = static_cast<VertexSE3*>(_vertices[1]);
99 
100  Matrix3d izR = _inverseMeasurement.rotation().toRotationMatrix();
101  const Vector3d& izt = _inverseMeasurement.translation();
102 
103  SE3Quat iXiXj = from->estimate().inverse() * to->estimate();
104  Matrix3d iRiRj = iXiXj.rotation().toRotationMatrix();
105  const Vector3d& ititj = iXiXj.translation();
106 
108  izR(0,0), izR(0,1), izR(0,2), izt(0),
109  izR(1,0), izR(1,1), izR(1,2), izt(1),
110  izR(2,0), izR(2,1), izR(2,2), izt(2),
111  iRiRj(0,0), iRiRj(0,1), iRiRj(0,2), ititj(0),
112  iRiRj(1,0), iRiRj(1,1), iRiRj(1,2), ititj(1),
113  iRiRj(2,0), iRiRj(2,1), iRiRj(2,2), ititj(2));
114  }
void jacobian_3d_qman(Eigen::MatrixBase< Derived > &Ji, Eigen::MatrixBase< Derived > &Jj, const double &z11, const double &z12, const double &z13, const double &z14, const double &z21, const double &z22, const double &z23, const double &z24, const double &z31, const double &z32, const double &z33, const double &z34, const double &xab11, const double &xab12, const double &xab13, const double &xab14, const double &xab21, const double &xab22, const double &xab23, const double &xab24, const double &xab31, const double &xab32, const double &xab33, const double &xab34)
const Eigen::Quaterniond & rotation() const
Definition: se3quat.h:97
const Vector3D & translation() const
Definition: se3quat.h:93
VertexContainer _vertices
Definition: hyper_graph.h:202
virtual int g2o::deprecated::EdgeSE3::measurementDimension ( ) const
inlinevirtual

returns the dimension of the measurement in the extended representation which is used by get/setMeasurement;

Reimplemented from g2o::OptimizableGraph::Edge.

Definition at line 84 of file edge_se3_quat.h.

84 {return 7;}
bool g2o::deprecated::EdgeSE3::read ( std::istream &  is)
virtual

read the vertex from a stream, i.e., the internal state of the vertex

Implements g2o::OptimizableGraph::Edge.

Definition at line 58 of file edge_se3_quat.cpp.

References g2o::BaseEdge< D, SE3Quat >::information(), and setMeasurement().

59  {
60  Vector7d meas;
61  for (int i=0; i<7; i++)
62  is >> meas[i];
63  setMeasurement(SE3Quat(meas));
64 
65  for (int i=0; i<6; i++)
66  for (int j=i; j<6; j++) {
67  is >> information()(i,j);
68  if (i!=j)
69  information()(j,i) = information()(i,j);
70  }
71  return true;
72  }
Eigen::Matrix< double, 7, 1 > Vector7d
Definition: sim3.h:35
EIGEN_STRONG_INLINE const InformationType & information() const
information matrix of the constraint
Definition: base_edge.h:67
virtual void setMeasurement(const SE3Quat &m)
Definition: edge_se3_quat.h:66
virtual void g2o::deprecated::EdgeSE3::setMeasurement ( const SE3Quat m)
inlinevirtual

Reimplemented from g2o::BaseEdge< D, SE3Quat >.

Definition at line 66 of file edge_se3_quat.h.

References g2o::SE3Quat::inverse().

Referenced by read().

66  {
67  _measurement = m;
69  }
SE3Quat inverse() const
Definition: se3quat.h:120
virtual bool g2o::deprecated::EdgeSE3::setMeasurementData ( const double *  m)
inlinevirtual

sets the measurement from an array of double

Returns
true on success

Reimplemented from g2o::OptimizableGraph::Edge.

Definition at line 71 of file edge_se3_quat.h.

71  {
72  Eigen::Map<const Vector7d> v(d);
75  return true;
76  }
SE3Quat inverse() const
Definition: se3quat.h:120
void fromVector(const Vector7d &v)
Definition: se3quat.h:147
bool g2o::deprecated::EdgeSE3::setMeasurementFromState ( )
virtual

sets the estimate to have a zero error, based on the current value of the state variables returns false if not supported.

Reimplemented from g2o::OptimizableGraph::Edge.

Definition at line 50 of file edge_se3_quat.cpp.

References _inverseMeasurement, g2o::BaseEdge< D, SE3Quat >::_measurement, g2o::HyperGraph::Edge::_vertices, g2o::BaseVertex< D, T >::estimate(), and g2o::SE3Quat::inverse().

50  {
51  const VertexSE3* v1 = dynamic_cast<const VertexSE3*>(_vertices[0]);
52  const VertexSE3* v2 = dynamic_cast<const VertexSE3*>(_vertices[1]);
53  _measurement = (v1->estimate().inverse()*v2->estimate());
55  return true;
56  }
SE3Quat inverse() const
Definition: se3quat.h:120
VertexContainer _vertices
Definition: hyper_graph.h:202
bool g2o::deprecated::EdgeSE3::write ( std::ostream &  os) const
virtual

write the vertex to a stream

Implements g2o::OptimizableGraph::Edge.

Definition at line 74 of file edge_se3_quat.cpp.

References g2o::BaseEdge< D, SE3Quat >::information(), and g2o::BaseEdge< D, SE3Quat >::measurement().

75  {
76  for (int i=0; i<7; i++)
77  os << measurement()[i] << " ";
78  for (int i=0; i<6; i++)
79  for (int j=i; j<6; j++){
80  os << " " << information()(i,j);
81  }
82  return os.good();
83  }
EIGEN_STRONG_INLINE const InformationType & information() const
information matrix of the constraint
Definition: base_edge.h:67
EIGEN_STRONG_INLINE const Measurement & measurement() const
accessor functions for the measurement represented by the edge
Definition: base_edge.h:75

Member Data Documentation

SE3Quat g2o::deprecated::EdgeSE3::_inverseMeasurement
protected

Definition at line 98 of file edge_se3_quat.h.

Referenced by initialEstimate(), linearizeOplus(), and setMeasurementFromState().


The documentation for this class was generated from the following files: