mirror of https://github.com/ArduPilot/ardupilot
Plane: update for new TECS API
This commit is contained in:
parent
3c967a9c71
commit
4425b6af7c
|
@ -247,7 +247,7 @@ AP_InertialSensor_Oilpan ins( &apm1_adc );
|
|||
AP_AHRS_DCM ahrs(&ins, g_gps);
|
||||
|
||||
static AP_L1_Control L1_controller(ahrs);
|
||||
static AP_TECS TECS_controller(&ahrs, aparm);
|
||||
static AP_TECS TECS_controller(ahrs, aparm);
|
||||
|
||||
// Attitude to servo controllers
|
||||
static AP_RollController rollController(ahrs, aparm);
|
||||
|
|
Loading…
Reference in New Issue