mirror of https://github.com/ArduPilot/ardupilot
AC_AttitudeControl: adjust for new vehicle base class
This commit is contained in:
parent
c0052a5e71
commit
8bb51f4b7d
|
@ -6,6 +6,7 @@
|
|||
#include <AP_Common/AP_Common.h>
|
||||
#include <AP_Param/AP_Param.h>
|
||||
#include <AP_Math/AP_Math.h>
|
||||
#include <AP_Vehicle/AP_Vehicle.h>
|
||||
#include <AP_AHRS/AP_AHRS_View.h>
|
||||
#include <AP_Motors/AP_Motors.h>
|
||||
#include <AC_PID/AC_PID.h>
|
||||
|
|
Loading…
Reference in New Issue