mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-19 15:59:06 +08:00
Fixing and simplifying mavlink odometry handling (#12793)
* Fixing and simplify mavlink odometry
This commit is contained in:
parent
43fdcd7876
commit
9ed2daef48
@ -2,7 +2,7 @@
|
||||
|
||||
uint64 timestamp # time since system start (microseconds)
|
||||
|
||||
float32[4] q # Quaternion rotation from NED earth frame to XYZ body frame
|
||||
float32[4] q # Quaternion rotation from XYZ body frame to NED earth frame.
|
||||
float32[4] delta_q_reset # Amount by which quaternion has changed during last reset
|
||||
uint8 quat_reset_counter # Quaternion reset counter
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user