2016-09-27 12:54:04 -03:00
|
|
|
# This is similar to the mavlink message ATTITUDE_QUATERNION, but for onboard use
|
2017-09-21 17:24:53 -03:00
|
|
|
|
2018-08-06 21:30:05 -03:00
|
|
|
uint64 timestamp # time since system start (microseconds)
|
|
|
|
|
2019-08-30 10:33:13 -03:00
|
|
|
float32[4] q # Quaternion rotation from XYZ body frame to NED earth frame.
|
2017-09-21 17:24:53 -03: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 11:37:51 -03:00
|
|
|
|
2016-11-17 10:54:11 -04:00
|
|
|
# TOPICS vehicle_attitude vehicle_attitude_groundtruth vehicle_vision_attitude
|