mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
This prevents PX4 from sending out the GPS_GLOBAL_ORIGIN message immediately when a SET_GPS_GLOBAL_ORIGIN message arrives. Instead, we apply the new origin in the EKF, and only then send out the new origin, which is much more intuitive and doesn't confuse a user of the API.