|
g2o
|
#include <sensor_odometry.h>


Public Member Functions | |
| SensorOdometry (const std::string name_) | |
| virtual EIGEN_MAKE_ALIGNED_OPERATOR_NEW void | sense () |
Public Member Functions inherited from g2o::BinarySensor< R, E, O > | |
| 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 () |
| virtual void | addParameters () |
Additional Inherited Members | |
Public Types inherited from g2o::BinarySensor< R, E, O > | |
| typedef R | RobotType |
| typedef RobotType::PoseObject | PoseObject |
| typedef RobotType::TrajectoryType | TrajectoryType |
| typedef RobotType::PoseObject::VertexType | PoseVertexType |
| typedef E | EdgeType |
| typedef O | WorldObjectType |
| typedef WorldObjectType::VertexType | VertexType |
| typedef EdgeType::InformationType | InformationType |
Public Attributes inherited from g2o::BinarySensor< R, E, O > | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW | |
Protected Member Functions inherited from g2o::BinarySensor< R, E, O > | |
| EdgeType * | mkEdge (WorldObjectType *object) |
| virtual void | addNoise (EdgeType *) |
Protected Attributes inherited from g2o::BinarySensor< R, E, O > | |
| 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 |
Definition at line 34 of file sensor_odometry.h.
|
inline |
Definition at line 36 of file sensor_odometry.h.
|
inlinevirtual |
Reimplemented from g2o::BinarySensor< R, E, O >.
Definition at line 38 of file sensor_odometry.h.
References __PRETTY_FUNCTION__, g2o::BinarySensor< R, E, O >::_robotPoseObject, g2o::OptimizableGraph::addEdge(), g2o::BinarySensor< R, E, O >::addNoise(), g2o::BaseSensor::graph(), g2o::BinarySensor< R, E, O >::mkEdge(), and g2o::BaseSensor::robot().