mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-20 18:27:36 +08:00
8 lines
196 B
Plaintext
8 lines
196 B
Plaintext
# Local position in NED frame
|
|
|
|
uint64 timestamp # timestamp of the setpoint
|
|
float32 x # in meters NED
|
|
float32 y # in meters NED
|
|
float32 z # in meters NED
|
|
float32 yaw # in radians NED -PI..+PI
|