esp32_BNO08x 1.31
C++ BNO08x IMU driver component for esp-idf.
Loading...
Searching...
No Matches
bno08x_gyro_bias_t Struct Reference

Struct to represent gyro bias data (units in rad/s) More...

#include <BNO08xGlobalTypes.hpp>

Public Member Functions

 bno08x_gyro_bias_t ()
 
bno08x_gyro_bias_toperator= (const sh2_GyroscopeUncalibrated &source)
 

Public Attributes

float x
 
float y
 
float z
 

Detailed Description

Struct to represent gyro bias data (units in rad/s)

Constructor & Destructor Documentation

◆ bno08x_gyro_bias_t()

bno08x_gyro_bias_t::bno08x_gyro_bias_t ( )
inline

Member Function Documentation

◆ operator=()

bno08x_gyro_bias_t & bno08x_gyro_bias_t::operator= ( const sh2_GyroscopeUncalibrated & source)
inline

Member Data Documentation

◆ x

float bno08x_gyro_bias_t::x

◆ y

float bno08x_gyro_bias_t::y

◆ z

float bno08x_gyro_bias_t::z

The documentation for this struct was generated from the following file: