mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
small typo in vehicle_local_position msg
This commit is contained in:
parent
2d680dfd1a
commit
2cfe08b3b1
@ -6,7 +6,7 @@ uint64 timestamp_sample # the timestamp of the raw data (microse
|
||||
|
||||
bool xy_valid # true if x and y are valid
|
||||
bool z_valid # true if z is valid
|
||||
bool v_xy_valid # true if vy and vy are valid
|
||||
bool v_xy_valid # true if vx and vy are valid
|
||||
bool v_z_valid # true if vz is valid
|
||||
|
||||
# Position in local NED frame
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user