mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Plane: don't failsafe when in RTL_AUTOLAND landing sequence
when in AUTO and already in the landing sequence then don't trigger a failsafe
This commit is contained in:
parent
53eb0191b1
commit
afb7b14703
@ -12,6 +12,9 @@ bool Plane::failsafe_in_landing_sequence() const
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
if (mission.get_in_landing_sequence_flag()) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user