Public Member Functions | Public Attributes
RobotLocalization::FilterDerived Class Reference
Inheritance diagram for RobotLocalization::FilterDerived:
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.
 FilterDerived ()
std::priority_queue
< Measurement, std::vector
< Measurement >, Measurement
getMeasurementQueue ()
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.

Public Attributes

double val

Detailed Description

Definition at line 11 of file test_filter_base.cpp.


Constructor & Destructor Documentation

Definition at line 17 of file test_filter_base.cpp.


Member Function Documentation

void RobotLocalization::FilterDerived::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 19 of file test_filter_base.cpp.

Definition at line 36 of file test_filter_base.cpp.

void RobotLocalization::FilterDerived::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 31 of file test_filter_base.cpp.


Member Data Documentation

Definition at line 15 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 Mon Oct 6 2014 04:11:15