Structure to handle gyroscope data.
More...
#include <SensorData.h>
Structure to handle gyroscope data.
Definition at line 198 of file SensorData.h.
◆ GyroscopeData() [1/4]
Boardcore::GyroscopeData::GyroscopeData |
( |
| ) |
|
|
inline |
◆ GyroscopeData() [2/4]
Boardcore::GyroscopeData::GyroscopeData |
( |
uint64_t |
timestamp, |
|
|
float |
x, |
|
|
float |
y, |
|
|
float |
z |
|
) |
| |
|
inline |
◆ GyroscopeData() [3/4]
Boardcore::GyroscopeData::GyroscopeData |
( |
const GyroscopeData & |
data | ) |
|
|
default |
◆ GyroscopeData() [4/4]
Boardcore::GyroscopeData::GyroscopeData |
( |
const Eigen::Vector3f & |
vel | ) |
|
|
inlineexplicit |
◆ operator Eigen::Vector3f()
Boardcore::GyroscopeData::operator Eigen::Vector3f |
( |
| ) |
const |
|
inline |
◆ reflect()
static constexpr auto Boardcore::GyroscopeData::reflect |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ angularSpeedTimestamp
uint64_t Boardcore::GyroscopeData::angularSpeedTimestamp = 0 |
◆ angularSpeedX
float Boardcore::GyroscopeData::angularSpeedX = 0 |
◆ angularSpeedY
float Boardcore::GyroscopeData::angularSpeedY = 0 |
◆ angularSpeedZ
float Boardcore::GyroscopeData::angularSpeedZ = 0 |
The documentation for this struct was generated from the following file: