|
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 () |
| Sensor (Robot *robot_) | |
| Robot * | robot () |
| virtual | ~Sensor () |
Public Attributes | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW | |
| VertexSE3 * | _offsetVertex |
| Vector3d | _nplane |
Additional Inherited Members | |
Protected Attributes inherited from Sensor | |
| Robot * | _robot |
Definition at line 207 of file simulator_3d_plane.cpp.
|
inline |
Definition at line 210 of file simulator_3d_plane.cpp.
References _offsetVertex, g2o::OptimizableGraph::addVertex(), g2o::BaseRobot::graph(), Sensor::robot(), g2o::BaseVertex< D, T >::setEstimate(), and g2o::OptimizableGraph::Vertex::setId().
|
inlinevirtual |
Reimplemented from Sensor.
Definition at line 217 of file simulator_3d_plane.cpp.
|
inlinevirtual |
Reimplemented from Sensor.
Definition at line 224 of file simulator_3d_plane.cpp.
References _nplane, _offsetVertex, g2o::OptimizableGraph::addEdge(), g2o::BaseVertex< D, T >::estimate(), g2o::BaseRobot::graph(), g2o::Plane3D::oplus(), Sensor::robot(), 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 260 of file simulator_3d_plane.cpp.
| VertexSE3* PlaneSensor::_offsetVertex |
Definition at line 259 of file simulator_3d_plane.cpp.
Referenced by main(), PlaneSensor(), and sense().
| PlaneSensor::EIGEN_MAKE_ALIGNED_OPERATOR_NEW |
Definition at line 208 of file simulator_3d_plane.cpp.