|
g2o
|
#include <simulator.h>


Public Types | |
| typedef RobotType_ | RobotType |
| typedef RobotType::PoseObject | PoseObject |
| typedef RobotType::TrajectoryType | TrajectoryType |
| typedef RobotType::PoseObject::VertexType | PoseVertexType |
| typedef EdgeType_ | EdgeType |
| typedef EdgeType::InformationType | InformationType |
Public Member Functions | |
| UnarySensor (const std::string &name) | |
| void | setInformation (const InformationType &information_) |
| const InformationType & | information () |
| virtual void | sense () |
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 () |
Public Attributes | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW | |
Protected Member Functions | |
| EdgeType * | mkEdge () |
| virtual void | addNoise (EdgeType *) |
Protected Attributes | |
| 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 177 of file simulator.h.
| typedef EdgeType_ g2o::UnarySensor< RobotType_, EdgeType_ >::EdgeType |
Definition at line 184 of file simulator.h.
| typedef EdgeType::InformationType g2o::UnarySensor< RobotType_, EdgeType_ >::InformationType |
Definition at line 185 of file simulator.h.
| typedef RobotType::PoseObject g2o::UnarySensor< RobotType_, EdgeType_ >::PoseObject |
Definition at line 181 of file simulator.h.
| typedef RobotType::PoseObject::VertexType g2o::UnarySensor< RobotType_, EdgeType_ >::PoseVertexType |
Definition at line 183 of file simulator.h.
| typedef RobotType_ g2o::UnarySensor< RobotType_, EdgeType_ >::RobotType |
Definition at line 180 of file simulator.h.
| typedef RobotType::TrajectoryType g2o::UnarySensor< RobotType_, EdgeType_ >::TrajectoryType |
Definition at line 182 of file simulator.h.
|
inline |
Definition at line 187 of file simulator.h.
References g2o::UnarySensor< RobotType_, EdgeType_ >::_information.
|
inlineprotectedvirtual |
Definition at line 231 of file simulator.h.
Referenced by g2o::UnarySensor< RobotType_, EdgeType_ >::sense().
|
inline |
Definition at line 196 of file simulator.h.
References g2o::UnarySensor< RobotType_, EdgeType_ >::_information.
|
inlineprotected |
Definition at line 223 of file simulator.h.
References g2o::UnarySensor< RobotType_, EdgeType_ >::_robotPoseObject.
Referenced by g2o::UnarySensor< RobotType_, EdgeType_ >::sense().
|
inlinevirtual |
Implements g2o::BaseSensor.
Reimplemented in g2o::SensorSE3Prior.
Definition at line 198 of file simulator.h.
References g2o::UnarySensor< RobotType_, EdgeType_ >::_robotPoseObject, g2o::OptimizableGraph::addEdge(), g2o::UnarySensor< RobotType_, EdgeType_ >::addNoise(), g2o::BaseSensor::graph(), g2o::UnarySensor< RobotType_, EdgeType_ >::mkEdge(), g2o::BaseSensor::robot(), and g2o::BaseSensor::world().
|
inline |
Definition at line 191 of file simulator.h.
References g2o::UnarySensor< RobotType_, EdgeType_ >::_information, g2o::UnarySensor< RobotType_, EdgeType_ >::_sampler, and g2o::GaussianSampler< SampleType, CovarianceType >::setDistribution().
|
protected |
Definition at line 221 of file simulator.h.
Referenced by g2o::UnarySensor< RobotType_, EdgeType_ >::information(), g2o::UnarySensor< RobotType_, EdgeType_ >::setInformation(), and g2o::UnarySensor< RobotType_, EdgeType_ >::UnarySensor().
|
protected |
Definition at line 220 of file simulator.h.
Referenced by g2o::UnarySensor< RobotType_, EdgeType_ >::mkEdge(), and g2o::UnarySensor< RobotType_, EdgeType_ >::sense().
|
protected |
Definition at line 230 of file simulator.h.
Referenced by g2o::UnarySensor< RobotType_, EdgeType_ >::setInformation().
| g2o::UnarySensor< RobotType_, EdgeType_ >::EIGEN_MAKE_ALIGNED_OPERATOR_NEW |
Definition at line 179 of file simulator.h.