mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_NavEKF: source skips compass pre-arm check
This commit is contained in:
parent
4998b536b4
commit
20f1603b73
@ -407,6 +407,8 @@ bool AP_NavEKF_Source::pre_arm_check(char *failure_msg, uint8_t failure_msg_len)
|
|||||||
// valid yaw value
|
// valid yaw value
|
||||||
break;
|
break;
|
||||||
case SourceYaw::COMPASS:
|
case SourceYaw::COMPASS:
|
||||||
|
// skip compass check for easier user setup of compass-less operation
|
||||||
|
break;
|
||||||
case SourceYaw::EXTERNAL_COMPASS_FALLBACK:
|
case SourceYaw::EXTERNAL_COMPASS_FALLBACK:
|
||||||
compass_required = true;
|
compass_required = true;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user