mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 17:35:22 +08:00
test_autodeclination: Update mag declination test value.
This commit is contained in:
committed by
Lorenz Meier
parent
bb0d01d812
commit
614853b023
@@ -23,7 +23,7 @@ private:
|
||||
|
||||
bool AutoDeclinationTest::autodeclination_check()
|
||||
{
|
||||
ut_assert("declination differs more than 1 degree", get_mag_declination(47.0, 8.0) - 0.6f < 0.5f);
|
||||
ut_assert("declination differs more than 1 degree", get_mag_declination(47.0, 8.0) - 1.6f < 0.5f);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user