|
|
@ -514,7 +514,7 @@ private: |
|
|
|
|
|
|
|
|
|
|
|
// AC_Fence library to reduce fly-aways
|
|
|
|
// AC_Fence library to reduce fly-aways
|
|
|
|
#if AC_FENCE == ENABLED |
|
|
|
#if AC_FENCE == ENABLED |
|
|
|
AC_Fence fence = AC_Fence::create(ahrs, inertial_nav); |
|
|
|
AC_Fence fence = AC_Fence::create(ahrs); |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
#if AC_AVOID_ENABLED == ENABLED |
|
|
|
#if AC_AVOID_ENABLED == ENABLED |
|
|
|