mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-12 15:27:35 +08:00
EKF2 limit map reprojection (#7900)
This commit is contained in:
@@ -8,7 +8,6 @@ uint64 time_utc_usec # GPS UTC timestamp, (microseconds)
|
||||
float64 lat # Latitude, (degrees)
|
||||
float64 lon # Longitude, (degrees)
|
||||
float32 alt # Altitude AMSL, (meters)
|
||||
float64[2] delta_lat_lon # Reset delta for horizontal position coordinates
|
||||
float32 delta_alt # Reset delta for altitude
|
||||
uint8 lat_lon_reset_counter # Counter for reset events on horizontal position coordinates
|
||||
uint8 alt_reset_counter # Counter for reset events on altitude
|
||||
|
||||
Reference in New Issue
Block a user