|
Cheetah Software
1.0
|
#include <OrientationEstimator.h>
Inheritance diagram for VectorNavOrientationEstimator< T >:
Collaboration diagram for VectorNavOrientationEstimator< 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 |
Definition at line 25 of file OrientationEstimator.h.
|
virtual |
Implements GenericEstimator< T >.
Definition at line 36 of file OrientationEstimator.cpp.
References ori::quaternionToRotationMatrix(), and ori::quatToRPY().
Here is the call graph for this function:
|
inlinevirtual |