the structure of Compass results. the result is returned only when COMPASS_CMD_UPDATE_MAG is specified as the command type. More...
#include <compass_command.h>
Public Attributes | |
| float | azimuth |
| float | pitch |
| float | roll |
| float | decl |
| int | acc_azimuth |
| int | calib_lv |
the structure of Compass results. the result is returned only when COMPASS_CMD_UPDATE_MAG is specified as the command type.
| float azimuth |
Indicates calculation of azimuth from input sensor data. The unit is[rad]. (*)No deviation correction.
| float pitch |
Indicates calculation of pitch attitude from input sensor data. The unit is[rad].
| float roll |
Indicates calculation of roll attitude from input sensor data. The unit is[rad].
| float decl |
Argument angle. The unit is[rad]. (*)Use Azimuth - Decl
| int acc_azimuth |
Return the azimuth accuracy level. [0 - 3]
| int calib_lv |
Return the calibration accuracy level. [0 - 3]