mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-30 20:48:33 -04:00
Plane: Update L1 constructor for new arguments
This commit is contained in:
parent
93a18e7dc8
commit
876ffa351b
@ -216,8 +216,8 @@ private:
|
||||
AP_AHRS_DCM ahrs {ins, barometer, gps};
|
||||
#endif
|
||||
|
||||
AP_L1_Control L1_controller {ahrs};
|
||||
AP_TECS TECS_controller {ahrs, aparm, landing, g2.soaring_controller};
|
||||
AP_L1_Control L1_controller {ahrs, &TECS_controller};
|
||||
|
||||
// Attitude to servo controllers
|
||||
AP_RollController rollController {ahrs, aparm, DataFlash};
|
||||
|
Loading…
Reference in New Issue
Block a user