|
|
|
@ -280,8 +280,8 @@ public:
@@ -280,8 +280,8 @@ public:
|
|
|
|
|
|
|
|
|
|
void Log_Write(); |
|
|
|
|
|
|
|
|
|
// check whether compass can be bypassed for arming check in case when external navigation data is available
|
|
|
|
|
bool is_ext_nav_used_for_yaw(void) const; |
|
|
|
|
// check whether external navigation is providing yaw. Allows compass pre-arm checks to be bypassed
|
|
|
|
|
bool is_ext_nav_used_for_yaw(void) const override; |
|
|
|
|
|
|
|
|
|
// these are only out here so vehicles can reference them for parameters
|
|
|
|
|
#if HAL_NAVEKF2_AVAILABLE |
|
|
|
|