mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-20 23:17:35 +08:00
EKF: Estimate WGS84 altitude with filtered AMSL offset
This commit is contained in:
committed by
Lorenz Meier
parent
90bfdb6f0a
commit
30dbfd99fb
@@ -10,6 +10,7 @@ uint64 timestamp # time since system start (microseconds)
|
||||
float64 lat # Latitude, (degrees)
|
||||
float64 lon # Longitude, (degrees)
|
||||
float32 alt # Altitude AMSL, (meters)
|
||||
float32 alt_ellipsoid # Altitude above ellipsoid, (meters)
|
||||
|
||||
float32 delta_alt # Reset delta for altitude
|
||||
uint8 lat_lon_reset_counter # Counter for reset events on horizontal position coordinates
|
||||
|
||||
Reference in New Issue
Block a user