|
g2o
|
#include <sensor_pointxyz_disparity.h>


Public Member Functions | |
| SensorPointXYZDisparity (const std::string &name_) | |
| virtual void | sense () |
| virtual void | addParameters () |
| ParameterSE3Offset * | offsetParam () |
| void | addNoise (EdgeType *e) |
Public Member Functions inherited from g2o::PointSensorParameters | |
| PointSensorParameters () | |
| double | maxRange () const |
| void | setMaxRange (double maxRange_) |
| double | minRange () const |
| void | setMinRange (double minRange_) |
| double | fov () const |
| void | setFov (double fov_) |
| double | maxAngularDifference () const |
| void | setMaxAngularDifference (double angularDifference) |
Public Member Functions inherited from g2o::BinarySensor< Robot3D, EdgeSE3PointXYZDisparity, WorldObjectTrackXYZ > | |
| BinarySensor (const std::string &name) | |
| void | setInformation (const InformationType &information_) |
| const InformationType & | information () |
Public Member Functions inherited from g2o::BaseSensor | |
| BaseSensor (const std::string &name_) | |
| BaseRobot * | robot () |
| void | setRobot (BaseRobot *robot_) |
| World * | world () const |
| OptimizableGraph * | graph () const |
| const std::vector< Parameter * > & | parameters () |
Public Attributes | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef PoseVertexType::EstimateType | RobotPoseType |
Public Attributes inherited from g2o::BinarySensor< Robot3D, EdgeSE3PointXYZDisparity, WorldObjectTrackXYZ > | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW | |
Protected Member Functions | |
| bool | isVisible (WorldObjectType *to) |
Protected Member Functions inherited from g2o::BinarySensor< Robot3D, EdgeSE3PointXYZDisparity, WorldObjectTrackXYZ > | |
| EdgeType * | mkEdge (WorldObjectType *object) |
| virtual void | addNoise (EdgeType *) |
Protected Attributes | |
| RobotPoseType | _sensorPose |
| ParameterSE3Offset * | _offsetParam |
Protected Attributes inherited from g2o::PointSensorParameters | |
| double | _maxRange2 |
| double | _minRange2 |
| double | _fov |
| double | _maxAngularDifference |
Protected Attributes inherited from g2o::BinarySensor< Robot3D, EdgeSE3PointXYZDisparity, WorldObjectTrackXYZ > | |
| PoseObject * | _robotPoseObject |
| InformationType | _information |
| GaussianSampler< typename EdgeType::ErrorVector, InformationType > | _sampler |
Protected Attributes inherited from g2o::BaseSensor | |
| std::string | _name |
| std::vector< Parameter * > | _parameters |
| BaseRobot * | _robot |
Additional Inherited Members | |
Public Types inherited from g2o::BinarySensor< Robot3D, EdgeSE3PointXYZDisparity, WorldObjectTrackXYZ > | |
| typedef Robot3D | RobotType |
| typedef RobotType::PoseObject | PoseObject |
| typedef RobotType::TrajectoryType | TrajectoryType |
| typedef RobotType::PoseObject::VertexType | PoseVertexType |
| typedef EdgeSE3PointXYZDisparity | EdgeType |
| typedef WorldObjectTrackXYZ | WorldObjectType |
| typedef WorldObjectType::VertexType | VertexType |
| typedef EdgeType::InformationType | InformationType |
Definition at line 35 of file sensor_pointxyz_disparity.h.
| g2o::SensorPointXYZDisparity::SensorPointXYZDisparity | ( | const std::string & | name_ | ) |
Definition at line 36 of file sensor_pointxyz_disparity.cpp.
References g2o::BinarySensor< Robot3D, EdgeSE3PointXYZDisparity, WorldObjectTrackXYZ >::_information, _offsetParam, and g2o::BinarySensor< Robot3D, EdgeSE3PointXYZDisparity, WorldObjectTrackXYZ >::setInformation().
| void g2o::SensorPointXYZDisparity::addNoise | ( | EdgeType * | e | ) |
Definition at line 69 of file sensor_pointxyz_disparity.cpp.
References g2o::BinarySensor< Robot3D, EdgeSE3PointXYZDisparity, WorldObjectTrackXYZ >::_sampler, g2o::GaussianSampler< SampleType, CovarianceType >::generateSample(), and g2o::BinarySensor< Robot3D, EdgeSE3PointXYZDisparity, WorldObjectTrackXYZ >::information().
Referenced by sense().
|
virtual |
Reimplemented from g2o::BaseSensor.
Definition at line 63 of file sensor_pointxyz_disparity.cpp.
References _offsetParam, g2o::World::addParameter(), and g2o::BaseSensor::world().
|
protected |
Definition at line 45 of file sensor_pointxyz_disparity.cpp.
References g2o::PointSensorParameters::_fov, g2o::PointSensorParameters::_maxRange2, g2o::PointSensorParameters::_minRange2, g2o::BinarySensor< Robot3D, EdgeSE3PointXYZDisparity, WorldObjectTrackXYZ >::_robotPoseObject, and _sensorPose.
Referenced by sense().
|
inline |
|
virtual |
Reimplemented from g2o::BinarySensor< Robot3D, EdgeSE3PointXYZDisparity, WorldObjectTrackXYZ >.
Definition at line 75 of file sensor_pointxyz_disparity.cpp.
References _offsetParam, g2o::BinarySensor< Robot3D, EdgeSE3PointXYZDisparity, WorldObjectTrackXYZ >::_robotPoseObject, _sensorPose, g2o::OptimizableGraph::addEdge(), addNoise(), g2o::BaseSensor::graph(), g2o::Parameter::id(), isVisible(), g2o::BinarySensor< Robot3D, EdgeSE3PointXYZDisparity, WorldObjectTrackXYZ >::mkEdge(), g2o::World::objects(), g2o::ParameterSE3Offset::offset(), g2o::BaseSensor::robot(), and g2o::BaseSensor::world().
|
protected |
Definition at line 51 of file sensor_pointxyz_disparity.h.
Referenced by addParameters(), sense(), and SensorPointXYZDisparity().
|
protected |
Definition at line 50 of file sensor_pointxyz_disparity.h.
Referenced by isVisible(), and sense().
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef PoseVertexType::EstimateType g2o::SensorPointXYZDisparity::RobotPoseType |
Definition at line 41 of file sensor_pointxyz_disparity.h.