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