AP_Mission: initialize jump-tracking in init()
This commit is contained in:
parent
744a741b99
commit
98b65299f6
@ -55,6 +55,9 @@ void AP_Mission::init()
|
||||
// command list will be cleared if they do not match
|
||||
check_eeprom_version();
|
||||
|
||||
// initialize the jump tracking array
|
||||
init_jump_tracking();
|
||||
|
||||
// If Mission Clear bit is set then it should clear the mission, otherwise retain the mission.
|
||||
if (AP_MISSION_MASK_MISSION_CLEAR & _options) {
|
||||
gcs().send_text(MAV_SEVERITY_INFO, "Clearing Mission");
|
||||
|
Loading…
Reference in New Issue
Block a user