Cheetah Software
1.0
Main Page
Namespaces
Classes
Files
File List
File Members
ContactEstimator.h
Go to the documentation of this file.
1
11
#ifndef PROJECT_CONTACTESTIMATOR_H
12
#define PROJECT_CONTACTESTIMATOR_H
13
14
#include "
Controllers/StateEstimatorContainer.h
"
15
16
template
<
typename
T>
17
class
ContactEstimator
:
public
GenericEstimator
<T> {
18
public
:
19
virtual
void
run
() {
20
this->
_stateEstimatorData
.result->contactEstimate =
21
*this->
_stateEstimatorData
.contactPhase;
22
}
23
virtual
void
setup
() {}
24
};
25
26
#endif // PROJECT_CONTACTESTIMATOR_H
ContactEstimator
Definition:
ContactEstimator.h:17
GenericEstimator
Definition:
StateEstimatorContainer.h:73
ContactEstimator::setup
virtual void setup()
Definition:
ContactEstimator.h:23
StateEstimatorContainer.h
ContactEstimator::run
virtual void run()
Definition:
ContactEstimator.h:19
GenericEstimator::_stateEstimatorData
StateEstimatorData< T > _stateEstimatorData
Definition:
StateEstimatorContainer.h:81
home
dhkim
Public_Repository
Cheetah-Software
common
include
Controllers
ContactEstimator.h
Generated by
1.8.11