Cheetah Software  1.0
ContactEstimator< T > Class Template Reference

#include <ContactEstimator.h>

+ Inheritance diagram for ContactEstimator< T >:
+ Collaboration diagram for ContactEstimator< T >:

Public Member Functions

virtual void run ()
 
virtual void setup ()
 
- Public Member Functions inherited from GenericEstimator< T >
void setData (StateEstimatorData< T > data)
 
virtual ~GenericEstimator ()=default
 

Additional Inherited Members

- Public Attributes inherited from GenericEstimator< T >
StateEstimatorData< T > _stateEstimatorData
 

Detailed Description

template<typename T>
class ContactEstimator< T >

Definition at line 17 of file ContactEstimator.h.

Member Function Documentation

template<typename T>
virtual void ContactEstimator< T >::run ( )
inlinevirtual

Implements GenericEstimator< T >.

Definition at line 19 of file ContactEstimator.h.

References GenericEstimator< T >::_stateEstimatorData.

19  {
20  this->_stateEstimatorData.result->contactEstimate =
21  *this->_stateEstimatorData.contactPhase;
22  }
StateEstimatorData< T > _stateEstimatorData
template<typename T>
virtual void ContactEstimator< T >::setup ( )
inlinevirtual

Implements GenericEstimator< T >.

Definition at line 23 of file ContactEstimator.h.

23 {}

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