2016-09-27 17:54:04 +02:00
|
|
|
# This is similar to the mavlink message ATTITUDE_QUATERNION, but for onboard use
|
2017-09-21 16:24:53 -04:00
|
|
|
|
2018-08-07 01:30:05 +01:00
|
|
|
uint64 timestamp # time since system start (microseconds)
|
|
|
|
|
|
2019-08-30 15:33:13 +02:00
|
|
|
float32[4] q # Quaternion rotation from XYZ body frame to NED earth frame.
|
2017-09-21 16:24:53 -04:00
|
|
|
float32[4] delta_q_reset # Amount by which quaternion has changed during last reset
|
|
|
|
|
uint8 quat_reset_counter # Quaternion reset counter
|
2016-09-12 08:37:51 -06:00
|
|
|
|
2016-11-17 20:24:11 +05:30
|
|
|
# TOPICS vehicle_attitude vehicle_attitude_groundtruth vehicle_vision_attitude
|