mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 16:56:25 +08:00
uORB: Moved vehicle_vicon_position to generated topics
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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