mirror of https://github.com/ArduPilot/ardupilot
Plane: Qacro: use new transition class
This commit is contained in:
parent
f25e5087c0
commit
23a413946b
|
@ -6,7 +6,7 @@
|
||||||
bool ModeQAcro::_enter()
|
bool ModeQAcro::_enter()
|
||||||
{
|
{
|
||||||
quadplane.throttle_wait = false;
|
quadplane.throttle_wait = false;
|
||||||
quadplane.transition_state = QuadPlane::TRANSITION_DONE;
|
quadplane.transition->force_transistion_complete();
|
||||||
attitude_control->relax_attitude_controllers();
|
attitude_control->relax_attitude_controllers();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue