mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Vehicle: AP_Arming ensures mission items present when in auto mode
Co-authored-by: Henry Wurzburg <hwurzburg@yahoo.com>
This commit is contained in:
parent
e0d1a5c8d2
commit
50dbf4219b
@ -99,6 +99,8 @@ public:
|
||||
return control_mode_reason;
|
||||
}
|
||||
|
||||
virtual bool current_mode_requires_mission() const { return false; }
|
||||
|
||||
// perform any notifications required to indicate a mode change
|
||||
// failed due to a bad mode number being supplied. This can
|
||||
// happen for many reasons - bad mavlink packet and bad mode
|
||||
|
Loading…
Reference in New Issue
Block a user