Update vehicle_local_position.ref_alt comment to reflect how ref_alt is being used in PX4

This commit is contained in:
Nick
2019-10-14 12:33:25 -04:00
committed by Daniel Agar
parent bb91db2057
commit b72d010c34

View File

@@ -45,7 +45,7 @@ bool z_global # true if z has a valid global reference (ref_alt)
uint64 ref_timestamp # Time when reference position was set since system start, (microseconds)
float64 ref_lat # Reference point latitude, (degrees)
float64 ref_lon # Reference point longitude, (degrees)
float32 ref_alt # Reference altitude AMSL, MUST be set to current (not at reference point!) ground level, (metres)
float32 ref_alt # Reference altitude AMSL, (metres)
# Distance to surface
float32 dist_bottom # Distance from from bottom surface to ground, (metres)