Commander: send out parachute MAVLink command when kill switch engaged

This commit is contained in:
Matthias Grob 2021-11-02 16:42:34 +01:00
parent 3193b554ca
commit f912ee2c8b

View File

@ -1549,6 +1549,7 @@ void Commander::executeActionRequest(const action_request_s &action_request)
_status_changed = true;
_armed.manual_lockdown = true;
send_parachute_command();
}
break;