base
IMUSensors.hpp
Go to the documentation of this file.
1 #ifndef BASE_SAMPLES_IMU_SENSORS_H__
2 #define BASE_SAMPLES_IMU_SENSORS_H__
3 
4 #include <base/Time.hpp>
5 #include <base/Eigen.hpp>
6 
7 namespace base { namespace samples {
8  struct IMUSensors
9  {
12 
15 
18 
21  };
22 }} // namespaces
23 
24 #endif
25 
Time time
Definition: IMUSensors.hpp:11
Definition: IMUSensors.hpp:8
base::Vector3d gyro
Definition: IMUSensors.hpp:17
Definition: Time.hpp:11
base::Vector3d mag
Definition: IMUSensors.hpp:20
Definition: LinearAngular6DCommand.hpp:8
Eigen::Matrix< double, 3, 1, Eigen::DontAlign > Vector3d
Definition: Eigen.hpp:20
base::Vector3d acc
Definition: IMUSensors.hpp:14