QuadPlane: include AC_Avoidance, AC_Fence

This is required because of AC_WPNav's use of the new avoidance library to stop at the fence
This commit is contained in:
Randy Mackay 2016-06-20 14:33:47 +09:00
parent 87be8daf0e
commit 9201a57c83

View File

@ -6,6 +6,8 @@
#include <AP_InertialNav/AP_InertialNav.h> #include <AP_InertialNav/AP_InertialNav.h>
#include <AC_AttitudeControl/AC_PosControl.h> #include <AC_AttitudeControl/AC_PosControl.h>
#include <AC_WPNav/AC_WPNav.h> #include <AC_WPNav/AC_WPNav.h>
#include <AC_Fence/AC_Fence.h>
#include <AC_Avoidance/AC_Avoid.h>
/* /*
frame types for quadplane build. Most case be set with frame types for quadplane build. Most case be set with