mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
5 lines
108 B
Plaintext
5 lines
108 B
Plaintext
# Velocity setpoint in NED frame
|
|
float32 vx # in m/s NED
|
|
float32 vy # in m/s NED
|
|
float32 vz # in m/s NED
|