ethzasl-msf - Modular Sensor Fusion
Time delay compensated single and multi sensor fusion framework based on an EKF
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
List of all members | Public Member Functions
msf_core::StateVisitor< EKFState_T > Class Template Reference

Visitor pattern to allow the user to set state init values.

#include <msf_statevisitor.h>

Inheritance diagram for msf_core::StateVisitor< EKFState_T >:
msf_core::MSF_SensorManager< EKFState_T > msf_core::MSF_SensorManagerROS< EKFState_T >

Public Member Functions

virtual void resetState (EKFState_T &state) const =0
 The state is set to zero/identity, this method will be called to give the user the possibility to change the reset values of some states.
virtual ~StateVisitor ()

Constructor & Destructor Documentation

template<typename EKFState_T>
virtual msf_core::StateVisitor< EKFState_T >::~StateVisitor ( )
inlinevirtual

Member Function Documentation

template<typename EKFState_T>
virtual void msf_core::StateVisitor< EKFState_T >::resetState ( EKFState_T &  state) const
pure virtual

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