Public Member Functions | Public Attributes | Protected Attributes | List of all members
hector_pose_estimation::filter::EKF::Predictor Class Referenceabstract

#include <ekf.h>

Inheritance diagram for hector_pose_estimation::filter::EKF::Predictor:
Inheritance graph
[legend]

Public Member Functions

virtual bool predict (double dt)=0
 
EIGEN_MAKE_ALIGNED_OPERATOR_NEW Predictor (EKF *filter)
 
virtual ~Predictor ()
 

Public Attributes

State::SystemMatrix A
 
State::Covariance Q
 
State::Vector x_diff
 

Protected Attributes

EKFfilter_
 

Detailed Description

Definition at line 52 of file ekf.h.

Constructor & Destructor Documentation

EIGEN_MAKE_ALIGNED_OPERATOR_NEW hector_pose_estimation::filter::EKF::Predictor::Predictor ( EKF filter)
inline

Definition at line 57 of file ekf.h.

virtual hector_pose_estimation::filter::EKF::Predictor::~Predictor ( )
inlinevirtual

Definition at line 67 of file ekf.h.

Member Function Documentation

virtual bool hector_pose_estimation::filter::EKF::Predictor::predict ( double  dt)
pure virtual

Member Data Documentation

State::SystemMatrix hector_pose_estimation::filter::EKF::Predictor::A

Definition at line 75 of file ekf.h.

EKF* hector_pose_estimation::filter::EKF::Predictor::filter_
protected

Definition at line 71 of file ekf.h.

State::Covariance hector_pose_estimation::filter::EKF::Predictor::Q

Definition at line 76 of file ekf.h.

State::Vector hector_pose_estimation::filter::EKF::Predictor::x_diff

Definition at line 74 of file ekf.h.


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


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