mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
Plane: skip plane assignments in QACRO
This commit is contained in:
parent
abfeee3a3d
commit
6414f0e48e
@ -1815,7 +1815,9 @@ void QuadPlane::control_run(void)
|
||||
switch (plane.control_mode) {
|
||||
case QACRO:
|
||||
control_qacro();
|
||||
break;
|
||||
// QACRO uses only the multicopter controller
|
||||
// so skip the Plane attitude control calls below
|
||||
return;
|
||||
case QSTABILIZE:
|
||||
control_stabilize();
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user