Structure to handle gyroscope data.
More...
#include <SensorData.h>
Structure to handle gyroscope data.
Definition at line 206 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 |
◆ header()
static std::string Boardcore::GyroscopeData::header |
( |
| ) |
|
|
inlinestatic |
◆ operator Eigen::Vector3f()
Boardcore::GyroscopeData::operator Eigen::Vector3f |
( |
| ) |
const |
|
inline |
◆ print()
void Boardcore::GyroscopeData::print |
( |
std::ostream & | os | ) |
const |
|
inline |
◆ 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: