|
Cheetah Software
1.0
|
#include <LegController.h>
Inheritance diagram for LegControllerCommand< T >:
Collaboration diagram for LegControllerCommand< T >:Public Member Functions | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW | LegControllerCommand () |
| void | zero () |
Public Attributes | |
| Vec3< T > | tauFeedForward |
| Vec3< T > | forceFeedForward |
| Vec3< T > | qDes |
| Vec3< T > | qdDes |
| Vec3< T > | pDes |
| Vec3< T > | vDes |
| Mat3< T > | kpCartesian |
| Mat3< T > | kdCartesian |
| Mat3< T > | kpJoint |
| Mat3< T > | kdJoint |
Definition at line 23 of file LegController.h.
|
inline |
Definition at line 25 of file LegController.h.
| void LegControllerCommand< T >::zero | ( | ) |
Zero the leg command so the leg will not output torque
Definition at line 19 of file LegController.cpp.
Here is the caller graph for this function:| Vec3<T> LegControllerCommand< T >::forceFeedForward |
Definition at line 29 of file LegController.h.
| Mat3<T> LegControllerCommand< T >::kdCartesian |
Definition at line 30 of file LegController.h.
| Mat3<T> LegControllerCommand< T >::kdJoint |
Definition at line 30 of file LegController.h.
| Mat3<T> LegControllerCommand< T >::kpCartesian |
Definition at line 30 of file LegController.h.
| Mat3<T> LegControllerCommand< T >::kpJoint |
Definition at line 30 of file LegController.h.
| Vec3<T> LegControllerCommand< T >::pDes |
Definition at line 29 of file LegController.h.
| Vec3<T> LegControllerCommand< T >::qdDes |
Definition at line 29 of file LegController.h.
| Vec3<T> LegControllerCommand< T >::qDes |
Definition at line 29 of file LegController.h.
| Vec3<T> LegControllerCommand< T >::tauFeedForward |
Definition at line 29 of file LegController.h.
| Vec3<T> LegControllerCommand< T >::vDes |
Definition at line 29 of file LegController.h.