mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-16 00:00:35 +08:00
3be015c3cb
* test: add StickYaw unit test for unaided_yaw NaN transition bug Adds a functional gtest that verifies the yaw setpoint does not jump discontinuously when unaided_yaw transitions from finite to NaN. Reproduces the bug fixed in #25710. * test(StickYaw): clarify unaided_yaw NaN root cause in test comment NaN originates from corrupted IMU delta_angle propagating through OutputPredictor::calculateOutputStates() Euler extraction.