Cheetah Software  1.0
IMUTypes.h
Go to the documentation of this file.
1 
5 #ifndef PROJECT_IMUTYPES_H
6 #define PROJECT_IMUTYPES_H
7 
8 #include "cppTypes.h"
9 
13 struct VectorNavData {
17  // todo is there status for the vectornav?
18 };
19 
20 template <typename T>
21 struct CheaterState {
27 };
28 
29 #endif // PROJECT_IMUTYPES_H
Vec3< T > vBody
Definition: IMUTypes.h:25
typename Eigen::Matrix< T, 4, 1 > Quat
Definition: cppTypes.h:58
typename Eigen::Matrix< T, 3, 1 > Vec3
Definition: cppTypes.h:26
Vec3< T > omegaBody
Definition: IMUTypes.h:24
Quat< T > orientation
Definition: IMUTypes.h:22
Vec3< float > accelerometer
Definition: IMUTypes.h:14
Vec3< T > acceleration
Definition: IMUTypes.h:26
Vec3< T > position
Definition: IMUTypes.h:23
Quat< float > quat
Definition: IMUTypes.h:16
Vec3< float > gyro
Definition: IMUTypes.h:15