Public Member Functions | Private Attributes | List of all members
hector_pose_estimation::GyroModel Class Reference

#include <imu_model.h>

Inheritance diagram for hector_pose_estimation::GyroModel:
Inheritance graph
[legend]

Public Member Functions

ColumnVector3 getError () const
 
void getPrior (State &state)
 
ColumnVector3 getRate (const ImuInput::RateType &imu_rate, const State &state) const
 
void getRateJacobian (SystemMatrixBlock &C, const State &state, bool init=true)
 
void getRateNoise (CovarianceBlock Q, const State &state, bool init=true)
 
void getSystemNoise (NoiseVariance &Q, const State &state, bool init=true)
 
 GyroModel ()
 
bool init (PoseEstimation &estimator, System &system, State &state)
 
virtual ~GyroModel ()
 
- Public Member Functions inherited from hector_pose_estimation::TimeContinuousSystemModel_< GyroModel, 3 >
virtual void getDerivative (StateVector &x_dot, const State &state)
 
void getExpectedDiff (StateVector &x_diff, const State &state, double dt)
 
virtual void getInputJacobian (InputMatrix &B, const State &state, bool init=true)
 
void getInputJacobian (InputMatrix &B, const State &state, double dt, bool init=true)
 
virtual void getStateJacobian (SystemMatrix &A, const State &state, bool init=true)
 
void getStateJacobian (SystemMatrix &A, const State &state, double dt, bool init=true)
 
void getSystemNoise (NoiseVariance &Q, const State &state, double dt, bool init=true)
 
virtual SystemModel::SystemTypeEnum getSystemType () const
 
 TimeContinuousSystemModel_ ()
 
virtual ~TimeContinuousSystemModel_ ()
 
- Public Member Functions inherited from hector_pose_estimation::SystemModel_< GyroModel, _VectorDimension, _VectorDimension >
GyroModelderived ()
 
const GyroModelderived () const
 
virtual ~SystemModel_ ()
 
- Public Member Functions inherited from hector_pose_estimation::SystemModel
virtual bool active (const State &state)
 
virtual void afterUpdate (State &state)
 
virtual SystemStatus getStatusFlags (const State &state)
 
virtual bool limitState (State &state)
 
virtual bool prepareUpdate (State &state, double dt)
 
virtual ~SystemModel ()
 
- Public Member Functions inherited from hector_pose_estimation::Model
virtual void cleanup ()
 
ParameterListparameters ()
 
const ParameterListparameters () const
 
virtual void reset (State &state)
 
virtual ~Model ()
 

Private Attributes

SubState::Ptr bias_
 
double rate_drift_
 
double rate_stddev_
 

Additional Inherited Members

- Public Types inherited from hector_pose_estimation::SystemModel
enum  SystemTypeEnum { UNKNOWN_SYSTEM_TYPE, TIME_DISCRETE, TIME_CONTINUOUS }
 
- Protected Attributes inherited from hector_pose_estimation::Model
ParameterList parameters_
 

Detailed Description

Definition at line 39 of file imu_model.h.

Constructor & Destructor Documentation

hector_pose_estimation::GyroModel::GyroModel ( )

Definition at line 40 of file imu_model.cpp.

hector_pose_estimation::GyroModel::~GyroModel ( )
virtual

Definition at line 48 of file imu_model.cpp.

Member Function Documentation

ColumnVector3 hector_pose_estimation::GyroModel::getError ( ) const
inline

Definition at line 50 of file imu_model.h.

void hector_pose_estimation::GyroModel::getPrior ( State state)
virtual
ColumnVector3 hector_pose_estimation::GyroModel::getRate ( const ImuInput::RateType imu_rate,
const State state 
) const

Definition at line 69 of file imu_model.cpp.

void hector_pose_estimation::GyroModel::getRateJacobian ( SystemMatrixBlock &  C,
const State state,
bool  init = true 
)

Definition at line 74 of file imu_model.cpp.

void hector_pose_estimation::GyroModel::getRateNoise ( CovarianceBlock  Q,
const State state,
bool  init = true 
)

Definition at line 80 of file imu_model.cpp.

void hector_pose_estimation::GyroModel::getSystemNoise ( NoiseVariance &  Q,
const State state,
bool  init = true 
)
virtual
bool hector_pose_estimation::GyroModel::init ( PoseEstimation estimator,
System system,
State state 
)
virtual

Reimplemented from hector_pose_estimation::SystemModel.

Definition at line 51 of file imu_model.cpp.

Member Data Documentation

SubState::Ptr hector_pose_estimation::GyroModel::bias_
private

Definition at line 60 of file imu_model.h.

double hector_pose_estimation::GyroModel::rate_drift_
private

Definition at line 62 of file imu_model.h.

double hector_pose_estimation::GyroModel::rate_stddev_
private

Definition at line 61 of file imu_model.h.


The documentation for this class was generated from the following files:


hector_pose_estimation_core
Author(s): Johannes Meyer
autogenerated on Thu Feb 18 2021 03:29:31