Cheetah Software
1.0
|
#include <LegController.h>
Public Member Functions | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | LegControllerData () |
void | setQuadruped (Quadruped< T > &quad) |
void | zero () |
Public Attributes | |
Vec3< T > | q |
Vec3< T > | qd |
Vec3< T > | p |
Vec3< T > | v |
Mat3< T > | J |
Vec3< T > | tauEstimate |
Quadruped< T > * | quadruped |
Definition at line 34 of file LegController.h.
|
inline |
Definition at line 36 of file LegController.h.
|
inline |
Definition at line 38 of file LegController.h.
void LegControllerData< T >::zero | ( | ) |
Definition at line 33 of file LegController.cpp.
Mat3<T> LegControllerData< T >::J |
Definition at line 43 of file LegController.h.
Vec3<T> LegControllerData< T >::p |
Definition at line 42 of file LegController.h.
Vec3<T> LegControllerData< T >::q |
Definition at line 42 of file LegController.h.
Vec3<T> LegControllerData< T >::qd |
Definition at line 42 of file LegController.h.
Quadruped<T>* LegControllerData< T >::quadruped |
Definition at line 45 of file LegController.h.
Vec3<T> LegControllerData< T >::tauEstimate |
Definition at line 44 of file LegController.h.
Vec3<T> LegControllerData< T >::v |
Definition at line 42 of file LegController.h.