g2o
|
Public Member Functions | |
PlaneSensor (Robot *r, int offsetId, const Isometry3d &offset_) | |
virtual bool | isVisible (const WorldItem *wi) const |
virtual bool | sense (WorldItem *wi, const Isometry3d &position) |
Public Member Functions inherited from Sensor | |
Sensor (Robot *robot_) | |
Robot * | robot () |
virtual | ~Sensor () |
Public Attributes | |
VertexSE3 * | _offsetVertex |
Vector3d | _nplane |
Additional Inherited Members | |
Protected Attributes inherited from Sensor | |
Robot * | _robot |
Definition at line 194 of file simulator_3d_plane.cpp.
|
inline |
Definition at line 195 of file simulator_3d_plane.cpp.
|
inlinevirtual |
Reimplemented from Sensor.
Definition at line 202 of file simulator_3d_plane.cpp.
|
inlinevirtual |
Reimplemented from Sensor.
Definition at line 211 of file simulator_3d_plane.cpp.
References g2o::BaseVertex< D, T >::estimate(), g2o::Plane3D::oplus(), sample_noise_from_plane(), g2o::BaseEdge< D, E >::setInformation(), g2o::EdgeSE3PlaneSensorCalib::setMeasurement(), WorldItem::vertex(), and g2o::HyperGraph::Edge::vertices().
Vector3d PlaneSensor::_nplane |
Definition at line 249 of file simulator_3d_plane.cpp.
Referenced by main().
VertexSE3* PlaneSensor::_offsetVertex |
Definition at line 248 of file simulator_3d_plane.cpp.
Referenced by main().