mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-24 18:10:35 +08:00
c070d326e0
* There are pathological cases (e.g., setpoint very close to reference for certain reference latitudes), where numerical errors lead to a sum larger than 1.0 passed to acos, resulting in NaN values. This should fix issue #2813