| Cheetah Software
    1.0
    | 
#include <StateEstimatorContainer.h>
 Inheritance diagram for StateEstimatorData< T >:
 Inheritance diagram for StateEstimatorData< T >: Collaboration diagram for StateEstimatorData< T >:
 Collaboration diagram for StateEstimatorData< T >:| Public Attributes | |
| StateEstimate< T > * | result | 
| VectorNavData * | vectorNavData | 
| CheaterState< double > * | cheaterState | 
| LegControllerData< T > * | legControllerData | 
| Vec4< T > * | contactPhase | 
| RobotControlParameters * | parameters | 
Inputs for state estimation. If robot code needs to inform the state estimator of something, it should be added here. (You should also a setter method to StateEstimatorContainer)
Definition at line 60 of file StateEstimatorContainer.h.
| CheaterState<double>* StateEstimatorData< T >::cheaterState | 
Definition at line 63 of file StateEstimatorContainer.h.
| Vec4<T>* StateEstimatorData< T >::contactPhase | 
Definition at line 65 of file StateEstimatorContainer.h.
| LegControllerData<T>* StateEstimatorData< T >::legControllerData | 
Definition at line 64 of file StateEstimatorContainer.h.
| RobotControlParameters* StateEstimatorData< T >::parameters | 
Definition at line 66 of file StateEstimatorContainer.h.
| StateEstimate<T>* StateEstimatorData< T >::result | 
Definition at line 61 of file StateEstimatorContainer.h.
| VectorNavData* StateEstimatorData< T >::vectorNavData | 
Definition at line 62 of file StateEstimatorContainer.h.