![]() |
0.4.1
|
Px4 gyro sensor message. More...
Data Fields | |
uint32_t | device_id |
unique device identifier | |
uint32_t | error_count |
error count | |
float | temperature |
Px4 temperature of gyro sensor in [°C]. | |
uint64_t | timestamp |
Px4 gyroscope time since startup in [µs]. | |
uint64_t | timestamp_sample |
[µs] | |
float | x |
Px4 rotation rate about x in p-frame [//TODO]. | |
float | y |
Px4 rotation rate about y in p-frame [//TODO]. | |
float | z |
Px4 rotation rate about z in p-frame [//TODO]. | |
Px4 gyro sensor message.
Definition at line 145 of file UlogFile.hpp.
uint32_t NAV::UlogFile::SensorGyro::device_id |
unique device identifier
Definition at line 149 of file UlogFile.hpp.
uint32_t NAV::UlogFile::SensorGyro::error_count |
error count
Definition at line 154 of file UlogFile.hpp.
float NAV::UlogFile::SensorGyro::temperature |
Px4 temperature of gyro sensor in [°C].
Definition at line 153 of file UlogFile.hpp.
uint64_t NAV::UlogFile::SensorGyro::timestamp |
Px4 gyroscope time since startup in [µs].
Definition at line 147 of file UlogFile.hpp.
uint64_t NAV::UlogFile::SensorGyro::timestamp_sample |
[µs]
Definition at line 148 of file UlogFile.hpp.
float NAV::UlogFile::SensorGyro::x |
Px4 rotation rate about x in p-frame [//TODO].
Definition at line 150 of file UlogFile.hpp.
float NAV::UlogFile::SensorGyro::y |
Px4 rotation rate about y in p-frame [//TODO].
Definition at line 151 of file UlogFile.hpp.
float NAV::UlogFile::SensorGyro::z |
Px4 rotation rate about z in p-frame [//TODO].
Definition at line 152 of file UlogFile.hpp.