|
MAV'RIC
|
Sensor configuration. More...
#include <imu.hpp>
Public Attributes | |
| std::array< float, 3 > | bias |
| The biais of the sensor. | |
| std::array< float, 3 > | scale_factor |
| The scale factors of the sensor. | |
| std::array< float, 3 > | sign |
| The orientation of the sensor (+1 or -1) | |
| std::array< uint8_t, 3 > | axis |
| The axis number (X,Y,Z) referring to the sensor datasheet. | |
| std::array< float, 3 > | max_values |
| Used only during calibration: max scaled value. | |
| std::array< float, 3 > | min_values |
| Used only during calibration: min scaled value. | |
| std::array< float, 3 > | mean_values |
| Used only during calibration: mean scaled value. | |
Sensor configuration.
1.7.6.1