mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 09:22:18 +00: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
|