1 #ifndef BASE_SAMPLES_IMU_SENSORS_H__ 2 #define BASE_SAMPLES_IMU_SENSORS_H__ 4 #include <base/Time.hpp> 5 #include <base/Eigen.hpp> 7 namespace base {
namespace samples {
Time time
Definition: IMUSensors.hpp:11
Definition: IMUSensors.hpp:8
base::Vector3d gyro
Definition: IMUSensors.hpp:17
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