| Cheetah Software
    1.0
    | 
#include <FloatingBaseModel.h>
 Inheritance diagram for FBModelState< T >:
 Inheritance diagram for FBModelState< T >: Collaboration diagram for FBModelState< T >:
 Collaboration diagram for FBModelState< T >:| Public Member Functions | |
| void | print () const | 
| Public Attributes | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW Quat< T > | bodyOrientation | 
| Vec3< T > | bodyPosition | 
| SVec< T > | bodyVelocity | 
| DVec< T > | q | 
| DVec< T > | qd | 
The state of a floating base model (base and joints)
Definition at line 38 of file FloatingBaseModel.h.
| 
 | inline | 
Definition at line 46 of file FloatingBaseModel.h.
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW Quat<T> FBModelState< T >::bodyOrientation | 
Definition at line 40 of file FloatingBaseModel.h.
| Vec3<T> FBModelState< T >::bodyPosition | 
Definition at line 41 of file FloatingBaseModel.h.
| SVec<T> FBModelState< T >::bodyVelocity | 
Definition at line 42 of file FloatingBaseModel.h.
| DVec<T> FBModelState< T >::q | 
Definition at line 43 of file FloatingBaseModel.h.
| DVec<T> FBModelState< T >::qd | 
Definition at line 44 of file FloatingBaseModel.h.