|
esp32_BNO08x 1.31
C++ BNO08x IMU driver component for esp-idf.
|
Struct to represent gyro bias data (units in rad/s) More...
#include <BNO08xGlobalTypes.hpp>
Public Member Functions | |
| bno08x_gyro_bias_t () | |
| bno08x_gyro_bias_t & | operator= (const sh2_GyroscopeUncalibrated &source) |
Public Attributes | |
| float | x |
| float | y |
| float | z |
Struct to represent gyro bias data (units in rad/s)
|
inline |
|
inline |
| float bno08x_gyro_bias_t::x |
| float bno08x_gyro_bias_t::y |
| float bno08x_gyro_bias_t::z |