MBot Software Library
v1.0
An API documentation to mbot_firmware repository
|
used for processing the uncalib mag and gyro data More...
#include <bhy.h>
Public Attributes | |
s16 | uncalib_x |
s16 | uncalib_y |
s16 | uncalib_z |
s16 | bias_x |
s16 | bias_y |
s16 | bias_z |
u8 | accuracy |
used for processing the uncalib mag and gyro data
u8 uncalib_bias_t::accuracy |
contains the signed 16bit estimation accuracy data
s16 uncalib_bias_t::bias_x |
contains the signed 16bit bias x data
s16 uncalib_bias_t::bias_y |
contains the signed 16bit bias y data
s16 uncalib_bias_t::bias_z |
contains the signed 16bit bias z data
s16 uncalib_bias_t::uncalib_x |
contains the signed 16bit uncalib x data
s16 uncalib_bias_t::uncalib_y |
contains the signed 16bit uncalib y data
s16 uncalib_bias_t::uncalib_z |
contains the signed 16bit uncalib z data