Classes | Public Member Functions | Public Attributes
hector_pose_estimation::filter::EKF Class Reference

#include <ekf.h>

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

List of all members.

Classes

class  Corrector
class  Corrector_
class  Predictor
class  Predictor_

Public Member Functions

virtual bool doPredict (double dt)
EIGEN_MAKE_ALIGNED_OPERATOR_NEW EKF (State &state)
virtual std::string getType () const
virtual bool init (PoseEstimation &estimator)
virtual bool predict (const SystemPtr &system, double dt)
virtual bool preparePredict (double dt)
virtual ~EKF ()

Public Attributes

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

Detailed Description

Definition at line 37 of file ekf.h.


Constructor & Destructor Documentation

Definition at line 41 of file ekf.cpp.

Definition at line 45 of file ekf.cpp.


Member Function Documentation

bool hector_pose_estimation::filter::EKF::doPredict ( double  dt) [virtual]

Reimplemented from hector_pose_estimation::Filter.

Definition at line 74 of file ekf.cpp.

virtual std::string hector_pose_estimation::filter::EKF::getType ( ) const [inline, virtual]

Implements hector_pose_estimation::Filter.

Definition at line 45 of file ekf.h.

Reimplemented from hector_pose_estimation::Filter.

Definition at line 48 of file ekf.cpp.

bool hector_pose_estimation::filter::EKF::predict ( const SystemPtr system,
double  dt 
) [virtual]

Reimplemented from hector_pose_estimation::Filter.

Definition at line 64 of file ekf.cpp.

Reimplemented from hector_pose_estimation::Filter.

Definition at line 56 of file ekf.cpp.


Member Data Documentation

Definition at line 140 of file ekf.h.

Definition at line 141 of file ekf.h.

Definition at line 139 of file ekf.h.


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


hector_pose_estimation_core
Author(s): Johannes Meyer
autogenerated on Fri Aug 28 2015 10:59:55