Public Member Functions
RobotLocalization::FilterDerived2 Class Reference
Inheritance diagram for RobotLocalization::FilterDerived2:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void correct (const Measurement &measurement)
 Carries out the correct step in the predict/update cycle. This method must be implemented by subclasses.
 FilterDerived2 ()
void predict (const double delta)
 Carries out the predict step in the predict/update cycle. Projects the state and error matrices forward using a model of the vehicle's motion. This method must be implemented by subclasses.
void processMeasurement (const Measurement &measurement)
 Does some final preprocessing, carries out the predict/update cycle.

Detailed Description

Definition at line 38 of file test_filter_base.cpp.


Constructor & Destructor Documentation

Definition at line 42 of file test_filter_base.cpp.


Member Function Documentation

void RobotLocalization::FilterDerived2::correct ( const Measurement measurement) [inline, virtual]

Carries out the correct step in the predict/update cycle. This method must be implemented by subclasses.

Parameters:
[in]measurement- The measurement to fuse with the state estimate

Implements RobotLocalization::FilterBase.

Definition at line 44 of file test_filter_base.cpp.

void RobotLocalization::FilterDerived2::predict ( const double  delta) [inline, virtual]

Carries out the predict step in the predict/update cycle. Projects the state and error matrices forward using a model of the vehicle's motion. This method must be implemented by subclasses.

Parameters:
[in]delta- The time step over which to predict.

Implements RobotLocalization::FilterBase.

Definition at line 49 of file test_filter_base.cpp.

void RobotLocalization::FilterDerived2::processMeasurement ( const Measurement measurement) [inline, virtual]

Does some final preprocessing, carries out the predict/update cycle.

Parameters:
[in]measurement- The measurement object to fuse into the filter

Reimplemented from RobotLocalization::FilterBase.

Definition at line 54 of file test_filter_base.cpp.


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


robot_localization
Author(s): Tom Moore
autogenerated on Fri Aug 28 2015 12:26:20