mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
Plane: changed to AP_Vehicle.h
This commit is contained in:
parent
db7f43ea9f
commit
de7b42e323
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user