|
esp32_BNO08x 1.4
C++ BNO08x IMU driver component for esp-idf.
|
Struct to represent angular velocity (units in rad/s) More...
#include <BNO08xGlobalTypes.hpp>
Public Member Functions | |
| bno08x_ang_vel_t () | |
| template<typename T > | |
| bno08x_ang_vel_t & | operator*= (T value) |
| bno08x_ang_vel_t & | operator= (const sh2_GyroIntegratedRV_t &source) |
Public Attributes | |
| float | x |
| float | y |
| float | z |
Struct to represent angular velocity (units in rad/s)
|
inline |
|
inline |
|
inline |
| float bno08x_ang_vel_t::x |
| float bno08x_ang_vel_t::y |
| float bno08x_ang_vel_t::z |