g2o
Public Member Functions | Public Attributes | List of all members
g2o::EdgeSE3PlaneSensorCalib Class Reference

plane measurement that also calibrates an offset for the sensor More...

#include <edge_se3_plane_calib.h>

Inheritance diagram for g2o::EdgeSE3PlaneSensorCalib:
Inheritance graph
[legend]
Collaboration diagram for g2o::EdgeSE3PlaneSensorCalib:
Collaboration graph
[legend]

Public Member Functions

 EdgeSE3PlaneSensorCalib ()
 
void computeError ()
 
void setMeasurement (const Plane3D &m)
 
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...
 
- Public Member Functions inherited from g2o::BaseMultiEdge< 3, Plane3D >
 BaseMultiEdge ()
 
virtual void linearizeOplus (JacobianWorkspace &jacobianWorkspace)
 
virtual void linearizeOplus ()
 
virtual void resize (size_t size)
 
virtual bool allVerticesFixed () const
 
virtual void constructQuadraticForm ()
 
virtual void mapHessianMemory (double *d, int i, int j, bool rowMajor)
 
- Public Member Functions inherited from g2o::BaseEdge< D, Plane3D >
 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
 
virtual void initialEstimate (const OptimizableGraph::VertexSet &, OptimizableGraph::Vertex *)
 
- Public Member Functions inherited from g2o::OptimizableGraph::Edge
 Edge ()
 
virtual ~Edge ()
 
virtual Edgeclone () const
 
virtual bool setMeasurementData (const double *m)
 
virtual bool getMeasurementData (double *m) const
 
virtual int measurementDimension () const
 
virtual bool setMeasurementFromState ()
 
RobustKernelrobustKernel () const
 if NOT NULL, error of this edge will be robustifed with the kernel More...
 
void setRobustKernel (RobustKernel *ptr)
 
virtual double initialEstimatePossible (const OptimizableGraph::VertexSet &from, OptimizableGraph::Vertex *to)
 
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())
 
virtual VertexcreateVertex (int)
 
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)
 

Public Attributes

 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
 
Vector3D color
 

Additional Inherited Members

- Public Types inherited from g2o::BaseMultiEdge< 3, Plane3D >
typedef BaseEdge< D, Plane3D >::Measurement Measurement
 
typedef MatrixXD::MapType JacobianType
 
typedef BaseEdge< D, Plane3D >::ErrorVector ErrorVector
 
typedef BaseEdge< D, Plane3D >::InformationType InformationType
 
typedef Eigen::Map< MatrixXD, MatrixXD::Flags &Eigen::AlignedBit?Eigen::Aligned:Eigen::Unaligned > HessianBlockType
 
- Public Types inherited from g2o::BaseEdge< D, Plane3D >
typedef Plane3D 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::BaseMultiEdge< 3, Plane3D >
static const int Dimension
 
- Static Public Attributes inherited from g2o::BaseEdge< D, Plane3D >
static const int Dimension
 
- Protected Member Functions inherited from g2o::BaseMultiEdge< 3, Plane3D >
void computeQuadraticForm (const InformationType &omega, const ErrorVector &weightedError)
 
- Protected Member Functions inherited from g2o::BaseEdge< D, Plane3D >
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 ()
 
- Protected Attributes inherited from g2o::BaseMultiEdge< 3, Plane3D >
std::vector< HessianHelper > _hessian
 
std::vector< JacobianType, Eigen::aligned_allocator< JacobianType > > _jacobianOplus
 jacobians of the edge (w.r.t. oplus) More...
 
- Protected Attributes inherited from g2o::BaseEdge< D, Plane3D >
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
 

Detailed Description

plane measurement that also calibrates an offset for the sensor

Definition at line 39 of file edge_se3_plane_calib.h.

Constructor & Destructor Documentation

g2o::EdgeSE3PlaneSensorCalib::EdgeSE3PlaneSensorCalib ( )

Definition at line 37 of file edge_se3_plane_calib.cpp.

References color, and g2o::BaseMultiEdge< 3, Plane3D >::resize().

37  :
38  BaseMultiEdge<3, Plane3D>()
39  {
40  resize(3);
41  color << 0.1, 0.1, 0.1;
42  }
virtual void resize(size_t size)

Member Function Documentation

void g2o::EdgeSE3PlaneSensorCalib::computeError ( )
inlinevirtual

Implements g2o::OptimizableGraph::Edge.

Definition at line 46 of file edge_se3_plane_calib.h.

References g2o::BaseVertex< D, T >::estimate(), and g2o::Plane3D::ominus().

47  {
48  const VertexSE3* v1 = static_cast<const VertexSE3*>(_vertices[0]);
49  const VertexPlane* planeVertex = static_cast<const VertexPlane*>(_vertices[1]);
50  const VertexSE3* offset = static_cast<const VertexSE3*>(_vertices[2]);
51  const Plane3D& plane = planeVertex->estimate();
52  // measurement function: remap the plane in global coordinates
53  Isometry3D w2n=(v1->estimate()*offset->estimate()).inverse();
54  Plane3D localPlane=w2n*plane;
55  _error = localPlane.ominus(_measurement);
56  }
Eigen::Transform< double, 3, Eigen::Isometry, Eigen::ColMajor > Isometry3D
Definition: eigen_types.h:66
VertexContainer _vertices
Definition: hyper_graph.h:202
bool g2o::EdgeSE3PlaneSensorCalib::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 44 of file edge_se3_plane_calib.cpp.

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

45  {
46  Vector4D v;
47  is >> v(0) >> v(1) >> v(2) >> v(3);
48  setMeasurement(Plane3D(v));
49  is >> color(0) >> color(1) >> color(2);
50  for (int i = 0; i < information().rows(); ++i)
51  for (int j = i; j < information().cols(); ++j) {
52  is >> information()(i, j);
53  if (i != j)
54  information()(j, i) = information()(i, j);
55  }
56  return true;
57  }
Eigen::Matrix< double, 4, 1, Eigen::ColMajor > Vector4D
Definition: eigen_types.h:47
void setMeasurement(const Plane3D &m)
EIGEN_STRONG_INLINE const InformationType & information() const
information matrix of the constraint
Definition: base_edge.h:67
void g2o::EdgeSE3PlaneSensorCalib::setMeasurement ( const Plane3D m)
inlinevirtual

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

Definition at line 58 of file edge_se3_plane_calib.h.

References G2O_TYPES_SLAM3D_ADDONS_API.

Referenced by read(), and PlaneSensor::sense().

58  {
59  _measurement = m;
60  }
bool g2o::EdgeSE3PlaneSensorCalib::write ( std::ostream &  os) const
virtual

write the vertex to a stream

Implements g2o::OptimizableGraph::Edge.

Definition at line 59 of file edge_se3_plane_calib.cpp.

References g2o::BaseEdge< D, Plane3D >::_measurement, g2o::Plane3D::azimuth(), color, g2o::Plane3D::distance(), g2o::Plane3D::elevation(), g2o::BaseVertex< D, T >::estimate(), g2o::BaseEdge< D, Plane3D >::information(), g2o::BaseEdge< D, E >::measurement(), g2o::Plane3D::normal(), RAD2DEG, g2o::DrawAction::refreshPropertyPtrs(), g2o::Plane3D::toVector(), and g2o::HyperGraph::Edge::vertex().

60  {
62  os << v(0) << " " << v(1) << " " << v(2) << " " << v(3) << " ";
63  os << color(0) << " " << color(1) << " " << color(2) << " ";
64  for (int i = 0; i < information().rows(); ++i)
65  for (int j = i; j < information().cols(); ++j)
66  os << " " << information()(i, j);
67  return os.good();
68  }
Eigen::Matrix< double, 4, 1, Eigen::ColMajor > Vector4D
Definition: eigen_types.h:47
EIGEN_STRONG_INLINE const InformationType & information() const
information matrix of the constraint
Definition: base_edge.h:67
Eigen::Vector4d toVector() const
Definition: plane3d.h:53

Member Data Documentation

Vector3D g2o::EdgeSE3PlaneSensorCalib::color

Definition at line 44 of file edge_se3_plane_calib.h.

Referenced by EdgeSE3PlaneSensorCalib(), read(), and write().

g2o::EdgeSE3PlaneSensorCalib::EIGEN_MAKE_ALIGNED_OPERATOR_NEW

Definition at line 42 of file edge_se3_plane_calib.h.


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