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
|
|
|
|
2020-12-15 09:18:05 +01:00
|
|
|
uint64 timestamp # time since system start (microseconds)
|
2018-08-07 01:30:05 +01:00
|
|
|
|
2020-12-15 09:18:05 +01:00
|
|
|
uint64 timestamp_sample # the timestamp of the raw data (microseconds)
|
2020-09-01 14:38:41 -04:00
|
|
|
|
2020-12-15 09:18:05 +01:00
|
|
|
float32[4] q # Quaternion rotation from the FRD body frame to the 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
|
2020-10-27 10:56:11 -04:00
|
|
|
# TOPICS estimator_attitude
|