Cheetah Software
1.0
|
#include <StateEstimatorContainer.h>
Public Member Functions | |
void | setLcm (state_estimator_lcmt &lcm_data) |
Public Attributes | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW Vec4< T > | contactEstimate |
Vec3< T > | position |
Vec3< T > | vBody |
Quat< T > | orientation |
Vec3< T > | omegaBody |
RotMat< T > | rBody |
Vec3< T > | rpy |
Vec3< T > | omegaWorld |
Vec3< T > | vWorld |
Vec3< T > | aBody |
Vec3< T > | aWorld |
Result of state estimation
Definition at line 23 of file StateEstimatorContainer.h.
|
inline |
Definition at line 37 of file StateEstimatorContainer.h.
Vec3<T> StateEstimate< T >::aBody |
Definition at line 35 of file StateEstimatorContainer.h.
Vec3<T> StateEstimate< T >::aWorld |
Definition at line 35 of file StateEstimatorContainer.h.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW Vec4<T> StateEstimate< T >::contactEstimate |
Definition at line 25 of file StateEstimatorContainer.h.
Vec3<T> StateEstimate< T >::omegaBody |
Definition at line 29 of file StateEstimatorContainer.h.
Vec3<T> StateEstimate< T >::omegaWorld |
Definition at line 33 of file StateEstimatorContainer.h.
Quat<T> StateEstimate< T >::orientation |
Definition at line 28 of file StateEstimatorContainer.h.
Vec3<T> StateEstimate< T >::position |
Definition at line 26 of file StateEstimatorContainer.h.
RotMat<T> StateEstimate< T >::rBody |
Definition at line 30 of file StateEstimatorContainer.h.
Vec3<T> StateEstimate< T >::rpy |
Definition at line 31 of file StateEstimatorContainer.h.
Vec3<T> StateEstimate< T >::vBody |
Definition at line 27 of file StateEstimatorContainer.h.
Vec3<T> StateEstimate< T >::vWorld |
Definition at line 34 of file StateEstimatorContainer.h.