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
|
|
|
|
2022-04-22 13:43:25 -03:00
|
|
|
uint64 timestamp # time since system start (microseconds)
|
2018-08-06 21:30:05 -03:00
|
|
|
|
2022-04-22 13:43:25 -03:00
|
|
|
uint64 timestamp_sample # the timestamp of the raw data (microseconds)
|
2020-09-01 15:38:41 -03:00
|
|
|
|
2022-04-22 13:43:25 -03:00
|
|
|
float32[4] q # Quaternion rotation from the FRD body frame to the NED earth frame
|
|
|
|
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
|
|
|
|
2023-01-20 20:09:30 -04:00
|
|
|
# TOPICS vehicle_attitude vehicle_attitude_groundtruth external_ins_attitude
|
2020-10-27 11:56:11 -03:00
|
|
|
# TOPICS estimator_attitude
|