forked from Archive/PX4-Autopilot
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…
Reference in New Issue