mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
* fix(mathlib): rename euler312YawTest to match tested function The test calls getEuler321Yaw() but was named euler312YawTest. Fixes #22103 * test(mathlib): add unit test for getEuler312Yaw The existing test was named euler312YawTest but actually tested getEuler321Yaw. Rename it and add a proper test for getEuler312Yaw that verifies the quaternion and DCM overloads agree, and that 312 and 321 yaw match for a pure-yaw rotation. Fixes #22103