mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 05:57:34 +08:00
mocap_support: added support for mocap data on firmware
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
uint32 id # ID of the estimator, commonly the component ID of the incoming message
|
||||
|
||||
uint64 timestamp_boot # time of this estimate, in microseconds since system start
|
||||
uint64 timestamp_computer # timestamp provided by the companion computer, in us
|
||||
|
||||
float32[4] q # Estimated attitude as quaternion
|
||||
|
||||
float32 x # X position in meters in NED earth-fixed frame
|
||||
float32 y # Y position in meters in NED earth-fixed frame
|
||||
float32 z # Z position in meters in NED earth-fixed frame (negative altitude)
|
||||
@@ -1,10 +0,0 @@
|
||||
uint64 timestamp # time of this estimate, in microseconds since system start
|
||||
bool valid # true if position satisfies validity criteria of estimator
|
||||
|
||||
float32 x # X position in meters in NED earth-fixed frame
|
||||
float32 y # Y position in meters in NED earth-fixed frame
|
||||
float32 z # Z position in meters in NED earth-fixed frame (negative altitude)
|
||||
float32 roll
|
||||
float32 pitch
|
||||
float32 yaw
|
||||
float32[4] q # Attitude as quaternion
|
||||
Reference in New Issue
Block a user