Plane: changed to AP_Vehicle.h

This commit is contained in:
Andrew Tridgell 2013-09-13 11:46:54 +10:00
parent db7f43ea9f
commit de7b42e323

View File

@ -67,6 +67,7 @@
#include <AP_L1_Control.h>
#include <AP_RCMapper.h> // RC input mapping library
#include <AP_Vehicle.h>
#include <AP_SpdHgtControl.h>
#include <AP_TECS.h>
@ -81,8 +82,8 @@
// Local modules
#include "defines.h"
// key aircraft parameters passed to the speed/height controller
static AP_SpdHgtControl::AircraftParameters aparm;
// key aircraft parameters passed to multiple libraries
static AP_Vehicle::FixedWing aparm;
#include "Parameters.h"
#include "GCS.h"